groove-work-audit
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegroove-work-audit
groove-work-audit
Outcome
结果
Blindspots and gaps are identified, actionable improvements are offered.
识别盲点与差距,提供可落地的改进方案。
Acceptance Criteria
验收标准
Findings are categorized by action:
- Fix Now: Trivial effort, fix immediately
- Needs Spec: Important, requires planning
- Create Issues: Large effort or nice-to-have
发现的问题按行动类型分类:
- 立即修复:工作量极小,可马上处理
- 需规格说明:问题重要,需要先做规划
- 创建Issue:工作量大,或者属于锦上添花的优化项
Constraints
约束条件
- Sanitize topic (if provided) for safe use — strip path separators, special characters, and traversal patterns ()
../ - Read from
memory:for base path; reference specs from.groove/index.md<memory>/specs/ - Gather context: branch diff, relevant specs
- Run analysis in isolated context (use general-purpose agent)
- Fall back to direct review if subagent fails
- Present findings with severity and effort estimates
- Execute chosen action: fix directly, create spec via , or create issues
/groove-work-spec <topic>
- 对输入的主题(如有)做安全清洗——移除路径分隔符、特殊字符以及路径遍历模式()
../ - 从读取
.groove/index.md字段作为基础路径;从memory:路径下引用规格说明<memory>/specs/ - 收集上下文:分支diff、相关规格说明
- 在隔离环境中运行分析(使用通用Agent)
- 若子Agent运行失败,降级为直接人工审核
- 展示问题时附带严重程度和工作量预估
- 执行选定的操作:直接修复、通过创建规格说明,或者创建Issue
/groove-work-spec <topic>
Scope Options
范围选项
- No args: Review current branch vs main
- Topic: Focus on specific area
- 无参数:对比main分支,审核当前分支
- 指定主题:聚焦特定审核领域