0xSachinK
- 6 skills
- 0 followers
- 4 hours ago last updated
- ▌ Ship · 0xsachink bundleEnd-to-end PR finalization orchestrator. Use when the user asks to "ship it", "ship this PR", "finalize this PR", "make this PR green", "resolve all PR feedback", or wants one workflow that handles review comments, CI failures, coverage gates, and final merge-readiness reporting.
- ▌ Ship CI · 0xsachink bundleCI recovery loop for pull requests. Use when the user asks to "fix CI", "make CI green", "debug CI failures", "why is CI failing", or when `ship` needs to drive checks to passing by polling status, diagnosing failures, applying local fixes, and pushing iteratively.
- ▌ Ship Coverage · 0xsachink bundleCoverage remediation loop for pull requests. Use when the user asks to "improve coverage", "fix coverage", "add tests for coverage", "coverage is failing", or when `ship` needs to pass coverage gates by extracting report data, finding uncovered diff lines, writing targeted tests, and iterating.
- ▌ Local Test Runner · 0xsachinkLocal verification runner for any repository. Use when running tests, lint, type checks, coverage, build verification, or targeted test commands. Detect package manager/toolchain/framework at runtime, execute the right commands, and return structured results for other skills such as `ship-*` workflows.
- ▌ Ship Codex Review · 0xsachink bundleThis skill should be used when the user says "run codex review", "trigger codex review loop", "codex review this PR", or when the ship skill needs a final automated code review cycle. Runs iterative @codex review / fix / push cycles on a GitHub PR until no actionable findings remain.
- ▌ Ship Review Comments · 0xsachink bundlePull request review-thread resolver. Use when the user asks to "fix review comments", "resolve PR feedback", "handle review findings", or when `ship` needs unresolved review threads processed by triaging each thread, applying targeted fixes, and replying with rationale when not fixing immediately.