FE-786: Add a skill for "high level" PR review#161
Conversation
PR SummaryLow Risk Overview Also adds Reviewed by Cursor Bugbot for commit 0355d22. Bugbot is set up for automated code reviews on this repo. Configure here. |
🤖 Augment PR SummarySummary: Adds a new agent skill for doing “above-the-line” PR reviews focused on architectural/strategic concerns. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
There are 7 total unresolved issues (including 4 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 81a4a57. Configure here.
There was a problem hiding this comment.
Pull request overview
Adds a new local agent skill (ln-pr-review) intended to guide “high level” PR reviews (architectural/strategic lens), and introduces a small Vitest contract test to enforce key safety/verdict semantics in the skill doc.
Changes:
- Introduces the
.agents/skills/ln-pr-review/SKILL.mdskill with an interactive workflow and explicitgh pr reviewsubmission guidance. - Adds
scripts/skill-docs.test.tsto assert specific “safety contract” phrases/constraints in the skill doc (e.g., PR identity binding, stop-on-ambiguity, verdict semantics, avoiding heredocs).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
scripts/skill-docs.test.ts |
Adds a Vitest contract test that validates key invariants in the ln-pr-review skill documentation. |
.agents/skills/ln-pr-review/SKILL.md |
Adds the new “high level PR review” skill guidance, including loading/binding rules and formal gh pr review verdict behaviors. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


No description provided.