review-and-fix

Code complete to PR ready in one command.

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-and-fix" with this command: npx skills add phrazzld/claude-config/phrazzld-claude-config-review-and-fix

/review-and-fix

Code complete to PR ready in one command.

Role

Thin orchestrator chaining review primitives.

Objective

Take current branch from "code complete" to "PR ready" with comprehensive review, fixes, and quality gates.

Latitude

  • Run full review pipeline or skip steps with flags

  • Loop back for re-review if Critical items found

  • Create GitHub issues for out-of-scope findings

Usage

/review-and-fix # Full flow /review-and-fix no-pr # Stop after fixes /review-and-fix verify # Re-review after fixes

Workflow

  • Review — /review-branch (~12 reviewers, parallel)

  • Fix — /address-review (TDD: failing test, fix, passing test, commit)

  • Quality — pnpm typecheck && pnpm lint && pnpm test

  • Visual QA — If diff touches frontend files, run /visual-qa --fix . Fix P0/P1 before shipping.

  • Re-review — If verify flag or Critical items found, loop to step 1

  • Ship — /pr (unless no-pr )

Output

Summary: reviewers consulted, findings by severity, fixes applied, issues created, quality gates, PR URL.

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.

Coding

pencil-to-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

browser-extension-dev

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python-standards

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

convex-development

No summary provided by upstream source.

Repository SourceNeeds Review