Agent Skills by Josh Symonds
Showing 15 vetted skills indexed across 1 GitHub repositories.
finishing-branch
Automates end-of-branch decisions with four options after tests pass.
test-driven-development
Enforce RED-GREEN-REFACTOR cycles with failing tests before production code.
code-review
Automate code-review requests and verification within Gambit.
debugging
Diagnose bugs by tracing root causes through a six-phase debugging workflow.
executing-plans
Execute sequential epic tasks with STOP checkpoints using TaskList and TaskGet APIs.
using-worktrees
Create isolated Git worktrees with environment setup and test verification.
testing-quality
Audit test suites to identify tautological tests, weak assertions, and missing corner cases.
verification
Enforce running tests, builds, and linters before declaring task completion.
brainstorming
Guide Socratic questioning to create an immutable epic and first subtask.
using-gambit
Enforce Gambit skill loading and workflow steps at session start.
writing-plans
Generate detailed implementation plans with exact file paths, code samples, and verification steps.
task-refinement
Review task plans against an eight-category checklist for implementability and edge cases.
refactoring
Refactor code incrementally with test-driven workflows and commit tracking.
writing-skills
Create and modify gambit skills through evaluation-driven RED, GREEN, and REFACTOR testing phases.
parallel-agents
Dispatch multiple agents to diagnose separate failure domains in parallel.