Copilot CLI#2
Merged
Merged
Conversation
…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
There was a problem hiding this comment.
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
setupto detect/install Copilot CLI skills and configure Copilot MCP servers. - Extend review-loop library to allow
copilotas an editor/reviewer agent and add a Copilot runner. - Adjust
code-review-loopstaging 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.