Code First Responder
- Repo stars 0
- Author repo FarmFriend-Terminal-React
Code First Responder
When to load this skill
- Incoming task references failing tests, stack traces, or recent merges.
- User explicitly wants a "quick triage", "first look", or "rough fix plan".
- Another skill (e.g., Rapid Research) flagged new code issues that need confirmation.
Guardrails
- Never edit files before the failure is reproduced locally.
- Capture the exact command + exit code inside the debug report template.
- Prefer minimal diffs; defer major refactors to a follow-up task.
- If the failure cannot be reproduced quickly, escalate with the captured evidence and leave the repo untouched.
Five-step micro-playbook
- Snapshot context
- Record branch, latest commit hash, and dirty files.
- Paste the failure summary into
templates/debug_report_template.md.
- Reproduce fast
- Run the narrowest test or script possible.
- Store the exact CLI command and snippet of output.
- Isolate scope
- Identify the component or file set causing the issue.
- Outline suspected root causes without editing yet.
- Propose fix plan
- List concrete actions (edit file X, update test Y, run command Z).
- Mark each action as
must,optional, orblocked.
- Optional patch
- If the fix is obvious (<30 lines), apply it and run validation.
- Update the debug report with the diff summary and test status.
Output checklist
Refer to templates/fix_checklist.md and ensure every box is addressed:
- Failure reproduced?
- Minimal scope understood?
- Plan or patch documented?
- Validation command + result captured?
- Handover note written?
Response snippet to send back to the user
## Debug Status
- Branch/commit: ...
- Failure reproduced: yes/no (command)
- Root-cause hypothesis: ...
- Next actions: ...
## Attachments
- debug_report_template.md (updated)
Companion tools
run_commandfor fast tests.read_file+search_codefor targeted inspection.write_filefor updating the templates and final report.
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @0-CYBERDYNE-SYSTEMS-0 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Incoming task references failing tests, stack traces, or recent merges. User explicitly wants a "quick triage", "first look", or "rough fix plan". Another skill (e.g., Rapid Research) flagged new code issues that need confirmation.
Never edit files before the failure is reproduced locally. Capture the exact command + exit code inside the debug report template. Prefer minimal diffs; defer major refactors to a follow-up task.
Snapshot context Record branch, latest commit hash, and dirty files. Paste the failure summary into templates/debugreporttemplate.md.
Refer to templates/fixchecklist.md and ensure every box is addressed: Failure reproduced? Minimal scope understood?
Response snippet to send back to the user
Branch/commit: ... Failure reproduced: yes/no (command) Root-cause hypothesis: ...
# Code First Responder
## When to load this skill
- Incoming task references failing tests, stack traces, or recent merges.
- User explicitly wants a "quick triage", "first look", or "rough fix plan".
- Another skill (e.g., Rapid Research) flagged new code issues that need confirmation.
## Guardrails
1. Never edit files before the failure is reproduced locally.
2. Capture the exact command + exit code inside the debug report template.
3. Prefer minimal diffs; defer major refactors to a follow-up task.
4. If the failure cannot be reproduced quickly, escalate with the captured evidence and leave the repo untouched.
## Five-step micro-playbook
1. **Snapshot context**
- Record branch, latest commit hash, and dirty files.
- Paste the failure summary into `templates/debug_report_template.md`.
2. **Reproduce fast**
- Run the narrowest test or script possible.
- Store the exact CLI command and snippet of output.
3. **Isolate scope**
- Identify the component or file set causing the issue.
- Outline suspected root causes without editing yet.
4. **Propose fix plan**
- List concrete actions (edit file X, update test Y, run command Z).
- Mark each action as `must`, `optional`, or `blocked`.
5. **Optional patch**
- If the fix is obvious (<30 lines), apply it and run validation.
- Update the debug report with the diff summary and test status.
## Output checklist
Refer to `templates/fix_checklist.md` and ensure every box is addressed:
- Failure reproduced?
- Minimal scope understood?
- Plan or patch documented?
- Validation command + result captured?
- Handover note written?
## Response snippet to send back to the user
```
## Debug Status
- Branch/commit: ...
- Failure reproduced: yes/no (command)
- Root-cause hypothesis: ...
- Next actions: ...
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> When to load this skill → Guardrails → Five-step micro-playbook → Output checklist → Response snippet to send back to the user → Debug Status
terms -> Snapshot context · Reproduce fast · Isolate scope · Propose fix plan · Optional patch
files/cmd -> templates/debugreporttemplate.md · must · optional · blocked · templates/fixchecklist.md · runcommand · readfile · searchcode
body sha256 -> 67f3213f620c
Decide Fit First
Design Intent
How To Use It
Boundaries And Review