ship

Run design quality checks and AI slop detection before opening pull requests.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Dragoon0x/dragoon-skills --skill ship-dragoon0x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/Dragoon0x/dragoon-skills/tree/main/skills/ship
Command: npx skills add https://github.com/Dragoon0x/dragoon-skills --skill ship-dragoon0x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I enforce design quality checks before opening a pull request?

You can enforce design quality checks before opening a pull request by running automated pre-PR quality gates that evaluate code against configurable thresholds to prevent low-quality merges.

Can I detect AI-generated code patterns in my git workflow?

Yes, you can detect AI-generated code patterns in your git workflow by scanning changed files for high-severity AI slop patterns to catch generic, low-quality code before review.

How do I automate pull request creation with quality gating in CI?

You can automate pull request creation with quality gating in CI by running automated checks on feature branches and using the gh CLI to open PRs directly if all design and slop checks pass.

Do I need the gh CLI to automatically open pull requests after pre-merge checks?

Yes, you need the gh CLI to automatically open pull requests after pre-merge checks, along with a connected git repository and a project configuration file to define quality thresholds.

What is AI slop detection in code review workflows?

AI slop detection in code review workflows is the process of scanning changed code for high-severity AI-generated patterns to identify generic, low-quality code that would require rework during manual review.

How do I configure design quality thresholds for my git feature branches?

You configure design quality thresholds for git feature branches by setting a default score, such as 80, in your project configuration file to ensure code meets design standards before merging.