Run the full post-implementation review pipeline: pr-review -> code-quality -> test-audit -> bug-check -> pr-monitor. Phases 1-4 run as dedicated agent types (ship-check plugin) with skills preloaded — genuine fresh eyes with no inherited context. Phase 5 (pr-monitor) runs inline for user interaction. Use when asked to "ship check", "review pipeline", "full review", "run all reviews", or after implementation is complete and ready for review. NOT for: single-dimension review (use the individual skill), quick CI check (use pr-monitor), or post-merge testing (use verify).
$npx -y skills add aliasunder/agent-plugins --skill ship-checkInstalls into the current project.
Run `npx skills use "https://github.com/aliasunder/agent-plugins" --skill "aliasunder/agent-plugins/ship-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aliasunder/agent-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/aliasunder/agent-plugins"` and select the relevant skills, then follow their instructions.