- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
Test-Driven Development Skill
by hitoshura25
All three must pass for feature-development completion
agents-md
by adampoit
Create and maintain AGENTS.md files that provide AI coding agents with project context, commands, code style, and boundaries. Use when updating an existing AGENTS.md, creating a new AGENTS.md for a repository, or improving agent instructions for a codebase.
Feature Development Skill
by hitoshura25
This skill references all of them in the proper order.
xiaohongshu-creation-workflow
by cyhzzz
专为申万宏源证券官方/员工账号设计的小红书图文笔记创作工作流,实现"一切主题转向投资"的软性营销引流。核心特点:(1) 支持任意生活/热点话题自然转向投资理财;(2) 智能判断全新创作或内容改写模式;(3) 两阶段创作:第一阶段专注选题探讨、优质初稿创作、审校优化(不考虑IP风格和平台格式);(4) 第二阶段进行IP风格迁移、平台格式适配(选择账号风格,默认申万宏源官方风格,支持多账号风格切换);(5) 改写为小红书笔记稿(保持核心观点),输出5-10个标题版本、多页笔记结构(封面页+内容页N页+尾页推广)、正文内容(含引导语+风险提示+标签);(6) 为每页笔记生成对应的8K手绘风格信息图(非单张总览图);(7) 评估爆款潜力并提供优化建议;(8) 输出完整的笔记稿+全套配图。每个大步骤都需要用户确认。适用于金融知识科普、理财教程、投资工具介绍,以及美食、旅游、购物、职场等任何生活话题转向投资理财的场景。体现专业性并软性引导客户咨询或来申万宏源证券开户。
bun
by fellipeutaka
Bun runtime, package manager, bundler, and test runner. Use when running scripts with bun, managing packages, serving HTTP with Bun.serve, querying databases with Bun.sql/bun:sqlite/Bun.redis, shell scripting with $, using S3/file I/O, writing tests with bun:test, bundling or compiling to executable, or using any Bun-specific API (spawn, glob, semver, FFI, workers, plugins, HTMLRewriter).
android-ci-tests
by hitoshura25
Setup GitHub Actions workflow for running Android tests in CI
testing-strategies
by 1Mangesh1
Advanced testing strategies and methodologies. Use when user asks to "design tests", "test coverage", "property-based testing", "mutation testing", "contract testing", "chaos engineering", "test pyramid", "testing strategy", "behavior-driven development", "acceptance testing", or mentions comprehensive testing approaches.
lxmf-protocol
by torlando-tech
Deep knowledge of LXMF (Lightweight Extensible Message Format) protocol and Reticulum integration. Use when working with LXMF messaging, LXMessage creation, LXMRouter configuration, propagation nodes, delivery methods (OPPORTUNISTIC, DIRECT, PROPAGATED), stamps, tickets, or RNS destinations and links.
testing-skills-with-subagents
by Crumbgrabber
Use when creating or editing skills, before deployment, to verify they
ethical-risk-assessment
by hollandkevint
Ethical data risk evaluation, bias testing protocols, and governance practices for data products. Use when evaluating ML/AI features for fairness, designing bias testing protocols, planning phased rollouts for high-risk changes, reviewing data governance practices, or when someone asks "could this model be biased?" or "how do we ship AI features responsibly?" For HIPAA-specific guidance, see healthcare-data-domain.
implement
by benredmond
Build and validate loop (BUILDER + validation) - implements the architecture, runs tests, iterates until passing. Writes code following the plan.
testing-anti-patterns
by Crumbgrabber
Use when writing or changing tests, adding mocks, or tempted to add test-only
opentelemetry
by mikkelkrogsholm
"OpenTelemetry — vendor-neutral observability framework for generating and collecting traces, metrics, and logs. Use when building with OpenTelemetry or asking about its JavaScript/Node.js SDK setup, auto-instrumentation, manual spans, exporters, context propagation, sampling, or integration with Jaeger, Zipkin, or OTLP collectors. Fetch live documentation for up-to-date details."
android-e2e-testing-setup
by hitoshura25
Setup UI Automator 2.4 smoke test for validating app launches (works with debug and release builds)
android-playstore-pipeline
by hitoshura25
Complete end-to-end Android Play Store deployment pipeline setup in one command
agent-swarm-dev
by pmaojo
Sistema de desarrollo para agent swarms con Synapse memory. Usa Anthropic Swarm pattern + Synapse (pmaojo/synapse-engine) para memoria persistente. Flujo: SPEC.md → agentes especializados → código → Vercel.
tdd
by fellipeutaka
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
rust-cli
by tumf
General guidance for building Rust CLI programs (clap/anyhow/tracing/serde_json), with agent-friendly patterns: JSON output mode, stdout/stderr separation, predictable exit codes, integration testing, and a cargo-release based release workflow.
test
by whichguy
Generate comprehensive tests for code. Dispatches to qa-analyst agent for complex components requiring test architecture decisions. AUTOMATICALLY INVOKE when: - "write tests", "test this", "generate tests", "add test coverage" - "test plan", "what should I test" - After feature implementation is complete NOT for: Running existing tests (use npm test), GAS test review (use /gas-test-review)
generate-skill
by AntJanus
Use when asked to "create a skill", "generate a SKILL.md", "make me a skill", "build a custom skill", or when user wants to extend Claude Code capabilities with a new skill
systematic-debugging
by Crumbgrabber
Use when encountering any bug, test failure, or unexpected behavior,
prompt-lab
by lidessen
Test, validate, and improve agent instructions (CLAUDE.md, system prompts) using sub-agents as experiment subjects. Measures instruction compliance, context decay, and constraint strength. Use for "test prompt", "validate instructions", "prompt effectiveness", "instruction decay", or when designing robust agent behaviors.
data-consumer-discovery
by hollandkevint
Discover what internal data consumers actually need. Adapted Mom Test and JTBD for data teams. Use when conducting user research, interviewing stakeholders, gathering consumer requirements, running discovery sessions, or when someone asks "what do they need?" or "how do I figure out what to build?"
systematic-testing
by xbklairith
Use when writing tests, debugging failures, or investigating bugs - provides TDD guidance, test generation patterns, systematic debugging framework. Activates when user says "write tests", "this test fails", "debug this", mentions "TDD", "test coverage", or encounters errors/bugs.