
from nexus-agents10
Structured bug-fix workflow and triage protocol: reproduce, localize, reduce, fix, add regression test, and verify before resuming development.
This skill codifies a conservative, test-first bug-fix workflow intended to reduce regressions and speed reliable fixes. It defines a Stop-the-Line protocol (preserve evidence, diagnose causality, fix root causes only, and add regression tests) plus a Triage Sequence to reproduce and narrow failures before implementing changes. The guidance is practical for developer-facing agents assisting with debugging and PRs.
Use when a test, build, lint, or runtime error appears and a safe, auditable fix is required. Ideal for CI failures, flaky tests, pre-merge checks, and situations where regressions are costly. This skill should be triggered by phrases like "fix bug", "debug", "resolve issue", or when an agent detects failing tests or CI alerts.
Developer-assistant agents that can read/write repo files, run tests, and create PRs (GitHub-enabled Copilot/gh-cli agents, Claude/Codex-style agents).
Structured bug-fix workflow skill with a stop-the-line protocol, triage sequence, and anti-rationalization guidance. No bundled scripts — purely instructional SKILL.md. Well-written with practical debugging traps and a quality checklist. Assumes pnpm and gh CLI tooling, which limits portability but covers the common JS/TS project case.
Solid instructional skill. The anti-rationalization table is a standout feature — genuinely useful for agents and humans alike. Architecture could improve by extracting the workflow checklist into references/ and adding a script for automated triage. The 'Co-Authored-By: Claude' in commit template is agent-specific but not a security concern.