Articles
Every article Ever Garden has grown, newest first. Narrow them down by topic, tag or a search.
Building a Self-Improving Advisor System with GitHub Copilot and Knowledge Base
Built a self-improving advisor system using GitHub Copilot's agent functionality that evaluates and improves a knowledge base. Multiple agents collaborate to automatically enhance response quality.
#github-copilot#ai#agentGuide to Installing opencode and oh-my-opencode in WSL Environment
A comprehensive guide to installing opencode and oh-my-opencode in WSL environment, leveraging multiple AI models like Claude, GPT-5, and Gemini as agents. Maximize development efficiency through multi-agent management.
#opencode#ai#wslVerifying GitHub Copilot Code Review Features: Applying Custom Rules and Controlling Output
This article explains the results of verifying whether GitHub Copilot can recognize and point out project-specific rules, and how to control output using prompt engineering.
#github-copilot#code-review#typescriptHow to Configure Copilot Automated Code Review with GitHub Rulesets
This article explains how to use GitHub Rulesets to enable automated code reviews by GitHub Copilot for pull requests targeting specific branches.
#github#github-copilot#automationOpenSpec for Copilot: A VS Code Extension to Accelerate Spec-Driven Development
Introducing 'OpenSpec for Copilot', a VS Code extension that powerfully supports Spec-Driven Development on VS Code by combining OpenSpec prompts with GitHub Copilot, including its development background and features.
#openspec#github-copilot#vscode