Agent skill
tasks-bug-diagnosis
DEPRECATED: This skill has been merged into `debugging` with `--autonomous` flag. Use `/debugging --autonomous` instead for structured headless debugging. Redirect: debugging --autonomous
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/tasks-bug-diagnosis
SKILL.md
tasks-bug-diagnosis (Deprecated)
⚠️ This skill has been merged into
debugging.Use
/debugging --autonomousfor the same functionality.
Migration Guide
| Old Command | New Command |
|---|---|
/tasks-bug-diagnosis |
/debugging --autonomous |
/tasks-bug-diagnosis [bug-name] |
/debugging --autonomous [bug-name] |
Why Merged?
The tasks-bug-diagnosis skill was a standalone autonomous debugging workflow. It has been consolidated into the main debugging skill as an --autonomous mode to:
- Reduce confusion - One skill for all debugging needs
- Enable mode switching - Start interactive, switch to autonomous as needed
- Share techniques - Both modes use the same underlying debugging techniques
- Simpler discovery - Users find
debugging, see both modes
What Moved Where
| Original Content | New Location |
|---|---|
| 5-phase workflow | debugging → Mode Selection section |
| Anti-hallucination protocols | debugging/references/autonomous-workflow.md |
| Evidence gathering templates | debugging/references/autonomous-workflow.md |
| Confidence level tracking | debugging/references/autonomous-workflow.md |
| Approval gate protocol | debugging/references/autonomous-workflow.md |
Related
- Replacement:
debugging --autonomous- Full autonomous debugging workflow - Interactive:
debugging- Standard interactive debugging
Version History
| Version | Date | Changes |
|---|---|---|
| 2.0.0 | 2026-01-20 | Deprecated, merged into debugging --autonomous |
| 1.0.0 | 2025-09-01 | Initial release |
Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?