chore(agents): add reusable review skills - #1922
Merged
Merged
Conversation
Port reusable compression, documentation, prose, and attribution skills for Gateway agents. Add a contract-aware review orchestrator that routes only applicable changes through authoritative contract checks. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Member
Author
|
Implementation notes:
Note Human-tuned, LLM-assisted content. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds reusable agent-review skills and a contract-aware review orchestrator.
Changes:
- Adds focused code, documentation, prose, contract, and skeptical review passes.
- Adds writing guidance and LLM attribution rules.
- Coordinates parallel review passes with final evidence normalization.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/skills/code-review/SKILL.md |
Orchestrates specialized review passes. |
.agents/skills/skeptical-reviewer/SKILL.md |
Adds evidence-driven final review. |
.agents/skills/prose-writer/SKILL.md |
Defines concise prose guidance. |
.agents/skills/prose-verifier/SKILL.md |
Reviews edited prose. |
.agents/skills/markdown-writer/SKILL.md |
Defines Markdown-writing conventions. |
.agents/skills/llm-comment-footer/SKILL.md |
Defines LLM attribution footers. |
.agents/skills/external-contract-reviewer/SKILL.md |
Reviews external contract compliance. |
.agents/skills/docs-writer/SKILL.md |
Defines technical documentation guidance. |
.agents/skills/docs-compressor/SKILL.md |
Reviews documentation concision. |
.agents/skills/code-compressor/SKILL.md |
Reviews code simplification opportunities. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Remove repository-specific wording and make review handoff language generic across review pipelines. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Use content instead of reply so required footers accurately cover both issue bodies and comments. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Fall back to the governing specification when windows-protocols is unavailable in a repository-only agent environment. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Benoît Cortier (CBenoit)
added a commit
to Devolutions/IronRDP
that referenced
this pull request
Aug 9, 2026
Mirror all nine common agent skills from Devolutions Gateway. Gateway is their canonical source. IronRDP-only skills remain local. Synchronization depends on Gateway PR #1922 landing first: Devolutions/devolutions-gateway#1922 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Port reusable compression, documentation, prose, and attribution skills for Gateway agents.
Add a contract-aware review orchestrator that routes only applicable changes through authoritative contract checks.
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com