- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
cicd
by kprsnt2
CI/CD pipeline best practices including GitHub Actions, testing, and deployment strategies.
webapp-testing
by yldgio
Toolkit for interacting with and testing local web applications using Playwright. Use when verifying frontend functionality, debugging UI behavior, capturing browser screenshots, or viewing browser logs.
sling-connections
by slingdata-io
Manage database, file system, and API connections for Sling. Use when setting up connections, testing connectivity, discovering tables/files, or configuring credentials.
drupal-testing
by ThomasRoger76
Use when writing PHPUnit tests for Drupal modules (Unit, Kernel, Functional, FunctionalJavascript), configuring phpunit.xml for Drupal, mocking services with UnitTestCase, testing Entity API or Config API with KernelTestBase, simulating user navigation with BrowserTestBase, testing AJAX with WebDriverTestBase, setting up CI/CD pipelines for Drupal automated testing in Drupal 8-11+, running PHPStan/phpcs/Rector static analysis on Drupal code, or testing an existing Drupal site without reinstalling using Drupal Test Traits (DTT)
playwright
by devinschumacher
Canonical Playwright hub for E2E tests and ad-hoc browser automation. Use when the user explicitly mentions "Playwright", "@playwright/test", "npx playwright", "playwright.config.ts", "PWDEBUG", "trace viewer", or "toHaveScreenshot". Avoid using for generic browser automation unless Playwright is requested, and avoid using for pure web scraping.
skill-harness
by mojomanyana
Use to test, grade, and optimize an agent skill against a spec. Triggers: "test the <skill> skill", "/skill-harness", "run the skill bench", "grade these scenarios", "did my SKILL.md edit help", "review the skill scorecard", "add a test case for <skill>". Drives the skill-harness CLI: discover → run scenarios on pi → LLM-judge grade → interactive review → re-run to measure an edit. NOT for running a skill in production, and NOT itself a shipped skill.
nestjs
by yldgio
NestJS module architecture, dependency injection, guards, interceptors, and DTO validation
create-plan
by dolessHQ
Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.
azure-app-service-monitoring
by seligj95
Monitor Azure App Service applications with Application Insights, Log Analytics, alerts, and diagnostics. Use when setting up APM, configuring alerts, analyzing logs, creating dashboards, troubleshooting performance issues, or implementing availability tests.
TMF Test Data & Reference Implementation Generator Skill
by contextware
Skill Version: 1.3.0
agent-evaluation
by ncdevshiv
"Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on re..."
create-test
by fancy-bread
Create Test
refactoring
by iamkhan21
Apply systematic code refactoring with small steps, clear boundaries, and proven techniques. Use when improving existing code, reducing technical debt, cleaning up legacy code, or when user mentions refactoring, code cleanup, or code improvement.
scratchpad
by Chen19007
Workflow standardization for isolated trial experiments. Use when: (1) Testing hypotheses, (2) Trying API usage, (3) Debugging isolated issues, (4) Keeping main context clean. Focus on RESULTS, not process.
test-generator
by atovk
为代码生成测试用例,支持 Jest、Pytest、JUnit 等测试框架
e2e-reporter
by dablon
"Automated E2E testing and evidence collection using Puppeteer. Use when you need to: (1) Verify application flows with real browser execution, (2) Capture screenshots for progress reports, (3) Inspect API responses in a live environment, (4) Generate verifiable evidence of feature completion."
composable-functions-skill
by Darna-Digital
Generate boilerplate for composable, testable TypeScript features using dependency injection. Use when the user wants to scaffold a new feature with clean code patterns, create testable functions with DI, generate RSC or React Hook adapters, or set up a feature structure with interfaces/functions/mocks/tests in src/features.
ab-test-setup
by slurpyb
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking.
claude-md-architect
by brixtonpham
"CLAUDE.md file generation and optimization for Claude Code projects. Capabilities: initialize project instructions, analyze codebase context, optimize existing CLAUDE.md, apply Anthropic best practices, reduce token usage, improve effectiveness. Actions: init, create, optimize, enhance CLAUDE.md files. Keywords: CLAUDE.md, project instructions, Claude Code setup, project context, codebase analysis, Anthropic best practices, token optimization, project configuration, AI instructions, coding guidelines, project rules, workspace setup. Use when: initializing CLAUDE.md for new projects, optimizing existing project instructions, setting up Claude Code for a codebase, improving AI coding guidelines."
conformal-coverage-check
by microprediction
Guard rails for conformal prediction. Use when a user writes, fits, calibrates, reviews, or chooses between conformal / split-conformal models (conformalguide, MAPIE, crepes, puncc, TorchCP, or hand-rolled), reports or targets a coverage level, or asks whether their coverage is reliable, conditional, per-case, or trustworthy. Two jobs: review the code for common misuses of conformal prediction, and run the conformalguide.guardrails distance-covariance check for conditionally uneven coverage.
finalize-work-item
by squirrel289
"Complete and archive a finished work item, moving it from /backlog/ to /backlog/archive/. Use when work is tested, reviewed, merged, and ready to close. Supports: (1) Verify completion (all acceptance criteria met), (2) Record final metrics (actual_hours, completed_date, test_results), (3) Clean up feature branch, (4) Archive to history, (5) Link successor work items if needed"
create-work-item
by squirrel289
"Create a new work item (backlog entry) with standardized structure, metadata, and conventions. Use when starting new work, proposing features, or documenting tasks. Supports: (1) Auto-numbering next available ID, (2) Frontmatter with status/priority/effort fields, (3) Goal/Background/Tasks/Deliverables/Acceptance Criteria structure, (4) Dependency tracking via wikilinks"
verification-loop
by pure-maple
验证闭环提醒。当代码修改完成、Story完成、准备PR时自动激活。确保每次变更都经过验证,效率提升2-3倍。
test-driven-development
by Jackiexiao
(中文)Use when implementing any feature or bugfix, before writing implementation code