post-merge-scan

Identify technical debt, TODOs, and debugging code in recently merged code.

10.0k|1.4k|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/cobusgreyling/loop-engineering --skill post-merge-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-merge-scan
Source: https://github.com/cobusgreyling/loop-engineering/tree/main/starters/post-merge-cleanup-opencode/skills/post-merge-scan
Command: npx skills add https://github.com/cobusgreyling/loop-engineering --skill post-merge-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Identifies and prioritizes tech debt and cleanup opportunities from recent merges into the main branch, streamlining post-merge development tasks.

Core Features & Use Cases

  • Tech Debt Scan: Automatically detects code smells, TODOs, and debug code from merged commits.
  • Priority Listing: Prioritizes items based on the type of debt or task required.
  • Automated Cleanup: Can automate the resolution of small fixable items without human intervention.
  • Use Case: After a merge into the main branch, the post-merge-scan skill will run and provide a list of tasks to be completed.

Quick Start

Use the post-merge-scan skill after a merge into the main branch to automate a cleanup and debt identification scan.

Frequently Asked Questions about post-merge-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan recent merges for tech debt and TODOs?

Scanning recent merges for tech debt is handled by the post-merge-scan skill, which automatically detects TODOs, code smells, and debug code from merged commits. It outputs a prioritized list of cleanup tasks for remediation.

What is the best way to identify debug code after merging to the main branch?

The best way to identify debug code after merging is using a post-merge scan to automatically detect and prioritize technical debt. This streamlines development by flagging small fixable items for automated or prioritized remediation.

Can I automate code cleanup for small tasks found in merged commits?

Yes, you can automate code cleanup for small tasks found in merged commits. The scan prioritizes technical debt and can automate the resolution of small fixable items without human intervention.

How does a post-merge scan prioritize technical debt?

A post-merge scan prioritizes technical debt by categorizing detected code smells, TODOs, and debug code based on the type of debt or task required. This generates a structured list for developers to tackle.

When do I need to run a tech debt scan on merged code?

You need to run a tech debt scan on merged code immediately after a merge into the main branch. Running the scan post-merge automates the identification of technical debt and cleanup opportunities from the newly integrated commits.