From harness
Use at the end of a feature commit-set, before merge. Review structure and responsibilities, not line-level nits. Senior judgment goes into "what should be done and how should it be structured," not "review every line."
How this skill is triggered — by the user, by Claude, or both
Slash command
/harness:architecture-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Code review at the line level is mostly noise once linters and type
Code review at the line level is mostly noise once linters and type checkers are in place. The leverage is at the structure level — what was built and how the pieces fit.
Skip for single-file fixes, typo corrections, dependency bumps, and other diffs where structure isn't in question.
In order of priority:
continuous-refactor.)If you find yourself writing "could maybe be cleaner if…" with no concrete why, delete it.
A short structured report:
Bias toward fewer, higher-signal items. A 30-bullet review gets skimmed; a 5-bullet review gets read.
design-before-architecture-changesThat skill fires before implementation and names what should be built; this one fires after and checks whether what shipped matches that intent. If a design wasn't done up front (because the change didn't qualify), the review still happens — judge the structure on its own merits.
The structural review has been written. Concerns are either addressed
in the same branch or captured as follow-ups for continuous-refactor.
npx claudepluginhub jackjconner/agent-harness --plugin harnessProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.