This runs a two-axis code review between a fixed point (branch, commit, or tag) and HEAD using parallel sub-agents. One checks if the code meets the repo's coding standards, the other verifies it matches the spec from the source issue or PRD. The parallel approach keeps contexts separate so findings don't bleed into each other, then aggregates results. You pick the comparison point, it runs git diff with three-dot syntax against the merge-base, and both agents work simultaneously. Useful when you want standards and spec compliance checked independently in the same review pass. Requires the issue tracker to be set up first via the mattpocock-skills setup command.
npx -y skills add vinvcn/mattpocock-skills-zh-cn --skill review --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
microsoft/win-dev-skills
github/awesome-copilot