Skip to content

Copilot CLI#2

Merged
rlorenzo merged 2 commits into
mainfrom
copilot-cli
Mar 20, 2026
Merged

Copilot CLI#2
rlorenzo merged 2 commits into
mainfrom
copilot-cli

Conversation

@rlorenzo
Copy link
Copy Markdown
Owner

No description provided.

…loop

- Replace hard rejection with baseline snapshot so pre-existing
  unstaged files are preserved while agent modifications are staged
- Fix duplicate setup_temp call and consolidate after validation
…ents

- Add skills (commitmsg, code-review, code-refinement, review-pr) to .copilot/skills/
- Extend setup script with Copilot detection, installation, and MCP config
- Disable MCP servers in Claude runs via --strict-mcp-config --mcp-config '{}'
- Switch Codex MCP override to --config long form to fix quoting issues
Copilot AI review requested due to automatic review settings March 20, 2026 02:38
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds GitHub Copilot CLI as a first-class supported agent alongside Claude/Gemini/Codex, including skill installation, review-loop execution support, and documentation updates.

Changes:

  • Extend setup to detect/install Copilot CLI skills and configure Copilot MCP servers.
  • Extend review-loop library to allow copilot as an editor/reviewer agent and add a Copilot runner.
  • Adjust code-review-loop staging to allow pre-existing unstaged tracked files via a baseline list.
  • Add initial Copilot skill definitions and document Copilot usage in the README.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
setup Detects Copilot, installs .copilot/skills, adds Copilot MCP config handling, updates tool listings/defaults.
lib/lib-review-loop Adds copilot to valid agents and implements run_copilot dispatch.
bin/code-review-loop Changes staging behavior to avoid staging pre-existing unstaged tracked files; refactors temp dir setup placement.
README.md Documents Copilot CLI as a supported tool and adds usage notes for commands.
.copilot/skills/review-pr/SKILL.md Adds Copilot skill for PR review/fix loop workflow.
.copilot/skills/commitmsg/SKILL.md Adds Copilot skill to generate a conventional commit message.
.copilot/skills/code-review/SKILL.md Adds Copilot skill to produce an agent-code-review.md report.
.copilot/skills/code-refinement/SKILL.md Adds Copilot skill for refinement/linting/test coverage checks.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread setup
Comment thread lib/lib-review-loop
@rlorenzo rlorenzo merged commit 9afbaf9 into main Mar 20, 2026
5 checks passed
@rlorenzo rlorenzo deleted the copilot-cli branch March 20, 2026 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants