maiconfz--review-fix-ship--review-fix-ship

Runs code, bug, and security reviews on a git diff, then fixes, commits, and pushes findings.

3|1|Updated May 2, 2026
One-click install
npx skills add https://github.com/agents-repo/registry --skill maiconfz-review-fix-ship-review-fix-ship-agents-repo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: maiconfz--review-fix-ship--review-fix-ship
Source: https://github.com/agents-repo/registry/tree/main/.cursor/skills/maiconfz/review-fix-ship/maiconfz--review-fix-ship--review-fix-ship
Command: npx skills add https://github.com/agents-repo/registry --skill maiconfz-review-fix-ship-review-fix-ship-agents-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually reviewing a feature branch for code quality, bugs, and security issues, then fixing and shipping the results, is a slow multi-step process. This Skill orchestrates the entire review-fix-ship pipeline in one flow, merging findings from three reviewers and handing them to an automated fixer that validates, commits, and pushes. ## Core Features & Use Cases - Parallel Multi-Agent Review: Invokes code-reviewer, bug-reviewer, and security-reviewer agents on the same diff, running concurrently when the host supports it. - Merged Findings Table: Deduplicates and merges all reviewer output into a single Severity/Source/Location/Finding table, preferring specialist reports over general ones. - Automated Fix and Ship: Passes merged findings to a fixer that applies fixes, validates, commits, and pushes to the current feature branch, with a dry-run mode for review-only passes. - Use Case: Before opening a pull request, run this flow on your feature branch to catch bugs and security issues in the branch diff, have them fixed automatically, and push the corrected commit. ## Quick Start Run the review-fix-ship flow on my current feature branch with dry-run enabled so findings are fixed and validated but nothing is committed or pushed.

Frequently Asked Questions about maiconfz--review-fix-ship--review-fix-ship

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run code, bug, and security reviews on a git branch automatically?▼

Invoke this flow on a feature branch and it runs code-reviewer, bug-reviewer, and security-reviewer agents against the branch diff, merges their findings into one deduplicated table, then hands the table to a fixer that validates, commits, and pushes.

How do I review changes without committing or pushing?▼

Set the dry-run input to true. The flow still runs all three reviews, merges findings, applies fixes, and validates them, but skips the commit and push steps entirely.

Can I review only uncommitted changes instead of the whole branch diff?▼

Yes. Pass the diff input as uncommitted-changes to review only working-tree changes. The default is branch-changes, which diffs against the merge-base with the default branch.

What happens if one of the reviewer agents fails?▼

The flow keeps the remaining reports, notes which source is missing, and continues to merge and fix if any findings exist. Only if all three reviewers fail does it stop without invoking the fixer.

Why does the flow stop on the default branch or detached HEAD?▼

These are safety guards. The flow refuses to run on main or master and will not create a branch for you, and it stops on a detached HEAD. Switch to a named feature branch before running it.

Does this flow reply to or resolve GitHub PR review threads?▼

No. This flow only reviews the local diff and ships fixes. For replying to or resolving GitHub PR review threads, use the separate maiconfz/github-pr-review-triage skill.