常见开发任务的预构建工作流和模板
找到 19 个技能
/commitDevelopmentGenerate semantic commit messages automatically based on your changes
ccjk /commit/reviewDevelopmentComprehensive code review with security analysis and best practices
ccjk /review/refactorDevelopmentIntelligent code refactoring with SOLID principles and design patterns
ccjk /refactor/explainDevelopmentExplain complex code in simple terms with visual diagrams
ccjk /explain/testTestingGenerate comprehensive unit tests with high coverage
ccjk /test/coverageTestingAnalyze test coverage and suggest improvements
ccjk /coverage/e2eTestingGenerate end-to-end tests for user workflows
ccjk /e2e/docsDocumentationGenerate comprehensive documentation from code
ccjk /docs/readmeDocumentationCreate or update README files with best practices
ccjk /readme/api-docsDocumentationGenerate API documentation with OpenAPI/Swagger
ccjk /api-docs/deployDevOpsGenerate deployment configurations for various platforms
ccjk /deploy/dockerDevOpsCreate optimized Dockerfile and docker-compose configurations
ccjk /docker