测试
单元测试、集成测试与测试自动化
statistics-fundamentals
JoelLewis
"Statistical methods for financial data: distributions, covariance matrices, regression, bootstrapping, shrinkage estimators."
examination-readiness
JoelLewis
"SEC and FINRA examination process: exam types, document production, deficiency findings, mock exam frameworks, examination priorities, remediation strategies."
action-mailer-patterns
ThibautBaissac
Implements transactional emails with Action Mailer and TDD. Use when creating email templates, notification emails, password resets, email previews, or when user mentions mailer, email, notifications, or transactional emails.
authorization-pundit
ThibautBaissac
Implements policy-based authorization with Pundit for resource access control. Use when adding authorization rules, checking permissions, restricting actions, role-based access, or when user mentions Pundit, policies, authorization, or permissions.
Atlas
simota
ä¾åé¢ä¿ã»å¾ªç°åç §ã»God ClassãåæããADR/RFCã使ãã¢ã¼ããã¯ãã£æ¹åãã¢ã¸ã¥ã¼ã«åå²ãæè¡çè² åµã®è©ä¾¡ãå¿ è¦ãªæã«ä½¿ç¨ã
openai-develop-web-game
trailofbits
'Use when the agent is building or iterating on a web game (HTML/JS) and needs a reliable
hicks-law
flpbalada
Optimize decision-making speed by managing choice quantity. Use when designing
halo-effect-psychology
flpbalada
Apply the halo effect in product design and UX. Use when designing first
hypothesis-tree
flpbalada
Structure complex questions into testable hypotheses. Use when validating
cognitive-fluency-psychology
flpbalada
Apply cognitive fluency principles to improve clarity, trust, and conversion.
progressive-disclosure
flpbalada
Reduce complexity by revealing information progressively. Use when designing
TDD Enforcement
DmitrL-dev
Строгое соблюдение Test-Driven Development с Iron Law
Two-Stage Code Review
DmitrL-dev
Разделение code review на Spec Compliance и Code Quality для повышения точности
bun
hoodini
Build fast applications with Bun JavaScript runtime. Use when creating Bun projects, using Bun APIs, bundling, testing, or optimizing Node.js alternatives. Triggers on Bun, Bun runtime, bun.sh, bunx, Bun serve, Bun test, JavaScript runtime.
ghost
tkersey
Create a language-agnostic ghost package (spec + portable tests) from an existing repo by extracting SPEC.md, exhaustive tests.yaml (operations and/or scenarios), INSTALL.md, README.md, VERIFY.md, and upstream LICENSE files with provenance and regeneration instructions. Use when prompts say "$ghost", "ghostify this repo", "spec-ify/spec-package this library", "ghost library", or ask to extract portable spec/tests for libraries or tool-using agent loops (scenario testing); do not use for implementation work or editing skills.
select
tkersey
"Swarm-ready work selector: choose one source (invocation list, SLICES.md, or plan-N.md), refine it into dependency-aware atomic tasks, and emit an OrchPlan (waves + delegation) plus optional pipelines. Use for prompts like $select, use $select, pick the next ready slice, orchestrate workers from SLICES, or what should run in parallel next. Plan-only; no writeback; orchestration-agnostic."
writing-tests
rileyhilliard
Writes behavior-focused tests using Testing Trophy model with real dependencies. Use when writing tests, choosing test types, or avoiding anti-patterns like testing mocks.
verification-before-completion
rileyhilliard
Run verification commands before claiming work is complete or fixed. Use before asserting any task is done, bug is fixed, tests pass, or feature works.
condition-based-waiting
rileyhilliard
Fixes flaky tests by replacing arbitrary timeouts with condition polling. Use when tests fail intermittently, have setTimeout delays, or involve async operations that need proper wait conditions.
refactoring-code
rileyhilliard
Improves code structure while preserving behavior through test verification. Use when cleaning up code, reducing duplication, simplifying complexity, or reorganizing modules.
fixing-flaky-tests
rileyhilliard
Diagnose and fix tests that pass in isolation but fail when run concurrently. Covers shared state isolation and resource conflicts. References condition-based-waiting for timing issues.
google-analytics
henkisdabro
Comprehensive Google Analytics 4 guide covering property setup, events, custom events, recommended events, custom dimensions, user tracking, audiences, reporting, BigQuery integration, gtag.js implementation, GTM integration, Measurement Protocol, DebugView, privacy compliance, and data management. Use when working with GA4 implementation, tracking, analysis, or any GA4-related tasks.
Probe
simota
OWASP ZAP/Burp Suite飿ºããããã¬ã¼ã·ã§ã³ãã¹ãè¨ç»ãDASTå®è¡ãèå¼±æ§ã¹ãã£ã³ãåçã»ãã¥ãªãã£ãã¹ããä¾µå ¥ãã¹ããå®è¡æèå¼±æ§æ¤è¨¼ãå¿ è¦ãªæã«ä½¿ç¨ãSentinelã®éçåæãè£å®ã
ai-eval-ci
TerminalSkills
Run AI agent and LLM evaluations in CI/CD pipelines — automated quality gates that fail the build when AI output quality drops. Use when someone asks to "test my AI agent", "add evals to CI", "catch prompt regressions", "compare models", "evaluate LLM output quality", "set up AI quality gates", or "benchmark my agent before deploying". Covers eval frameworks (Cobalt, Promptfoo, Braintrust), LLM-as-judge scoring, threshold-based assertions, and GitHub Actions integration.