Turn Slack #code-fixes, CodeRabbit, Codex Review, CI, and check-status noise into a repo-and-PR action queue. Use when Jamie asks for a daily code-fixes digest, recent review-noise triage, or what needs fixing across active engineering repos.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./Skills/agent-ops/code-fixes-triage/SKILL.mdConvert noisy review and CI signals into a small action queue before starting any fix lane.
The useful unit is not a digest. The useful unit is a short queue that says what can move now, what only needs watching, what is informational, and what is blocked until a source of truth is refreshed.
See 'references/contract.yaml' for the compact machine-readable contract and 'references/evals.yaml' for routing checks.
schema_version: 1
mode: code_fixes_triage
window: <time window inspected>
sources: [<slack|github|coderabbit|ci|linear|local>]
action_queue:
fix_now:
- repo: <owner/repo or local path>
pr: <number-or-null>
signal: <short signal>
live_truth: <what was refreshed>
next_lane: <skill-or-agent>
blocker: null
monitor: []
informational: []
blocked: []
source_of_truth_gaps: []
durable_followups: []
validation: []If live truth cannot be refreshed, keep the item in 'blocked' or 'source_of_truth_gaps' and state the exact missing surface. Do not upgrade the item to 'fix_now' from stale notification text.
For changes to this skill, run:
./bin/ask skills audit Skills/agent-ops/code-fixes-triage --level strict --json --robotFail fast at the first failed gate and classify the blocker before sync, commit, publish, or install.
| Skill | Use After Triage |
|---|---|
| [[pr-green-sweep]] | Open PRs need until-green fix, merge, and cleanup follow-through. |
| [[autofix]] | Actionable CodeRabbit or Codex Review findings need implementation. |
| [[testing]] | Test or validation failure ownership needs proof or repair. |
| [[release-notes]] | The useful action is a changelog, release note, or publish handoff. |
| [[verification-before-completion]] | A read-only latest-head readiness check is needed before claiming closeout. |
f1f2f21
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.