Agent Skills by Oskar Grunning
Showing 22 vetted skills indexed across 1 GitHub repositories.
commit
Analyze diffs, stage related changes, and enforce conventional commit messages.
test-driven-development
Enforce the RED-GREEN-REFACTOR cycle for test-driven development.
branch
Create descriptive git branch names from session context and validate them.
explain
Trace code paths with file:line references and ASCII diagrams.
debug-issue
Diagnose bugs by tracing evidence and generating a BR issue template.
brainstorm
Research codebase context and generate three competing design approaches with trade-offs.
execute-plan
Execute one br epic task and generate the next actionable step.
find-test-gaps
Map source files to test coverage and identify untested behaviors with concrete bug risks.
fix-bug
Automate end-to-end bug fixing with test-driven development and regression tests.
pr
Create pull requests with validated test plans via gh pr create.
beads
Create and update br bead-based issue tracking items for epics, tasks, and bugs.
review
Review code changes for bugs, logic errors, and security issues using a structural graph.
design-an-interface
Generate and compare multiple interface designs with trade-off analysis.
analyze-tests
Audit existing tests and flag tautological tests, coverage gaming, and weak assertions.
task-refinement
Analyze BR tasks for edge cases and vague criteria before implementation.
challenge
Identify and categorize hidden assumptions in designs, implementations, or requirements.
don-cape
Route user requests to matching cape skills and enforce workflow chain order.
expand-task
Expand a BR task into a grounded implementation plan with file paths and verification commands.
conform
Compare changed code against CLAUDE.md and local rule files to report violations.
refactor
Refactor code with plan-driven, test-verified stepwise transformations.
finish-epic
Close br epics after evidence-backed checks pass and append an Outcome.
write-plan
Convert a brainstorm design summary into an immutable epic with a first task.