- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
obsidian-graph-traversal
by richfrem
"Semantic link traversal for Obsidian Vaults. Builds an in-memory graph index from wikilinks and provides instant forward-link, backlink, and multi-degree connection queries. Use when exploring note relationships or finding orphaned notes."
justfile
by oldwinter
This skill should be used when users want to create, convert, or manage Justfiles for command automation. It handles converting Makefile, npm scripts, or shell commands to Justfile format, generating project-specific templates, and providing Justfile syntax guidance. Triggers on requests mentioning justfile, just command, command runner, Makefile conversion, or task automation.
TDD Workflow Skill
by DoubleslashSE
```
python-testing
by peopleforrester
Comprehensive Python testing patterns using pytest. Covers fixtures, parametrize, async testing, mocking, property-based testing, and coverage analysis.
bio-binning-qc
by fmschulz
Perform metagenomic binning, refinement, and QC with completeness/contamination checks.
bio-reads-qc-mapping
by fmschulz
Ingest, QC, and map reads with reproducible outputs. Use for raw read processing and coverage stats.
create-mcp-integration
by richfrem
Interactive initialization script that scaffolds a new Model Context Protocol (MCP) server integration setup. Use when adding native code tools to an agent's environment.
dependency-check
by vendeesign
"Évaluation automatique avant l'ajout d'une dépendance. Activer quand : Claude s'apprête à exécuter npm/yarn/pnpm install, pip install, composer require, cargo add, ou go get ; OU quand un import/require pointe vers un package non encore installé ; OU quand l'utilisateur demande d'ajouter une lib. Pose les bonnes questions : natif possible ? Taille ? Maintenance ? Alternative plus légère ? Ne pas activer si la dépendance est déjà installée dans le projet (présente dans package.json/composer.json/requirements.txt), ni pour les devDependencies de test (vitest, jest, pytest) sauf si l'utilisateur demande un avis."
tdd-workflow
by DoubleslashSE
Test-Driven Development workflow for .NET. Use when implementing features, fixing bugs, or writing new code. Guides RED-GREEN-REFACTOR cycle with proper test design.
hookdeck
by hookdeck
"Routes to the correct Hookdeck product skill. Covers Event Gateway (inbound: receive webhooks, webhook endpoints, local dev, event queue) and Outpost (outbound: send webhooks to customers). Use when working with any Hookdeck product and unsure which skill to use."
obsidian-markdown-mastery
by richfrem
"Core markdown syntax skill for Obsidian. Enforces strict parsing and authoring of Obsidian proprietary syntax (Wikilinks, Blocks, Headings, Aliases, Embeds, Callouts). Use when reading, writing, or validating Obsidian-flavored markdown."
requirements-clarification
by DoubleslashSE
Requirements clarification for TDD. Use BEFORE RED phase to understand WHAT to test. Asks targeted questions to uncover ambiguities, edge cases, and acceptance criteria.
development-workflow
by DoubleslashSE
General .NET development workflow patterns. Use when implementing features, fixing bugs, or refactoring code.
testing-builder
by Toowiredd
Automatically generates comprehensive test suites (unit, integration, E2E) based on code and past testing patterns. Use when user says "write tests", "test this", "add coverage", or after fixing bugs to create regression tests. Eliminates testing friction for ADHD users.
dotnet-test
by DoubleslashSE
.NET test execution patterns and diagnostics. Use when running tests, analyzing test failures, or configuring test options.
faion-testing-developer
by faionfaion
"Testing: unit, integration, E2E, TDD, mocking, security testing."
springboot-tdd
by peopleforrester
Test-driven development patterns for Spring Boot 3.x. Covers JUnit 5, MockMvc, Testcontainers, service mocking with Mockito, slice tests, integration tests, and test configuration management.
faion-sdd-planning
by faionfaion
"SDD planning: specifications, design docs, implementation plans, task creation."
research-guide
by beshkenadze
Research best practices, guides, and libraries. Use when needing documentation, recommendations, implementation guidance, or library comparisons.
specdev
by ThilinaTLM
Specification-driven development workflow for AI agents. Use when tasks are too large for a single session, require multi-step implementation, span multiple files/features, or need persistent requirements tracking.
verification-loop
by peopleforrester
Pre-PR quality verification workflow. Runs build, type-check, lint, test, security scan, and coverage analysis in sequence. Stops on first failure and reports actionable fixes. Use before creating pull requests.
langsmith-observability
by L-yifan
LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.
debugging-assistant
by peopleforrester
Systematic debugging approach for identifying and fixing bugs. Use when the user reports a bug, error, or unexpected behavior. Guides through methodical investigation rather than guessing at solutions.
eval-harness
by peopleforrester
Structured evaluation framework for measuring code quality across multiple dimensions. Provides repeatable, scored assessments with evidence-based ratings.