搜索结果
全部能力
找到 4785 个相关结果 / 提示词与 LLM
软件工程 / 诊断修复
shap
shap
Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions,…
软件工程 / 诊断修复
test-anti-patterns
test-anti-patterns
Detection-focused review of .NET test code for anti-patterns that undermine reliability and diagnostic value. USE FOR: audit test quality, review test code, find test anti-patterns, tests pass but don't verify anything, flaky tests, ordering dependency, duplicate tests, magic values, missing/no assertions, swallowed exceptions, always-true assertions, over-mocking, test coupling, coverage touching, coverage inflation. DO NOT USE FOR: writing new tests (use writing-mstest-tests), direct MSTest API rewrites or implementation-only fixes such as swapped Assert.AreEqual argument order, running tests (use run-tests), migrating between frameworks (use migration skills), deep formal audit based on academic test smell taxonomy (use test-smell-detection).
软件工程 / 诊断修复
ce-commit-push-pr
ce-commit-push-pr
Commit, push, and open a PR with an adaptive, value-first description that scales in depth with the change. Use when the user says "commit and PR", "ship…
软件工程 / 诊断修复
capture-screen
capture-screen
Programmatic screenshot capture on macOS. Find window IDs with Swift CGWindowListCopyWindowInfo, control application windows via AppleScript (zoom, scroll,…
软件工程 / 诊断修复
nix-best-practices
nix-best-practices
Use when working with Nix flakes, overlays, shell.nix, or flake.nix files.
软件工程 / 诊断修复
software-crypto-web3
software-crypto-web3
Secure blockchain development for EVM, Solana, Cosmos, and TON. Use when building smart contracts, auditing, or integrating on-chain backends.
软件工程 / 诊断修复
ln-773-cors-configurator
ln-773-cors-configurator
Configures CORS policy for development and production environments. Use when setting up cross-origin access for APIs.
软件工程 / 诊断修复
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-522-manual-tester
ln-522-manual-tester
Performs manual testing of Story AC via executable bash scripts in tests/manual/. Use when Story implementation needs hands-on AC verification.
软件工程 / 诊断修复
omc-doctor
omc-doctor
Diagnose and fix oh-my-claudecode installation issues
软件工程 / 诊断修复
ln-110-project-docs-coordinator
ln-110-project-docs-coordinator
Coordinates project documentation creation with single context gathering and project type detection. Use when generating project docs subset.
软件工程 / 诊断修复
无障碍合规性
accessibility-compliance
实现 WCAG 2.1/2.2 无障碍标准、屏幕阅读器兼容性、键盘导航和 a11y 测试。适用于构建包容性 Web 应用、确保法规合规或为残障人士改善用户体验的场景。
软件工程 / 诊断修复
file-todos
file-todos
This skill should be used when managing the file-based todo tracking system in the todos/ directory. It provides workflows for creating todos, managing status…
软件工程 / 诊断修复
aws-serverless
aws-serverless
Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns,…
软件工程 / 诊断修复
error-diagnostics-smart-debug
error-diagnostics-smart-debug
Use when working with error diagnostics smart debug
软件工程 / 诊断修复
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.
软件工程 / 诊断修复
cpp
cpp
Guidelines for modern C++ development with C++17/20 standards, memory safety, and performance optimization
软件工程 / 诊断修复
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.
软件工程 / 部署发布
ln-700-project-bootstrap
ln-700-project-bootstrap
Bootstraps projects to production-ready structure. Use when creating new or transforming existing projects.
软件工程 / 诊断修复
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.