From copilot-cli-toolkit
Runs pre-flight checks for pipeline health, security, review status, tests, and standards before creating PR to main or target branch. Use after /review.
npx claudepluginhub rjmurillo/ai-agentsThis skill is limited to using the following tools:
@CLAUDE.md
Runs preflight checks (typecheck, lint, tests), auto-fixes issues, commits changes with styled message, pushes branch, creates PR. Pauses if fixes needed for review; prompts for branch/PR target.
Automates code shipping: merges base branch, runs detected tests, performs multi-review with auto-fixes, commits, pushes, creates PR. Use /ship or say 'ship it'.
Share bugs, ideas, or general feedback.
@CLAUDE.md
Ship: $ARGUMENTS
Default target is main unless specified. If $ARGUMENTS names a different branch, use that as the target.
Task(subagent_type="devops"): You are a release engineer. Run all 5 pre-flight checks below. Report pass/fail for each with specific evidence. Any failure blocks shipping.
Ship report:
PRE-FLIGHT:
Pipeline: PASS|FAIL (evidence)
Security: PASS|FAIL (evidence)
Review: PASS|FAIL (evidence)
Tests: PASS|FAIL (evidence)
Standards: PASS|FAIL (evidence)
RESULT: SHIPPED|BLOCKED
PR: [link if created]
WARNINGS: [non-blocking concerns]
NEXT: [monitoring, follow-up items]