测试
单元测试、集成测试与测试自动化
skill-authoring
Ven0m0
'Guide to effective Claude Code skill authoring using TDD methodology
unity-testing
DmitriyYukhanov
Use when writing or running Unity tests, including EditMode tests, PlayMode tests, performance testing, and code coverage
python-coder
DmitriyYukhanov
Implements Python code following PEP 8, type hints, and project conventions. Use when implementing features designed by python-architect.
finishing-a-development-branch
axiomantic
"Use when implementation is complete, all tests pass, and you need to decide how to integrate the work"
executing-plans
axiomantic
"Use when you have a written implementation plan to execute"
resolving-merge-conflicts
axiomantic
"Use when git merge or rebase fails with conflicts, you see 'unmerged paths' or conflict markers (<<<<<<< =======), or need help resolving conflicted files"
cuda-kernel-dev
TrevorS
Target: reduce ~700 kernel launches/frame to ~545
assembling-context
axiomantic
"Prepare tiered context packages for subagents and manage token budgets. Triggered by 'prepare context for', 'assemble context', 'token budget', or invoked by implementing-features Phase 3.5/4.2."
test-map-with-args
bdambrosio
Tests map primitive with additional operation arguments
tinygrad
av
Deep learning framework development with tinygrad - a minimal tensor library with autograd, JIT compilation, and multi-device support. Use when writing neural networks, training models, implementing tensor operations, working with UOps/PatternMatcher for graph transformations, or contributing to tinygrad internals. Triggers on tinygrad imports, Tensor operations, nn modules, optimizer usage, schedule/codegen work, or device backends.
debugging
axiomantic
"Use when debugging bugs, test failures, or unexpected behavior. Triggers: 'why isn't this working', 'this doesn't work', 'X is broken', 'something's wrong', 'getting an error', 'exception in', 'stopped working', 'regression', 'crash', 'hang', 'flaky test', 'intermittent failure', or when user pastes a stack trace/error output. NOT for: test quality issues (use fixing-tests), adding new behavior (use implementing-features)."
test-json-sql-pluck
bdambrosio
Tests pluck primitive (SELECT single field)
reviewing-impl-plans
axiomantic
"Use when reviewing implementation plans before execution, especially plans derived from design documents"
bonfire
vieko
Session context persistence for AI coding. Start/end sessions, create outcome specs and docs, review work. Use for session management, "start session", "end session", outcome specs, documentation, code review, or questions about previous work, decisions, blockers, "last time", "what we decided".
whisper-test
TrevorS
Transcribe WAV audio files using OpenAI Whisper for intelligibility testing. Triggers on: "transcribe audio", "whisper test", "test audio output", "is the audio intelligible", "check speech quality", "run whisper", "speech to text test", "check if audio sounds right"
dlc
rube-de
Dev Life Cycle quality gates: run security scans, code quality checks, performance analysis, test coverage, and PR review compliance. Routes to domain-specific sub-skills or runs all checks in sequence.
test-calculate
bdambrosio
Tests calculate tool with arithmetic, trig, and variable substitution
fixing-tests
axiomantic
"Use when tests themselves are broken, test quality is poor, or user wants to fix/improve tests. Triggers: 'test is broken', 'test is wrong', 'test is flaky', 'make tests pass', 'tests need updating', 'green mirage', 'tests pass but shouldn't', 'audit report findings', 'run and fix tests'. Three modes: fix specific tests, process green-mirage audit findings, and run-then-fix. NOT for: bugs in production code caught by correct tests (use debugging)."
test
rube-de
Test coverage analysis: detect test framework, run test suite, capture failures and coverage metrics, identify coverage gaps in recent changes, and create a structured GitHub issue.
test-json-sql-filter
bdambrosio
Tests filter-structured primitive (WHERE clause)
merging-worktrees
axiomantic
"Use when merging parallel worktrees back together after parallel implementation, combining parallel development tracks, or unifying branches from dispatched parallel agents. Triggers: 'merge worktrees', 'combine parallel branches', 'integrate parallel work', 'all tracks complete', 'bring everything together'."
test-driven-development
axiomantic
"Use when user explicitly requests test-driven development, says 'TDD', 'write tests first', 'red green refactor', 'test-first', or 'start with the test'. Also invoked as a sub-skill by implementing-features and executing-plans for each implementation task. NOT a replacement for implementing-features for full feature work."
enforcing-code-quality
axiomantic
Use when writing or modifying code. Enforces production-quality standards, prohibits common shortcuts, and ensures pre-existing issues are addressed. Invoked automatically by implementing-features and test-driven-development.
auditing-green-mirage
axiomantic
"Use when auditing whether tests genuinely catch failures, or when user expresses doubt about test quality. Triggers: 'are these tests real', 'do tests catch bugs', 'tests pass but I don't trust them', 'test quality audit', 'green mirage', 'shallow tests', 'tests always pass suspiciously', 'would this test fail if code was broken'. Forensic analysis of assertions, mock usage, and code path coverage."