post-merge-scan

Scans recent merges to the main branch for tech debt, TODOs, debug code, lint warnings.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/chenxingqiang/loops-automatic-researching --skill post-merge-scan-chenxingqiang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-merge-scan
Source: https://github.com/chenxingqiang/loops-automatic-researching/tree/main/starters/post-merge-cleanup-opencode/skills/post-merge-scan
Command: npx skills add https://github.com/chenxingqiang/loops-automatic-researching --skill post-merge-scan-chenxingqiang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of identifying technical debt, TODOs, debug code, and small cleanup opportunities in recent merges to the main branch, streamlining the post-merge cleanup process.

Core Features & Use Cases

  • Merge Scanning: Identifies issues like tech debt, TODOs, debug code, and lint warnings introduced by recent merges.
  • Prioritization: Generates a prioritized list of fixes for efficient action.
  • Use Case: Utilize this Skill to ensure that your team addresses the most pressing cleanup tasks after every merge, maintaining code quality and reducing future technical debt.

Quick Start

Trigger the post-merge-scan Skill to scan the most recent merges and automatically generate a cleanup list.

Frequently Asked Questions about post-merge-scan

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

FAQPage Schema
How do I automate technical debt detection after merging to the main branch?

Automate technical debt detection by scanning recent merge commits to the main branch for TODOs, debug code, and lint warnings. This generates a prioritized cleanup list, ensuring your team addresses the most pressing code quality issues efficiently.

What is the best way to find TODOs and debug code introduced by recent merges?

Finding TODOs and debug code from recent merges requires scanning merge commits against the main branch state. This process identifies newly introduced lint warnings and small cleanup opportunities, outputting a prioritized list of fixes for immediate action.

Do I need a specific merge comparison tool to scan for code quality issues?

Yes, you need a tool for merge comparison and a system to update a state file with the cleanup list. These dependencies are required to scan merge commits accurately and track the identified technical debt and lint warnings.

How does post-merge processing prioritize technical debt cleanup tasks?

Post-merge processing prioritizes technical debt by scanning recent merges to identify TODOs, debug code, and lint warnings. It generates a prioritized list of fixes, allowing your team to address the most critical code quality issues first.

Can I use this merge cleanup approach to reduce future technical debt?

Yes, you can use merge cleanup to reduce future technical debt by ensuring your team addresses pressing cleanup tasks after every merge. Scanning for issues like debug code and lint warnings maintains code quality consistently.