#ship

24 skills tagged ship · lifecycle axis.

pr-review-flow

Master workflow for a thorough PR review. Orchestrates code review, security review, and performance review in parallel, then routes the findings into PR management for triage and merge decisioning. No implementation logic.

release-pipeline

Master workflow for cutting a release. Orchestrates test strategy selection, changelog generation, and CI pipeline invocation as a single named sequence ending in an audit. Contains no implementation logic.

testing-strategy

Define test pyramid structure, coverage analysis, test type selection, and boundary condition identification for comprehensive quality assurance.

two-pass-analysis

Decouple metric collection from pass/fail gating. Pass 1 gathers raw data. Pass 2 applies thresholds. Enables trend analysis without blocking, while still enforcing standards.