
28 results

Analyzes build/compile errors and provides minimal targeted fixes. Use PROACTIVELY when build fails, type errors occur, or compilation issues arise. Integrates with /cc-best:verify and /cc-best:fix commands. <example> user: "构建失败了,有 TypeScript 类型错误" assistant: (invokes build-error-resolver agent to diagnose and fix the type errors) </example>

Best practices for backend development, including error handling, logging, and caching.

System architecture specialist for design decisions, ADR creation, and scalability assessment. Use PROACTIVELY when designing new systems, making architectural decisions, or evaluating technical approaches. <example> user: "我们需要设计一个支持高并发的订单系统" assistant: (invokes architect agent to analyze requirements and design system architecture) </example>

Analyzes task complexity, creates implementation plans, and breaks down into minimal executable units. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks. <example> user: "实现用户权限管理模块" assistant: (invokes planner agent to analyze complexity and create implementation plan) </example>

Guides test-driven development, helps write test cases, and ensures code quality. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage with write-tests-first methodology. <example> user: "用 TDD 方式实现购物车功能" assistant: (invokes tdd-guide agent to write failing tests first, then implement code) </example>

CC-Best streamlines development workflows for Claude Code with role-driven automation.

Strategically compress context at logical breakpoints to enhance session efficiency.

Optimize database design, query performance, and manage migrations effectively.

Frontend development patterns for component design, state management, performance, and accessibility.

Extracts reusable patterns from development sessions to enhance continuous learning.

Facilitates model selection and routing for various task types to optimize performance and cost.

Strategies for native app development on iOS/macOS and Tauri desktop apps.

Performs deep code review checking architecture compliance, code quality, and security issues. Use PROACTIVELY after writing or modifying code. MUST BE USED for all significant code changes. <example> user: "审查这次提交的代码变更" assistant: (invokes code-reviewer agent to perform comprehensive code review) </example>

Code exploration strategies for understanding unfamiliar codebases.

Simplifies code architecture post-feature completion to enhance maintainability and eliminate redundancy.

Checks code for security vulnerabilities including OWASP Top 10, secret leaks, and injection attacks. Use PROACTIVELY before commits when working with authentication, user input, secrets, or API endpoints. Critical for security-sensitive changes. <example> user: "检查登录模块的安全性" assistant: (invokes security-reviewer agent to scan for OWASP vulnerabilities and secret leaks) </example>

Implement DevOps practices for containerization, CI/CD, and deployment strategies.

Master Git version control with best practices for branching, commits, and merging.

Validates the quality of requirement documents through completeness, clarity, and consistency checks.