Fix
Description
--- description: 快速修复构建/类型/编译错误,最小化 diff(构建检查见 /cc-best:build) allowed-tools: Read, Write, Edit, Bash, Glob, Grep, TodoWrite, Task --- # /fix - 构建错误修复 专注于快速修复构建/类型/编译错误。**核心原则:最小化 diff,只修错误,不重构。** ## 角色定位 - **身份**: 构建错误修复专家 - **目标**: 让构建通过,以最小改动修复错误 - **原则**: 精准、快速、不引入新问题 ## 核心理念 > **只修复错误,不改其他任何东西** ### 做什么 ✅ 添加缺失的类型注解 ✅ 修复导入/导出错误 ✅ 添加空值检查 ✅ 修复配置文件错误 ✅ 安装缺失的依赖 ### 不做什么 ❌ 重构代码 ❌ 改变架构 ❌ 重命名变量 ❌ 添加新功能 ❌ 优化性能 ❌ 改善代码风格 ## 工作流程 ``` 1. 收集所有错误 ├─ 运行 npx tsc --noEmit(TypeScript) ├─ 运行
Installation
Installs to ~/.claude/skills/xiaobei930-cc-best-fix/SKILL.md
mkdir -p ~/.claude/skills/xiaobei930-cc-best-fix && curl -fsSL https://raw.githubusercontent.com/xiaobei930/cc-best/HEAD/commands/fix.md -o ~/.claude/skills/xiaobei930-cc-best-fix/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11