shousper

37 mods across 1 repository, 4 stars between them.

create-pr

25

shousper/claude-kit

Skill Claude CodeCodex

Creates a GitHub pull request for the current branch using the gh CLI. Use when asked to create a PR, open a pull request, submit changes for review, or push and create a PR. Defaults to draft, detects and fills repo PR templates, auto-detects the base branch, and supports 'ready for review' override. DO NOT TRIGGER…

4 5d ago A 86 tokens original MIT

debugging

26

shousper/claude-kit

Skill Claude CodeCodex

Enforces systematic root-cause investigation before any fix attempt, using a four-phase process (investigate, analyze patterns, hypothesize, implement). Use when encountering bugs, test failures, build errors, unexpected behavior, performance problems, or integration issues — especially when under pressure, when a…

4 5d ago A 91 tokens copy · 88% MIT

finish-branch

27

shousper/claude-kit

Skill Claude CodeCodex

Finalizes a development branch by verifying tests pass, then presenting four completion options (merge locally, draft PR, keep as-is, or discard). Use when implementation is done, a feature branch is ready to ship, work needs to be merged or a PR created, or the user says "finish", "wrap up", "ship it", or "done with…

4 5d ago A 94 tokens original MIT

git-worktrees

28

shousper/claude-kit

Skill Claude CodeCodex

Creates an isolated git worktree workspace with smart directory selection, gitignore safety verification, dependency installation, and baseline test validation. Use when starting feature work, beginning a new branch, needing workspace isolation, setting up before plan execution, or the user says "new feature", "set up…

4 5d ago A 92 tokens original MIT

github-work-summary

29

shousper/claude-kit

Skill Claude CodeCodex

Generates a categorized work summary from GitHub activity (PRs authored, issues created, code committed) for a given time period and organization, using parallel subagents for fast detail fetching. Use when the user asks "what did I work on", "what did I do last week", wants a work log, weekly update, standup notes…

4 5d ago A 110 tokens original MIT

parallel-agents

30

shousper/claude-kit

Skill Claude CodeCodex

Coordinates parallel subagent dispatch to solve multiple independent problems concurrently, with structured prompts and conflict-free integration. Use when there are 2+ independent failures, bugs, tasks, or investigations that do not share state -- e.g. multiple test files failing for different reasons, unrelated…

4 5d ago A 91 tokens copy · 88% MIT

receiving-review

31

shousper/claude-kit

Skill Claude CodeCodex

Enforces rigorous technical evaluation of code review feedback before implementation -- verifying suggestions against the codebase, pushing back when wrong, clarifying ambiguity, and avoiding performative agreement. Use when processing PR review comments, inline suggestions, change requests, reviewer feedback, or any…

4 5d ago A 87 tokens copy · 83% MIT

tdd

32

shousper/claude-kit

Skill Claude CodeCodex

Enforces strict test-driven development -- write a failing test first, implement minimal code to pass, then refactor. Use when implementing a feature, fixing a bug, adding behavior, refactoring, or any time production code will be written or changed. Also use when the user says "write tests", "add tests", "TDD", or…

4 5d ago A 100 tokens copy · 81% MIT

using-kit

33

shousper/claude-kit

Skill Claude CodeCodex

Enforces skill discovery and invocation governance for every task. Use at the start of any conversation, before responding to any user message, when deciding whether a skill applies, when building or modifying features (triggers the brainstorming chain), or when operating within a team context. Defines the default…

4 5d ago A 85 tokens original MIT

verify

34

shousper/claude-kit

Skill Claude CodeCodex

Enforces fresh verification evidence before any completion or success claims. Use when about to say "done", "fixed", "tests pass", "build succeeds", or any synonym; before committing, creating PRs, or moving to the next task; before expressing satisfaction or positive statements about work state; and after agent…

4 5d ago A 88 tokens original MIT

worktree-cleanup

35

shousper/claude-kit

Skill Claude CodeCodex

Removes git worktrees safely, cleans up associated branches, and pulls latest mainline after removal. Use when finished with a worktree, done with a branch, cleaning up after a merge or PR, abandoning work in a worktree, or when "git worktree list" shows stale entries. Checks for uncommitted changes, verifies no open…

4 5d ago A 91 tokens original MIT

writing-plans

36

shousper/claude-kit

Skill Claude CodeCodex

Creates detailed, bite-sized implementation plans with TDD structure, exact file paths, complete code, and test commands. Use when you have a spec, requirements, design doc, or feature request and need to plan before coding — especially for multi-step tasks, large features, or when handing off to another session. DO…

4 5d ago A 82 tokens original MIT

writing-skills

37

shousper/claude-kit

Skill Claude CodeCodex

Creates, edits, and tests Claude skill files (SKILL.md) using TDD methodology with baseline pressure testing and rationalization defense. Use when writing a new skill, modifying an existing skill, optimizing a skill description for discovery (CSO), testing whether a skill triggers correctly, or structuring skill…

4 5d ago A 79 tokens copy · 83% MIT