review-skill

Review a skill document using specialized reviewers. Each reviewer finds specific issue types.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "review-skill" with this command: npx skills add corygabrielsen/skills/corygabrielsen-skills-review-skill

Review Skill

Run specialized reviewers against a skill document to find correctness, clarity, and conformance issues.

Core Philosophy

Every issue demands a document change: real issue → fix it; false positive → add clarifying text.


Reviewers

Correctness — will this do the wrong thing?

ReviewerQuestionFinds
execution"Would this cause wrong behavior?"Logic errors, missing steps, broken flows (all treated equally; no severity levels)
contradictions"Does A contradict B?"Conflicting instructions
coverage"Is every option/branch handled?"Unhandled branches, missing handlers

Clarity — will this be misunderstood?

ReviewerQuestionFinds
adversarial"Where might an LLM misinterpret this?"Fixable ambiguities, missing info
terminology"Is term X used consistently?"Naming inconsistencies
conciseness"Is everything here necessary?"Verbosity, redundancy, over-explanation

Conformance — does this follow conventions?

ReviewerQuestionFinds
checklist"Do these specific checks pass?"Structural issues, missing sections
portability"Would this break on other LLM providers?"Provider-specific assumptions

Phases

@lib/... references are expanded inline by the skill loader.

@lib/001_INITIALIZE.md @lib/002_FAN_OUT.md @lib/003_COLLECT.md @lib/004_SYNTHESIZE.md @lib/005_TRIAGE.md @lib/006_HIL_PLAN_APPROVAL.md @lib/007_ADDRESS.md @lib/008_VERIFY.md @lib/009_HIL_CHANGE_CONFIRMATION.md @lib/010_STAGE.md @lib/011_COMMIT.md @lib/012_LOOP_GATE.md @lib/013_EPILOGUE.md


Quick Reference

PhasePurpose
InitializeParse args, validate target
Fan OutLaunch all reviewers in parallel
CollectGather and merge results
SynthesizeGroup into themes
TriagePropose fixes
HIL: Plan ApprovalUser approves proposed fixes
AddressMake edits
VerifyConfirm changes
HIL: Change ConfirmationUser confirms edits
StageReview and stage changes
CommitCreate commit with proper message
Loop GateCheck pass count, loop or exit
EpilogueReport and end

Flags

FlagBehavior
--autoSkip HIL checkpoints (still displays plan/summary)
-n NDo N passes (default: 1)
--reviewer <category>Run only correctness, clarity, or conformance reviewers

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

mission-control

No summary provided by upstream source.

Repository SourceNeeds Review
General

review-pr

No summary provided by upstream source.

Repository SourceNeeds Review
General

decompose-pr

No summary provided by upstream source.

Repository SourceNeeds Review
General

decontextualize

No summary provided by upstream source.

Repository SourceNeeds Review