Detect non-deterministic (flaky) tests by reading CI run logs or test result history. Aggregates pass rates per test, identifies intermittent failures, recommends quarantine or…
Generate a comprehensive Foundry/Forge test suite for a Solidity contract. Produces structured, high-coverage tests with fuzz testing, invariant testing, and fork testing…
Use when: converting review findings, identified test gaps, or unverified behaviors into a concrete, prioritized test plan with assertions, layer choice, ownership, and a…
Test how tool-gates evaluates any tool invocation (Bash, Read, Write, Edit, Glob, MCP) and show the permission decision (allow / ask / deny / defer).
**DEFAULT for WRITING OR STRENGTHENING TESTS — author missing tests with behavior contracts: coverage-targeted test additions with behavior contracts, boundary cases, and removed…
Generate a comprehensive Hardhat test suite for a Solidity contract. Produces structured, high-coverage tests following battle-tested smart contract testing methodology.
Read-only diagnostic that reports the state of a project's test suite — count vs. proportionality, coverage vs.
Generate engine-specific test helper libraries for the project's test suite. Reads existing test patterns and produces tests/helpers/ with assertion utilities, factory functions,…
Identify which tests need rerunning after a code change — traces static call graph (function-level) or import graph (module-level) to find affected test files, then emits a…
Use when a project needs testing BEYOND unit tests — fuzzing, property-based, load, E2E, or mutation.
Plan test strategies and execute test-driven development cycles, including coverage addition and test repair.
Generate a user-facing test checklist from git diff, or execute an existing test plan via Playwright.
Use when: writing, reviewing, or auditing a test (not a test plan) for quality - tests with no assertion or that cannot fail, assertions on incidental implementation detail…
Verify a released archon binary works end-to-end via a specific install path. Use when: cutting a new release, reproducing a user bug report on the released version, or validating…
Scaffold the test framework and CI/CD pipeline for the project's engine. Creates the tests/ directory structure, engine-specific test runner configuration, and GitHub Actions…
Tests a deployed, activated Power Pages site at runtime using browser-based navigation, page crawling, and API request verification via Playwright.
Agentic 시스템을 위한 TDD 전략을 수립한다. LLM 클라이언트 mock(VCR-style), golden dataset 기반 eval(최소 5건), hypothesis 기반 property-based test로 비결정성을 제어한다.
Build and test iOS apps on simulator using XcodeBuildMCP. Use after making iOS code changes, before creating a PR, or when verifying app behavior and checking for crashes — from…
Evaluates test implementation and coverage, identifying gaps, weak assertions, and untested paths. Use when auditing test quality, coverage, or testing strategy.
Write and fix Unit, Hilt integration, and Espresso tests following MovieFinder patterns
Draw reliable, well-aligned text/ASCII architecture diagrams with nested boxes, arrows, and connectors.
Terraform module design patterns, resource composition conventions, and project structure standards. Use when designing module structure, choosing resource composition patterns,…
테스트/검증이 필요할 때 사용한다. 'qa', '검증해', '테스트 돌려', 'test-fix', '심층 검증', '철저히 테스트', '보안까지 확인', '전방위 검증' 같은 요청에 반드시 사용. 기본값은 3-CLI 합의 딥 QA (기능+보안+UX). 빠른 테스트-수정 루프는 --quick.
Thoughtbox-first Theseus workflow for behavior-preserving refactors. Use this when structure changes but behavior must stay fixed and scope drift needs hard boundaries.
Deep analysis with extended thinking. Use when facing complex architectural decisions, ambiguous trade-offs, multi-system debugging, or any problem where the answer is not obvious…
Install Tilt and scaffold or audit Tiltfile + tilt/ configurations with ecosystem-aware templates. Auto-detects Java/Gradle (Spring Boot), Next.js, Python/uv, and external…
Migrate a project to a newer version of the tldraw SDK. Use when upgrading tldraw packages, fixing TypeScript errors after a tldraw upgrade, or when the user mentions tldraw…
Design the target AWS architecture — ECS Fargate / EKS / Serverless choice, VPC topology with public-private-isolated subnets, managed database selection (RDS/Aurora/DynamoDB),…
Cloudflare Named Tunnel one-click setup: install cloudflared, login, configure tunnel with custom domain, auto-detect project port, push DNS route, write to global tunnel…
Analyze Claude Code tool call patterns — success rates, duration, error frequency, and tool usage rankings from Supabase otel_events.
The correctness lens for a frontend build, organized around one question that decides whether your test suite is a safety net or a straitjacket: does this test go red when…
ockemon-pso TUI 컴포넌트/훅/패널 테스트 작성 및 실행. ink-testing-library + vitest로 테스트를 작성하고, 실패 시 진단-수정 사이클을 반복. "tui test", "TUI 테스트", "tui coverage", "test feed-panel", "test use-menu" 등으로…
ockemon-pso TUI 시각 테스트 — 렌더링 스냅샷, 인터랙션 플로우, 프레임 비교. ink-testing-library로 컴포넌트를 렌더링하고 lastFrame() 출력을 스냅샷으로 캡처. 키 입력 시뮬레이션 → 프레임 전환 검증 → 레이아웃/색상/경계 확인.
Use when: designing, reviewing, refactoring, or test-planning type-safe architecture, compiler-enforced contracts, validation-as-types, explicit interfaces, generic misuse,…
Advanced TypeScript type system patterns for production codebases. [What: branded types for nominal typing, discriminated unions, template literal types, conditional types, the…
Create, update, review, or refactor VS Code Copilot skills, hooks, and MCP configs. Use when the user wants to build or maintain reusable skills, lifecycle hooks, MCP…
Minimal / clean / Linear / Notion / Vercel / whitespace-heavy UIs. Locked knobs: CRAFT=8, MOTION=3, DENSITY=2. Monochrome + one accent, Inter/Geist, hairline borders over shadows.
Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships — from LongLeo287/SEOSONA-OS
Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships — from majiayu000/claude-skill-registry
Senior {{engine_name}}/{{engine_code_language}} developer assistant for the current {{engine_name}} project.
Iterative test-coverage improvement loop — dispatches `/optimus:unit-test` (unit-test phase) and `/optimus:refactor` with testability focus (refactor phase) into fresh subagent…
Start Unity C# development workflow with architecture, implementation, review, and testing phases
Generate a PR description from the current branch's changes against a GitHub PR, using the gh CLI. Use when writing, drafting, or updating pull request descriptions, PR summaries,…
Track Claude Code token usage, sessions, tool calls, lines of code, commits, and PRs per user and team. Supabase OTel queries for usage dashboards.
Universal document consistency auditor. Runs deterministic drift checks across docs, code, tests, and CI, resolves conflicts through a per-fact-class authority registry…
Write or revise a vault markdown note with clear structure, concise summary, key points, and explicit follow-up actions.
AI-optimized browser automation CLI with context-efficient snapshots. Use for long autonomous sessions, self-verifying workflows, video recording, and cloud browser testing…
Automate browsers with Puppeteer CLI scripts and persistent sessions. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, JavaScript…
Generate comprehensive edge cases and test scenarios by decomposing features across 12 dimensions. Use before implementation or testing to catch issues early.
Use when you need publish-grade SVG or PNG technical diagrams for architecture, flow, sequence, UML, state, or comparison visuals, with preview used afterward for review rather…
Web testing with Playwright, Vitest, k6. E2E/unit/integration/load/security/visual/a11y testing. Use for test automation, flakiness, Core Web Vitals, mobile gestures,…
Generate a test plan for specific code based on VCP testing standards. Produces unit tests, integration tests, edge cases, and mock guidance.
Audit a data pipeline for Veracity and Value. Dispatches data-scientist, compliance-auditor, and data-engineer agents with project context injected at dispatch time.
Generate optimized Vercel Edge Functions with geolocation, authentication, and data transformation — from tools-only/X-Skills
테스트 시드 인프라의 3자 SSOT 정합성을 검증합니다 — seed-data 파일 ↔ seed-test-new.ts 의 truncate/insert wiring ↔ verification.ts 의 count check 가 한 세트로 움직여야 함. 새 seed 파일 추가 후, verification.ts 편집 후 사용.
Render version hierarchies as text trees for debugging, inspection, or reporting.
This skill should be used when the user provides screenshots, videos, screen recordings, or mentions visual bugs, UI glitches, layout shifts, animation issues, or visual…
Renders planned changes as ASCII visualizations with risk heat maps, execution order diagrams, dependency graphs, impact metrics, and before/after architecture comparisons.
Use this skill whenever the user needs to perform VMware compliance auditing, baseline checking, or drift detection on vSphere/ESXi/NSX environments.
Use this skill whenever the user needs to manage VMware storage — datastores, iSCSI targets, and vSAN clusters.