mirror of
https://github.com/mattpocock/skills.git
synced 2026-09-12 18:38:06 +07:00
docs: remove the source link from every skills page
Every docs page opened with a [Source](github.com/...) link, and .agents/writing-docs.md told agents to add one to each new page. Remove the line from all 25 pages, rewrite the one inline use in ask-matt.md, and drop the rule from the page template, the fixed frame list, and the "Done when" list so the links do not come back. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
6b46e5c474
commit
71eb50346f
@@ -1,5 +1,3 @@
|
||||
[Source](https://github.com/mattpocock/skills/tree/main/skills/engineering/code-review)
|
||||
|
||||
## What it does
|
||||
|
||||
`code-review` reviews the diff between `HEAD` and a fixed point you supply — a commit, branch, tag, or merge-base — along two separate axes: **Standards** (does the code follow this repo's documented conventions?) and **Spec** (does it implement what the originating issue or spec asked for?). It runs each axis as its own parallel sub-agent and reports them side by side. It never merges or re-ranks the two sets of findings — keeping them separate is the whole point, because a change can pass one axis and fail the other, and a single blended verdict lets one mask the other.
|
||||
|
||||
Reference in New Issue
Block a user