
Claude Skills by kensaurus
github.com/kensaurusRun multiple agents in parallel via git worktrees, cloud agents, or multi-model comparison. Use for "run agents in parallel", "best-of-N", "compare approaches", "multi-model", "parallel worktrees".
Manage an existing PR lifecycle — review, bot feedback, conflicts, merge. Use when opening a PR from an already-committed branch, addressing review, or merging. Uncommitted working tree to merge-ready → workflow-release-prep.
Pre-release quality gate: test-red-team, audit-security, audit-bundle-size, audit-performance, test-unit. Use when "is this ready to ship?", "quality gate", "pre-release checklist". Gate soundness → audit-gate-logic. Working tree to a PR → workflow-release-prep.
Scoped behavior-preserving refactor: map dependencies, change structure, run affected tests. Use when "refactor this", "reduce duplication", "improve readability". Dead code → plan-dead-code. Repo-wide anti-patterns → audit-code-quality. Bulk transform → burndown-full / audit-codemod-safety.
Apply-now: take the local working tree to a merge-ready PR against main — review, self-critique, split if needed, commit, push, open PR, drive CI green. Do not merge. Use when "prepare this for a PR", "get my working tree merge-ready". Existing PR → workflow-pr. Product launch → workflow-launch-ready.
Take merged, repository-green code all the way to a verified, monitored production release for any app stack. Use when "ship it", "deploy to production", "release this", "go live", "roll this out", "promote to prod", or "cut a release" for a running application (not an npm package — use deploy-npm for that).
Stop vibe-coding with a spec → plan → TDD loop before writing a line. Use when "spec first", "TDD", "do it properly", or LLM output keeps being wrong. End-to-end feature through PR → workflow-build-feature. One named bug → workflow-fix-and-ship.