
Claude Skills by TypedDevs
github.com/TypedDevsAdd new assertion function with comprehensive tests following TDD
Analyze test coverage and identify untested code paths
Stage and commit changes using conventional commits format
Debug and fix failing tests systematically
Fetch GitHub issue, create branch, plan and implement with TDD, then open PR
Walk over all open GitHub issues that are unassigned or assigned to the current user, and process each one via the /gh-issue skill, sequentially.
Push branch and create a GitHub PR with concise, issue-linked description
Run comprehensive pre-release validation checklist
Run pre-release validation and execute the release process
Review a GitHub pull request; defaults to the current branch's PR when no number is given
Run complete TDD red-green-refactor cycle for a test
Write and run tests for bash scripts with bashunit. Use when adding or fixing tests for shell code, when a bashunit run fails, or when asked to raise coverage of a bash script. Covers loading the code under test, the assertion catalogue, the fast edit-run loop, and the API traps that produce silently-passing tests.