Loading...
Loading...
Compare original and translation side by side
Paths: All file refs relative to skills repo root.
路径: 所有文件引用均相对于技能仓库根目录。
| Agent | Primary | Fallback |
|---|---|---|
| Claude | | |
| Codex | | |
| Gemini | | |
foundmissing| Agent | 主文件 | 备用文件 |
|---|---|---|
| Claude | | |
| Codex | | |
| Gemini | | |
已找到缺失enabledPlugins@levnikolaevich-skills-marketplace~/.claude/settings.jsonenabledPluginslevnikolaevich-skills-marketplace~/.claude/plugins/cache/{publisher}/{plugin}/*/skills/*/SKILL.mddescription:| Signal | Keywords in description | Overlap with |
|---|---|---|
| Orchestration | "orchestrat", "pipeline", "end-to-end", "lifecycle" | ln-1000 pipeline |
| Planning | "plan.*implement", "brainstorm", "design.*spec" | ln-300 task coordinator |
| Execution | "execut.*plan", "subagent.*task", "task-by-task" | ln-400/ln-401 executors |
| Code review | "code.review.*dispatch", "review.*quality.*spec" | ln-402/ln-310 |
| Quality gate | "quality.*gate", "verification.*complet", "test-driven.*always" | ln-500 quality gate |
| Debugging | "systematic.*debug", "root.*cause.*phase" | problem_solving.md |
| Git isolation | "worktree.*creat", "git.*isolat" | git_worktree_fallback.md |
hooks/session-start"CONFLICT: {plugin} overlaps with ln-* pipeline ({signals}). Disable?"falseenabledPlugins@levnikolaevich-skills-marketplace~/.claude/settings.jsonenabledPluginslevnikolaevich-skills-marketplace~/.claude/plugins/cache/{publisher}/{plugin}/*/skills/*/SKILL.mddescription:| 信号类型 | 描述中的关键词 | 冲突对象 |
|---|---|---|
| 编排类 | "orchestrat", "pipeline", "end-to-end", "lifecycle" | ln-1000 流水线 |
| 规划类 | "plan.*implement", "brainstorm", "design.*spec" | ln-300 任务协调器 |
| 执行类 | "execut.*plan", "subagent.*task", "task-by-task" | ln-400/ln-401 执行器 |
| 代码评审类 | "code.review.*dispatch", "review.*quality.*spec" | ln-402/ln-310 |
| 质量门禁类 | "quality.*gate", "verification.*complet", "test-driven.*always" | ln-500 质量门禁 |
| 调试类 | "systematic.*debug", "root.*cause.*phase" | problem_solving.md |
| Git隔离类 | "worktree.*creat", "git.*isolat" | git_worktree_fallback.md |
hooks/session-start"冲突:{plugin} 与 ln-* 流水线存在重叠(涉及信号:{signals})。是否禁用?"falsedry_run == truedry_run == true| Field | Source | Fallback |
|---|---|---|
| PROJECT_NAME | | |
| PROJECT_DESCRIPTION | | |
| DATE | current date (YYYY-MM-DD) | — |
| 字段 | 来源 | 备用值 |
|---|---|---|
| PROJECT_NAME | | |
| PROJECT_DESCRIPTION | | |
| DATE | 当前日期(YYYY-MM-DD) | — |
skills/ln-111-root-docs-creator/references/templates/claude_md_template.md{{PROJECT_NAME}}{{PROJECT_DESCRIPTION}}{{DATE}}{{...}}[TBD: placeholder_name]skills/ln-111-root-docs-creator/references/templates/claude_md_template.md{{PROJECT_NAME}}{{PROJECT_DESCRIPTION}}{{DATE}}{{...}}[待补充:placeholder_name]| # | Transformation | Find | Replace |
|---|---|---|---|
| 1 | Title | First H1 line | |
| 2 | SCOPE | | |
| 3 | Agent name | | |
| 4 | DAG entry | | |
| 5 | Add rule | After last Critical Rules row | Add: |
| 序号 | 转换操作 | 查找内容 | 替换内容 |
|---|---|---|---|
| 1 | 标题 | 首个H1行 | |
| 2 | 范围 | | |
| 3 | Agent名称 | 介绍行中的 | |
| 4 | DAG条目 | | |
| 5 | 添加规则 | 最后一行关键规则后 | 添加: |
| # | Transformation | Find | Replace |
|---|---|---|---|
| 1 | Title | First H1 line | |
| 2 | Agent name | | |
| 3 | DAG entry | | |
| 4 | Compact | | |
| 5 | Remove rule | | Delete row |
| 序号 | 转换操作 | 查找内容 | 替换内容 |
|---|---|---|---|
| 1 | 标题 | 首个H1行 | |
| 2 | Agent名称 | 介绍行中的 | |
| 3 | DAG条目 | | |
| 4 | 术语替换 | | |
| 5 | 移除规则 | | 删除该行 |
| Check | Pass | Warn | Fail |
|---|---|---|---|
| Line count | ≤100 lines | 101-150 lines | >150 lines |
| Estimated tokens | ≤2,500 tokens | 2,501-3,500 | >3,500 |
| Sections count | ≤8 sections | 9-12 | >12 |
wc -w {file}| 检查项 | 通过 | 警告 | 失败 |
|---|---|---|---|
| 行数 | ≤100行 | 101-150行 | >150行 |
| 预估令牌数 | ≤2500令牌 | 2501-3500令牌 | >3500令牌 |
| 章节数 | ≤8个章节 | 9-12个章节 | >12个章节 |
wc -w {file}| # | Check | Pattern | Severity |
|---|---|---|---|
| 1 | No timestamps | | WARN |
| 2 | No dates in content | `grep -E '(January | February |
| 3 | No dynamic counts | | WARN |
| 4 | No absolute paths | `grep -E '[A-Z]:\ | /home/ |
| 5 | Stable structure | No conditional sections ( | INFO |
| 序号 | 检查项 | 匹配模式 | 严重程度 |
|---|---|---|---|
| 1 | 无时间戳 | | 警告 |
| 2 | 内容中无日期 | `grep -E '(January | February |
| 3 | 无动态计数 | | 警告 |
| 4 | 无绝对路径 | `grep -E '[A-Z]:\ | /home/ |
| 5 | 结构稳定 | 无条件章节( | 信息 |
| # | Check | Pass | Fail |
|---|---|---|---|
| 1 | Has build/test commands | Found | Missing — add essential commands |
| 2 | No abstract principles | No | Found vague instructions |
| 3 | No redundant docs | No API docs, no full architecture description | Found content discoverable from code |
| 4 | Has hard boundaries | Found | Missing explicit prohibitions |
| 5 | Compact Instructions section | | Missing — sessions lose decisions on /compact |
| 6 | MCP Tool Preferences | Table mapping built-in → MCP tools | Missing — agents use suboptimal tools |
| 7 | No tool output examples | No large code blocks or command outputs | Found — bloats every turn |
| 序号 | 检查项 | 通过 | 失败 |
|---|---|---|---|
| 1 | 包含构建/测试命令 | 找到 | 缺失 — 添加必要命令 |
| 2 | 无抽象原则 | 无 | 存在模糊指令 |
| 3 | 无冗余文档 | 无API文档、无完整架构描述 | 存在可从代码中获取的内容 |
| 4 | 明确边界规则 | 存在 | 缺失明确禁止性规则 |
| 5 | 包含精简指令章节 | 存在 | 缺失 — 会话在/compact时会丢失决策信息 |
| 6 | MCP工具偏好设置 | 包含内置工具与MCP工具的映射表 | 缺失 — Agent会使用非最优工具 |
| 7 | 无工具输出示例 | 无大段代码块或命令输出 | 存在 — 会膨胀每次交互的上下文 |
| Check | Pass | Fail |
|---|---|---|
| MCP Tool Preferences | Same table in all files | Missing in some files |
| Critical Rules | Same core rules | Divergent rules |
| Build/test commands | Same commands | Different or missing |
| Structural sections | Same section order | Inconsistent structure |
| 检查项 | 通过 | 失败 |
|---|---|---|
| MCP工具偏好设置 | 所有文件中的表格一致 | 部分文件缺失 |
| 核心规则 | 核心规则一致 | 规则存在差异 |
| 构建/测试命令 | 命令一致 | 命令不同或缺失 |
| 章节结构 | 章节顺序一致 | 结构不一致 |
Agent Instructions Manager:
Created: (omit section if nothing created)
- CLAUDE.md (from template, context from package.json)
- AGENTS.md (derived from CLAUDE.md)
Audit:
| File | Lines | ~Tokens | Cache-safe | Quality | Issues |
|------------|-------|---------|------------|---------|--------|
| CLAUDE.md | 80 | 2,100 | OK | 6/7 | Missing Compact Instructions |
| AGENTS.md | 77 | 2,000 | OK | 7/7 | OK |
| GEMINI.md | 75 | 1,950 | OK | 7/7 | OK |
Cross-agent: OK (or N inconsistencies listed)
Recommendations:
1. Run /init (ln-100) for full context-aware CLAUDE.md with project-specific rules
2. Add ## Compact Instructions to CLAUDE.mdAgent Instructions Manager:
已创建文件:(若无创建则省略本节)
- CLAUDE.md(来自模板,上下文取自package.json)
- AGENTS.md(基于CLAUDE.md生成)
审核结果:
| 文件名称 | 行数 | 预估令牌数 | 缓存安全 | 质量评分 | 问题 |
|------------|-------|---------|------------|---------|--------|
| CLAUDE.md | 80 | 2,100 | 正常 | 6/7 | 缺失Compact Instructions章节 |
| AGENTS.md | 77 | 2,000 | 正常 | 7/7 | 无 |
| GEMINI.md | 75 | 1,950 | 正常 | 7/7 | 无 |
跨Agent一致性:正常(或列出N处不一致)
建议:
1. 运行/init(ln-100)生成包含项目特定规则的全上下文CLAUDE.md
2. 为CLAUDE.md添加## Compact Instructions章节