- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
regression-bisect
by jmagly
@.claude/agents/debugger.md
project-awareness
by jmagly
Artifact index: .aiwg/reports/artifact-index.json
regression-learning
by jmagly
@agentic/code/frameworks/sdlc-complete/skills/regression-metrics/SKILL.md - Metrics tracking
regression-visual
by jmagly
@.claude/rules/executable-feedback.md
gap-analysis
by jmagly
Workspace health: plugins/utils/skills/workspace-health/SKILL.md
regression-metrics
by jmagly
@agentic/code/frameworks/sdlc-complete/commands/metrics-dashboard.md
traceability-check
by jmagly
Traceability template: templates/management/traceability-matrix-template.md
regression-report
by jmagly
@agentic/code/frameworks/sdlc-complete/agents/metrics-analyst.md
sdlc-reports
by jmagly
Dashboard guide: docs/dashboard-configuration.md
Auto-Provenance
by jmagly
@.claude/rules/qualified-references.md - Qualified reference rules
test-coverage
by jmagly
Coverage templates: templates/test/coverage-report-template.md
regression-auto-baseline
by jmagly
@.claude/rules/executable-feedback.md - Executable feedback rules
deeptools-ngs-analysis
by jaechang-hits
"NGS analysis CLI toolkit for ChIP-seq, RNA-seq, ATAC-seq. BAM→bigWig conversion with normalization (RPGC, CPM, RPKM), sample correlation/PCA, heatmaps and profile plots around genomic features, enrichment fingerprints. For alignment use STAR/BWA; for peak calling use MACS2."
chain-spec-risk-metrics
by lyndonkl
Use when planning high-stakes initiatives (migrations, launches, strategic changes) that require clear specifications, proactive risk identification (premortem/register), and measurable success criteria. Invoke when user mentions "plan this migration", "launch strategy", "implementation roadmap", "what could go wrong", "how do we measure success", or when high-impact decisions need comprehensive planning with risk mitigation and instrumentation.
bedtools-genomic-intervals
by jaechang-hits
"Toolkit for genomic interval operations on BED, BAM, GFF, VCF files. Find overlapping regions, merge adjacent intervals, calculate coverage depth, extract FASTA sequences, find nearest features, and manipulate interval coordinates. Essential for ChIP-seq peak annotation, target region filtering, and genome arithmetic. Use tabix instead for indexed single-region queries; use deeptools for normalized bigWig coverage."
superpowers-python-automation
by anthonylee991
Implements reliable automations in Python for REST APIs: httpx/requests patterns, retries, timeouts, pagination, typing, config, logging, and tests. Use when writing Python scripts/services that call external APIs.
telnyx-ai-assistants-go
by team-telnyx
Create and manage AI voice assistants with custom personalities, knowledge bases, and tool integrations. This skill provides Go SDK examples.
tk
by tkersey
"Software surgery protocol for proof-backed, minimal-diff implementation: Contract to Invariants to Creative Frame to inevitable incision to Proof. Use when users say \"run $tk\", \"patch-first\", \"keep the diff small\", \"state contract + invariants\", \"one clear incision\", \"fix it with a validation signal\", or orchestration cues like \"workers use $tk\" / \"internally use $tk\"."
makefile
by mcouthon
"Use when creating Makefiles for process lifecycle management with PID tracking, logging, and status monitoring. Triggers on: 'use makefile mode', 'makefile', 'create makefile', 'process management', 'background jobs', 'start/stop services'. Full access mode - can create/modify Makefiles."
prove-it
by tkersey
Gauntlet for absolute claims (always/never/guaranteed/optimal); pressure-test, then refine with explicit boundaries. Use when users ask to prove or disprove strong certainty claims, request devil's-advocate challenge rounds, or want the $prove-it gauntlet to run in default autoloop/full-auto style.
ghost
by tkersey
Create a language-agnostic ghost package (spec + portable tests) from an existing repo by extracting SPEC.md, exhaustive tests.yaml (operations and/or scenarios), INSTALL.md, README.md, VERIFY.md, and upstream LICENSE files with provenance and regeneration instructions. Use when prompts say "$ghost", "ghostify this repo", "spec-ify/spec-package this library", "ghost library", or ask to extract portable spec/tests for libraries or tool-using agent loops (scenario testing); do not use for implementation work or editing skills.
debug
by mcouthon
"Systematic debugging with hypothesis-driven investigation. Use when something is broken, tests are failing, unexpected behavior occurs, or errors need investigation. Triggers on: 'this is broken', 'debug', 'why is this failing', 'unexpected error', 'not working', 'bug', 'fix this issue', 'investigate', 'tests failing', 'trace the error', 'use debug mode'. Full access mode - can run commands, add logging, and fix issues."
solid
by ramziddin
Use this skill when writing code, implementing features, refactoring, planning architecture, designing systems, reviewing code, or debugging. This skill transforms junior-level code into senior-engineer quality software through SOLID principles, TDD, clean code practices, and professional software design.
Condition-Based Waiting
by bobmatnyc
Replace arbitrary timeouts with condition polling for reliable async tests