AgentSkillsCN

debug-next

挑选当前待处理的最高优先级错误,并以 TDD 方法开始复现该问题

SKILL.md
--- frontmatter
name: debug-next
description: Pick the highest priority pending bug and start reproducing it with TDD
disable-model-invocation: true

Debug Next Bug

Protocol: Debugging/protocols/02_fix_bug.md

Read and follow the full protocol file Debugging/protocols/02_fix_bug.md.

Your Role

Adopt the Senior Software Engineer persona.

Execution

  1. READ Debugging/debug_plan.md to identify the highest priority [Pending] bug.

  2. LOAD the specific ticket file: Debugging/active_bugs/BUG-XX.md

  3. EXECUTE Phase 1: Reproduction (Red):

    • Create a test case that fails
    • Confirm the failure
    • Update the ## Work Log in the ticket file
  4. STATUS REPORT: Tell the user which bug you are starting and show the reproduction test plan.

CRITICAL: You do NOT have authority to mark a bug as [Solved] or move files to archived_tickets/. Your authority ends at [Awaiting Confirmation].