搜索结果
全部能力
找到 887 个相关结果 / 评审反馈
软件工程 / 诊断修复
ln-113-backend-docs-creator
ln-113-backend-docs-creator
Creates backend docs (api_spec.md, database_schema.md). Use when project has backend API or database.
软件工程 / 部署发布
ln-700-project-bootstrap
ln-700-project-bootstrap
Bootstraps projects to production-ready structure. Use when creating new or transforming existing projects.
软件工程 / 诊断修复
ln-772-error-handler-setup
ln-772-error-handler-setup
Configures global exception handling middleware. Use when adding centralized error handling to .NET or Python backends.
软件工程 / 诊断修复
ln-404-test-executor
ln-404-test-executor
Executes test tasks (label 'tests') through Todo to To Review with risk-based limits. Use for test task execution. Not for implementation tasks.
软件工程 / 诊断修复
mutation-testing
mutation-testing
Evaluate test suite quality by introducing code mutations and verifying tests catch them. Use for mutation testing, test quality, mutant detection, Stryker, PITest, and test effectiveness analysis.
软件工程 / 诊断修复
ln-781-build-verifier
ln-781-build-verifier
Builds all detected projects and verifies successful compilation. Use when checking that a bootstrapped project compiles.
软件工程 / 部署发布
ln-731-docker-generator
ln-731-docker-generator
Generates Dockerfile and docker-compose configuration for multi-container development. Use when containerizing a project.
软件工程 / 诊断修复
playwright
playwright
Playwright testing best practices for Next.js applications (formerly test-playwright). This skill should be used when writing, reviewing, or debugging E2E…
软件工程 / 诊断修复
constitutional-ai
constitutional-ai
Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from…
软件工程 / 部署发布
ln-783-container-launcher
ln-783-container-launcher
Builds and launches Docker containers with health verification. Use when validating that containerized services start correctly.
软件工程 / 诊断修复
ln-771-logging-configurator
ln-771-logging-configurator
Configures structured JSON logging with Serilog (.NET) or structlog (Python). Use when adding logging to backend projects.
软件工程 / 诊断修复
tailwind
tailwind
Tailwind CSS v4 performance optimization and best practices guidelines (formerly tailwindcss-v4-style). This skill should be used when writing, reviewing, or…
软件工程 / 部署发布
receiving-code-review
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
软件工程 / 诊断修复
ln-743-test-infrastructure
ln-743-test-infrastructure
Sets up test infrastructure with Vitest, xUnit, and pytest. Use when adding testing frameworks and sample tests to a project.
软件工程 / 诊断修复
ln-722-backend-generator
ln-722-backend-generator
Generates .NET Clean Architecture backend structure from entity definitions. Use when bootstrapping .NET backend projects.
软件工程 / 诊断修复
ln-635-test-isolation-auditor
ln-635-test-isolation-auditor
Audits whether test results can be trusted: flakiness, isolation, real external dependencies, time/random/order dependency, and shared state. Use when auditing…
软件工程 / 诊断修复
ln-500-story-quality-gate
ln-500-story-quality-gate
Story-level quality gate with 4-level verdict (PASS/CONCERNS/FAIL/WAIVED) and Quality Score. Use when Story is ready for quality assessment.
软件工程 / 诊断修复
postgres-best-practices
postgres-best-practices
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or…
软件工程 / 诊断修复
ln-643-api-contract-auditor
ln-643-api-contract-auditor
Checks layer leakage in method signatures, missing DTOs, entity leakage to API, inconsistent error contracts. Use when auditing API contracts.
软件工程 / 诊断修复
ln-721-frontend-restructure
ln-721-frontend-restructure
Scaffolds new React projects or restructures monoliths to component-based architecture. Use when setting up frontend structure.