From cipherpowers
Implements code revisions from verification findings in collation reports produced by /verify. Supports scopes: common (agreed), exclusive (unique), all (default). Optional collation file.
How this command is triggered — by the user, by Claude, or both
Slash command
/cipherpowers:reviseThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Revise Implement findings from verification reports. Works with collation reports produced by `/verify`. ## Usage - `$1` - scope: `common`, `exclusive`, `all` (default: all) - `$2` - collation file path (optional) ## Scope Reference | Scope | Use Case | |------------|-------------------------------------------------------------------| | common | Findings agreed by both reviewers (can proceed immediately) | | exclusive | Findings unique to one reviewer (requires cross-check completion) | | all | All find...
Implement findings from verification reports. Works with collation reports produced by /verify.
/cipherpowers:revise [scope] [collation-file]
$1 - scope: common, exclusive, all (default: all)$2 - collation file path (optional)| Scope | Use Case |
|---|---|
| common | Findings agreed by both reviewers (can proceed immediately) |
| exclusive | Findings unique to one reviewer (requires cross-check completion) |
| all | All findings (both common and exclusive) |
Use and follow the revising-findings skill exactly as written.
Path: ${CLAUDE_PLUGIN_ROOT}skills/revising-findings/SKILL.md
Tool: Skill(skill: "cipherpowers:revising-findings")
Do NOT proceed without completing skill activation.
npx claudepluginhub cipherstash/cipherpowers --plugin cipherpowers/verifyConfirms fixes from a previous audit report by checking each finding against current code. Accepts a report file path or inline report text.
/hatch3r-revisionGuides user-driven revision of AI-generated code: reconstructs original context, collects feedback, runs fix pipeline, reviews, and prepares for merge.
/reviewReviews pending self-care reports in ./.self-care/reports/, walking through findings for each, categorizing them, and updating status. Optional count limits reports reviewed.
/addressCorroborates, validates, and implements code review feedback from a final.md file. Auto-detects latest session or accepts explicit path.
/ux-fixApplies findings from a prior UX report (audit, copy, a11y, motion, or polish) as atomic commits using sub-agents. Re-verifies by rerunning the originating command. Validates working tree before starting.
/review-triageTriages peer review comments, decodes reviewer intent, and generates a prioritized revision plan with effort estimates and dependencies.