← ClaudeAtlas

review-passeslisted

Portable review pass contract for git-gremlin:review — shared input packet, candidate finding schema, the read-only passes (correctness, convention, tests, risk), and aggregation rules. Background knowledge preloaded into the reviewer host agent; not a user-facing workflow.
g-bastianelli/nuthouse · ★ 1 · Code & Development · score 67
Install: claude install-skill g-bastianelli/nuthouse
> Workflow kernel: When this skill needs a workflow/profile decision and no valid parent manifest is supplied, use this plugin's install-local `lib/workflow/index.mjs` explicit-skill resolver. Claude hooks are optional accelerators; a missing or failed hook falls back once to that local path. Warden must not be required. When verification is required and Moon Moth is unavailable, use non-empty commands from repository-owned instructions or build metadata, or block completion. # git-gremlin — review passes Reusable review pass contract for `git-gremlin:review`. The caller owns orchestration. Review workers are read-only scouts: they return candidate findings, not the final report. The caller must deduplicate, substantiate, severity-rank, and validate the final findings before showing them to the user. ## Shared input Every pass receives the same compact packet: ```text REVIEW_CONTEXT: <output of scripts/review-context.mjs> DIFF_COMMAND: <manifest Diff command> APPLIED_RULES: <loaded instruction sources marked applies, summarized when large> PR_OR_SPEC_CONTEXT: <PR title/body/base/Linear/spec context if available, otherwise "none"> USER_SCOPE: <explicit user focus such as staged-only, security, file path, or "full review"> ``` The pass may run the `DIFF_COMMAND`, inspect changed files, and read surrounding code needed to prove or dismiss a candidate. It must not mutate files, git state, external services, or PR comments. ## Candidate output Return candidate finding