- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
documentation
by iulspop
Generates clear, example-driven documentation with runnable code samples and progressive complexity. Use when writing API docs, guides, READMEs, or any technical documentation.
integration-validator
by karchtho
integration testing system compatibility dependencies validation coherence
testing-guide
by Clarkkkk
Defines Seagull testing strategy, tradeoffs, and required coverage. Use when adding or updating tests, implementing features that touch backend/frontend, introducing concurrency/locks, or when asked how to structure/run tests in this repo.
qa-test-engineer
by samChang72
確保代碼邏輯正確、穩定且具有高測試覆蓋率。
code-health-remediation
by jamelna-apps
When user mentions "dead code", "duplicates", "cleanup", "tech debt", "health scan", "remediation", "unused", or wants to act on health scan results. Guides safe code cleanup.
github-actions-starter
by karchtho
Automate CI/CD pipelines with GitHub Actions. Master workflow syntax, event triggers, jobs, steps, environment variables, secrets, artifacts, matrix builds, and deployment patterns. Use when setting up automated testing, building, and deployment workflows.
generate-agents-md
by pc-style
Generate AGENTS.md file for a codebase to help AI agents understand the project structure, build commands, testing, and conventions. Use when the user asks to create an AGENTS.md, initialize agent documentation, or analyze a codebase for agent context. Also use when setting up a new repository for AI-assisted development.
_testing-qa-mastery
by TriNgo0108
Master test-driven development, end-to-end testing, and automated QA practices. Use this as a central index to access specialized sub-skills.
signup-flow-cro
by kunhai-88
"优化注册、账户创建或试用激活流程时使用。触发词:signup conversions、registration friction、signup form optimization、free trial signup、reduce signup dropoff、account creation flow。注册后 onboarding 见 onboarding-cro;非账户创建的表单见 form-cro。"
generate-python-unit-tests
by Olino3
Intelligent Python unit test generation with Socratic planning and project-specific memory.
clean-unused-code
by BizShuk
Find and remove unused code in projects. This skill should be used when cleaning up dead code, removing unreachable functions, or optimizing codebase by eliminating unused code. Currently supports Golang projects.
llm-interview-coach
by llx9826
Prepare for large language model, generative AI, and LLM algorithm interviews. Use when the user wants mock interviews, study plans, question drills, answer review, or targeted prep for 大模型算法岗, LLM engineer, GenAI engineer, 算法工程师, RAG, agent, fine-tuning, inference optimization, evaluation, or model training interviews. Triggers include: "大模型面试", "算法面试", "LLM interview", "mock interview", "帮我准备大模型算法岗", "面试官会怎么问", "RAG面试", "微调面试", "推理优化面试".
systematic-debugging
by pproenca
This skill should be used when the user reports a "bug", "not working", "fix this", "debug", "test failing", or when investigating unexpected behavior. Four-phase framework ensuring root cause understanding before attempting solutions.
devdocs-retrofit
by ab300819
Retrofit existing projects to DevDocs workflow, or migrate old DevDocs to new standards. Use when users want to adapt existing projects, migrate documentation, standardize documents, or upgrade DevDocs version. Triggers on keywords like "retrofit", "改造", "适配", "迁移", "标准化", "逆向", "升级文档".
jaw-messaging
by JustaName-id
How to talk about JAW.id — messaging guidelines, positioning, and content frameworks for every audience and context.
gitignore-generator
by ehtbanton
Generate comprehensive .gitignore files tailored to specific tech stacks, frameworks, and development environments. Triggers on "create gitignore", "generate .gitignore for", "gitignore for", "ignore files for".
acceptance-test-design
by arielperez82
BDD outer-loop methodology for acceptance tests - walking skeleton strategy, driving-port-only testing, business language purity, and design mandates that connect to the TDD inner loop
openpay-mexico
by ivanovishado
OpenPay payment integration for Mexican market with card, SPEI, and OXXO support. Use when integrating Mexican payment processing, adding OpenPay to Next.js/React apps, implementing SPEI/OXXO/card payments, or handling payment webhooks. Covers REST API setup (no SDK), webhook verification, and security patterns.
Pentest Checklist
by jcastillotx
This skill should be used when the user asks to "plan a penetration test", "create a security assessment checklist", "prepare for penetration testing", "define pentest scope", "follow security testing best practices", or needs a structured methodology for penetration testing engagements.
speckit-checklist
by h3y6e
Generate custom quality checklists for validating requirements completeness
apply
by DataEQ
Apply to Good Outcomes through an interactive semantic challenge. Use when a candidate wants to apply for AI-Assisted Full Stack Engineer or AI Engineer - ML & Classification Systems roles. Guides through gathering info, solving an embedding-based puzzle, and submitting the application.
spec:research
by IKatsuba
Technical Research - investigates codebase and explores solution alternatives based on requirements
data-prep
by smouj
Prepare and clean data for machine learning with feature engineering and preprocessing. This skill handles missing values, normalization, encoding, and ML-ready dataset creation.
dispatching-parallel-agents
by ederheisler
Dispatch subagents in parallel when there are 2+ independent problem domains (separate failures/subsystems) that can be investigated without shared state or sequential dependencies; avoid when work is tightly coupled, ambiguous, or requires main-agent decisions.