4,215 skills sorted by stars.
Pre-deployment validation, content verification, and testing strategies for CJS2026 given the current lack of automated tests
Test implementations against requirements, collect feedback, and create improvement loops
Use when writing Rails tests - enforces fixtures-only, integration-style controller tests, Current context setup, simple naming, a...
Use when planning Rails features or breaking down work into PRs - enforces 2-5 file PRs, bug fix separation, and one-sentence scop...
Deploy Vercel integrations to Vercel, Fly.io, and Cloud Run platforms.Use when deploying Vercel-powered applications to production...
Execute Vercel primary workflow: Deploy Preview.Use when Deploying a preview for a pull request,Testing changes before production,...
Create a minimal working Vercel example.Use when starting a new Vercel integration, testing your setup,or learning basic Vercel AP...
Execute Vercel incident response procedures with triage, mitigation, and postmortem.Use when responding to Vercel-related outages,...
Execute Vercel major re-architecture and migration strategies with strangler fig pattern.Use when migrating to or from Vercel, per...
Set up comprehensive observability for Vercel integrations with metrics, traces, and alerts.Use when implementing monitoring for V...
Optimize Vercel API performance with caching, batching, and connection pooling.Use when experiencing slow API responses, implement...
Enforce comprehensive verification and testing before declaring completion. Use when implementing features, making changes, or com...
仕様を実行可能テスト(verify.md)に変換し、カバレッジを分析するワークフロー。Runme.dev形式でE2E/統合テストを記述。使用タイミング:(1) 仕様書(spec.md等)から実行可能なテストドキュメントを作成したい場合(2) テストカバレッジを...
Verify tests by following recorded trajectories in tests-in-verification.json. Use this skill during the verify stage to independe...
Verify web application changes work by launching the app stack and testing in a real browser. This skill should be used when the u...
Dashboard pattern for tracking doc coverage across product versions, locales, and channels.
This skill should be used when the user wants to adjust Claude's interaction style and personality level. It provides four distinc...
Creative director for educational video content. Generates scene-by-scene narrative direction specifying character actions, emotio...
Watch and understand video files by converting them to viewable image storyboards for enjoyment, analysis, species identification,...
Enforces visibility pattern for testability by detecting private methods that prevent unit testing (causes 20-40% coverage loss)....
Design and implement visual regression testing for UI changes. Definesscreenshot coverage, rendering stabilization, baseline manag...
Automatically find the latest portfolio CSVs, process them, and display visualizations in web browser. Use when you want a complet...
Vitestの高度な機能を活用したテスト実装スキル。並列実行、カバレッジ最適化、非同期テスト処理、モック戦略を実装します。Anchors:• 『Test-Driven Development: By Example』(Kent Beck) / 適用: テスト設...
Vitest configuration template and validation logic for test configuration that merges with vite.config.ts. Includes 5 required sta...
Generate Vitest configuration files for fast unit testing of JavaScript/TypeScript projects. Triggers on "create vitest config", "...