- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
brewcode:plan
by kochetkov-ma
Creates execution plan (PLAN.md) from SPEC or Plan Mode file.
ontology-validator
by HeshamFS
Validate material sample annotations and data structures against ontology constraints. Use when checking if CMSO annotations are correct, verifying that required properties are present, or validating that object property relationships have consistent domain and range. Catches unknown classes, unknown properties, domain mismatches, and missing required fields.
Skill: Spec Architect
by peterbamuhigire
Last Updated: 2026-02-20
plan-implementation
by peterbamuhigire
"Autonomous plan executor that implements feature plans from start to finish using TDD, 5-layer validation, and the 10 Commandments of Orchestration. Reads plans created by feature-planning skill and executes every task without stopping, producing production-ready, fully tested code. Use when the user says 'implement the plan', 'execute the plan', 'build this', or wants autonomous end-to-end implementation."
feature-planning
by peterbamuhigire
Complete feature planning from specification to implementation. Create structured specs with user stories and acceptance criteria, then generate detailed implementation plans with TDD workflow, exact file paths, and complete code examples.
ai-assisted-development
by peterbamuhigire
Orchestrate AI agents (Claude Code, sub-agents, etc.) for software development workflows. Use when coordinating multiple AI assistants or planning AI-driven development processes.
feature-workflow-orchestrator
by organvm-iv-taxis
End-to-end feature development orchestration from planning through deployment with quality gates
tdd-workflow
by organvm-iv-taxis
Test-driven development workflow with comprehensive coverage requirements including unit, integration, and E2E tests
testing-patterns
by organvm-iv-taxis
Write effective tests across the stack—unit, integration, E2E, and visual regression. Covers testing philosophy, framework selection, mocking strategies, and CI integration. Triggers on testing, test coverage, TDD, or quality assurance requests.
time-series-analyst
by organvm-iv-taxis
Analyzes time-series data for patterns, trends, seasonality, and anomalies, with forecasting using statistical and machine learning methods.
fullstack-starter-pack
by organvm-iv-taxis
Curated bundle of essential skills for fullstack web development. Installs API design, testing, deployment, backend patterns, frontend architecture, and code quality skills together. Use when starting a new fullstack project or onboarding onto a codebase.
verification-loop
by organvm-iv-taxis
Comprehensive quality verification system for code changes with build, type, lint, test, and security checks
elixir-thinking
by georgeguimaraes
This skill should be used when the user asks to "implement a feature in Elixir", "refactor this module", "should I use a GenServer here?", "how should I structure this?", "use the pipe operator", "add error handling", "make this concurrent", or mentions protocols, behaviours, pattern matching, with statements, comprehensions, structs, or coming from an OOP background. Contains paradigm-shifting insights.
CI Test AGENTS.md Skill
by pr-pm
Follow these guidelines for testing.
ci-test-codex-skill
by pr-pm
CI Test Codex Skill
ci-test-claude-skill
by pr-pm
CI Test Claude Skill
ci-test-droid-skill
by pr-pm
CI Test Factory Droid Skill
structure-first
by perhapsspy
Readable primary-flow–first code structuring with minimal boundaries, atomic composition, and contract-driven unit tests
technical-specification
by leeovery
"Build validated specifications from source material through collaborative refinement. Use when: (1) User asks to create/build a specification from source material, (2) User wants to validate and refine content before planning, (3) Converting source material (discussions, research, requirements) into standalone specifications, (4) User says 'specify this' or 'create a spec', (5) Need to filter hallucinations and enrich gaps before formal planning. Creates specifications in .workflows/specification/{topic}/specification.md that can be used to build implementation plans."
deft
by visionik
Apply deft framework standards for AI-assisted development. Use when starting projects, writing code, running tests, making commits, or when the user references deft, project standards, or coding guidelines.
Deft Framework
by deftai
Best practices and guidelines for AI agents in software development
flutter-tester
by Harishwarrior
Use when creating, writing, fixing, or reviewing tests in a Flutter project. Covers unit tests, widget tests, integration tests, Riverpod provider testing, and Mockito mocking. Provides Given-When-Then patterns, layer isolation strategies, and test setup for GetIt, SharedPreferences, and FakeDatabase.
pytest
by Gentleman-Programming
Pytest testing patterns for Python. Trigger: When writing Python tests - fixtures, mocking, markers.
elixir-antipatterns
by Gentleman-Programming
Core catalog of 8 critical Elixir/Phoenix anti-patterns covering error handling, separation of concerns, Ecto queries, and testing. Trigger: During Elixir code review, refactoring sessions, or when writing Phoenix/Ecto code.