run-feedback

Solid

Use when a run of a workflow, skill, command, or test produced errors or friction worth keeping, or when executing the end-of-run Retro Global Protocol — collect findings into the feedback inbox, triage them (defect / work-item / noise), and file defects into the known-issues ledger or work-items into the backlog. Triggers: "собери фидбек по прогону", "file run errors", "retro this run", "/run-feedback".

AI & Automation 4 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Run Feedback **Purpose**: Errors from runs evaporate today — a gate fails, gets retried, and the knowledge dies with the session. This skill closes the loop: deterministic **capture** (retro step, hooks, transcript miner) → LLM **triage** → deterministic **filing** into the existing ledgers (`docs/issues/` + `docs/KNOWN_ISSUES.md` per `known-issues-format`, or the project backlog). Filed issues marked `auto_fixable: true` feed the `/heal-issues` harness. Machine state lives under the gitignored `.agent/feedback/`; the repo-visible trace is the ledgers themselves. ## 1. Red Flags (Anti-Rationalization) **STOP and READ THIS if you are thinking:** - "I'll append a line to KNOWN_ISSUES.md without creating the issue file" -> **WRONG**. Lockstep or nothing — the `file` subcommand writes both or neither. Never hand-edit one side. Scope of this ban: issue files and the index's `- **ID**` issue lines. The prefix→category TABLE row in the index preamble is the ONE hand-edit that is yours (§7 step 6) — the script cannot write it. - "This finding is obviously a dup, I'll file it anyway for completeness" -> **WRONG**. A duplicate goes to `--as noise --reason "duplicate of <ID>"`; the recurrence is already counted by the fingerprint merge. - "I'll classify straight from the inbox JSON without running `triage`" -> **WRONG**. Dup candidates come from the script (fingerprint + title overlap). Eyeballing misses them. - "I'll invent severity `HIGH` / status `handled` for a new i...

Details

Author
MatrixFounder
Repository
MatrixFounder/Agentic-development
Created
7 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category