搜索结果
全部能力
找到 1056 个相关结果 / 安全审计
软件工程 / 诊断修复
qa-game
qa-game
Add Playwright QA tests to a game — visual regression, gameplay verification, and performance. Use when the user says "add tests", "test my game", "add QA",…
软件工程 / 诊断修复
python-odoo-cursor-rules
python-odoo-cursor-rules
Guidelines for Python and Odoo enterprise application development with ORM, XML views, and module architecture best practices.
软件工程 / 诊断修复
postman-collection-generator
postman-collection-generator
Generates Postman collection JSON files from Express, Next.js, Fastify, Hono, or other API routes. Scans route definitions, extracts endpoints, methods,…
软件工程 / 诊断修复
swarm-orchestration
swarm-orchestration
Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple files and modules. Use when: 3+ files need changes, new feature implementation, cross-module refactoring, API changes with tests, security-related changes, performance optimization across codebase, database schema changes. Skip when: single file edits, simple bug fixes (1-2 lines), documentation updates, configuration changes, quick exploration.
软件工程 / 诊断修复
security-best-practices
security-best-practices
Security best practices for backend development, microservices, and secure coding patterns with emphasis on input validation and authentication
软件工程 / 部署发布
github-actions
github-actions
GitHub Actions CI/CD workflows for automating build, test, and deployment
软件工程 / 部署发布
changelog-writer
changelog-writer
Generates changelogs and release notes from git commits, PR titles, and issue references. Organizes changes by impact type (breaking, features, fixes,…
软件工程 / 诊断修复
docs-workflow
docs-workflow
Four slash commands for documentation lifecycle: /docs, /docs-init, /docs-update, /docs-claude. Create, maintain, and audit CLAUDE.md, README.md, and docs/ structure with smart templates. Use when: starting new projects, maintaining documentation, auditing docs for staleness, or ensuring CLAUDE.md matches project state.
软件工程 / 诊断修复
ethical-hacking-methodology
ethical-hacking-methodology
Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology,…
软件工程 / 诊断修复
code-review
code-review
Code review assistance with linting, style checking, and best practices
软件工程 / 诊断修复
API 模糊测试漏洞赏金
api-fuzzing-bug-bounty
针对漏洞赏金和渗透测试中的 REST、SOAP 和 GraphQL API 提供全面的测试技术。涵盖漏洞…
软件工程 / 诊断修复
payload
payload
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors,…
软件工程 / 诊断修复
pentest-commands
pentest-commands
Provide a comprehensive command reference for penetration testing tools including network scanning, exploitation, password cracking, and web application…
软件工程 / 诊断修复
developer-toolbox
developer-toolbox
Essential development workflow agents for code review, debugging, testing, documentation, and git operations. Includes 7 specialized agents with strong auto-discovery triggers. Use when: setting up development workflows, code reviews, debugging errors, writing tests, generating documentation, creating commits, or verifying builds.
软件工程 / 部署发布
bitbucket-workflow
bitbucket-workflow
Bitbucket best practices for pull requests, Pipelines CI/CD, Jira integration, and Atlassian ecosystem workflows
软件工程 / 诊断修复
API 安全测试
api-security-testing
REST 和 GraphQL API 的安全测试工作流,涵盖认证、授权、速率限制、输入验证及安全最佳实践。
软件工程 / 部署发布
cicd-pipeline-setup
cicd-pipeline-setup
Design and implement CI/CD pipelines with GitHub Actions, GitLab CI, Jenkins, or CircleCI. Use for automated testing, building, and deployment workflows.
软件工程 / 诊断修复
general-best-practices
general-best-practices
General software development best practices covering code quality, testing, security, performance, and maintainability across technology stacks
软件工程 / 诊断修复
python-fastapi-development
python-fastapi-development
Python FastAPI backend development with async patterns, SQLAlchemy, Pydantic, authentication, and production API patterns.
软件工程 / 诊断修复
fastify
fastify
Production Fastify (TypeScript) patterns: schema validation, plugins, typed routes, error handling, security hardening, logging, testing with inject, and…