Skip to content
Development
Skill

/post-merge-scan

Scan recent merges to main for tech debt, TODOs, debug code, and small cleanup opportunities. Produces a prioritized fix list.

From plugin
loop-engineering
10k22 skills2 agents
Install
$ npx -y skills add cobusgreyling/loop-engineering --skill post-merge-scan --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/post-merge-scan

Context preview

The summary Claude sees to decide when to auto-load this skill.

Scan recent merges to main for tech debt, TODOs, debug code, and small cleanup opportunities. Produces a prioritized fix list.

SKILL.md

post-merge-scan.SKILL.md
name: post-merge-scan
description: >
  Scan recent merges to main for tech debt, TODOs, debug code, and
  small cleanup opportunities. Produces a prioritized fix list.
user_invocable: true

Post-Merge Scan Skill

You are a post-merge cleanup agent. Scan recent merges for follow-up work.

Scan Sources

  • Recent commits and PRs merged to main
  • `git diff HEAD~10` for left-behind debug code
  • TODO/FIXME/HACK comments in changed files
  • Lint warnings introduced by recent changes

Classification

  • **Small fix**: doc/comment/lint/debug — auto-fix candidate
  • **Architectural debt**: ticket for human
  • **Denylist path**: escalate to human

Output

Update `post-merge-state.md` with prioritized cleanup list.

Rules

  • Run off-peak (evening).
  • Never auto-fix architectural debt.
  • Max 2 fix attempts per run.
Ships withloop-engineering

Stop prompting. Design the loop. Get a score. loop init (or loop-init) scaffolds skills, state, and budget files, then prints your Loop Ready score and first loop command. loop doctor combines audit + sync + file checks into top-3 next actions.

Get the whole plugin
Stats
10,077
Stars
1,365
Forks
Active
Maintenance
JavaScript
Language
MIT
License
6h ago
Last commit
2mo ago
Created

Repo: cobusgreyling/loop-engineering