What problem does it solve?
Opening pull requests with failing design quality scores or high-severity AI-generated code patterns leads to lengthy review cycles, rework, and delayed shipping. This Skill eliminates that risk by running automated checks before you push or open a PR.
Core Features & Use Cases
- Automated Design Quality Checks: Runs the /critique command with a configurable threshold (default 80) to ensure your code meets the project's design standards before merging.
- AI Slop Detection: Scans for high-severity AI-generated code patterns using /slop to catch low-quality, generic code that would require rework during review.
- Streamlined PR Workflow: Auto-generates PR descriptions from git context and check results, and can open PRs directly via the gh CLI if all checks pass, reducing manual work for engineers.
- Use Case: For example, a frontend engineer working on a new feature branch can run this skill before pushing to ensure their component matches the codebase's design system and contains no AI-generated slop, so reviewers can focus on logic instead of design fixes.
Quick Start
Use the ship skill to run all pre-PR checks and preview the pull request description for your current feature branch.