feat(case-tool): add troubleshooting step for failed cases#506
feat(case-tool): add troubleshooting step for failed cases#506charlesliu9 merged 4 commits intomainfrom
Conversation
|
Claude finished @charlesliu9's task in 2m 0s —— View job PR Review: feat(case-tool): add troubleshooting step for failed cases
SummaryAdds Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | OK | No frontmatter changes |
| E2E Tests | OK | Not applicable — no new CLI workflows or capabilities, existing tests unaffected |
| Skill Body | Issue | Broken link in implementation.md (High) |
| References & Assets | Issue | CLI reference duplication with case-commands.md (Medium) |
| Repo Hygiene | OK | CODEOWNERS already covers path, no secrets, changes scoped to skill |
Issues for Manual Review
- CLI command accuracy: Cannot verify whether the CLI commands (especially
uip maestro case instancesubcommands and their flags) match the actual tool API. The commands appear consistent withcase-commands.md, but domain-specific correctness requires manual verification. --folder-keyauto-detection claim: The guide states mostinstancesubcommands auto-detect the folder key when omitted butincident getrequires it explicitly. This behavioral distinction should be verified against the actual CLI.
Conclusion
The diagnostic workflow itself is a solid addition. Two issues need fixing before merge:
- (High) Broken relative link in
implementation.md—references/troubleshooting-guide.md→troubleshooting-guide.md - (Medium) ~50 lines of CLI command reference duplicated from
case-commands.md— replace with a bridge pointer
Adds references/troubleshooting-guide.md covering the diagnostic priority
(incidents → variables → caseplan correlation → traces) and the CLI
reference for
uip maestro case instance,incident, andjob. Linksthe guide from SKILL.md's reference table and from implementation.md's
Step 14a.