post-merge-scan

Scan merge commit messages for TODOs, deprecated APIs, broken links, and stale flags.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/rajveersingh11/loop-engine-service --skill post-merge-scan-rajveersingh11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-merge-scan
Source: https://github.com/rajveersingh11/loop-engine-service/tree/main/starters/post-merge-cleanup/.grok/skills/post-merge-scan
Command: npx skills add https://github.com/rajveersingh11/loop-engine-service --skill post-merge-scan-rajveersingh11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the post-merge cleanup process by scanning recent merges to main for follow-up cleanup items, reducing the time spent on manual review.

Core Features & Use Cases

  • Automated Merge Scan: Identifies TODOs, deprecations, broken doc links, and stale flags in recent merges.
  • Risk Assessment: Classifies each issue with a risk level and suggested action.
  • Use Case: Utilize this Skill to automate the initial step in post-merge cleanup, allowing teams to focus on high-impact tasks.

Quick Start

Run the post-merge-scan skill on recent merges to main for an automated cleanup assessment.

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 scanning merge commits for TODOs and deprecated APIs?

Automating a merge scan involves parsing recent merge commit messages to identify TODOs, deprecated APIs, broken links, and stale flags. This process classifies each issue with a risk level and suggested action, ensuring only critical issues require human intervention.

What is the best way to handle post-merge cleanup in a CI/CD pipeline?

Post-merge cleanup in a CI/CD pipeline is handled by running an automated scan on recent merges to main. This identifies follow-up items like deprecations and broken doc links, reducing manual review time and allowing teams to focus on high-impact tasks.

Can I use an automated merge scan to assess repository maintenance risks?

Yes, an automated merge scan assesses repository maintenance risks by classifying identified issues such as stale flags and broken links with specific risk levels. It provides suggested actions for each item to streamline the post-merge cleanup process.

Does post-merge cleanup scanning require any external dependencies?

No, post-merge cleanup scanning requires no external dependencies. It operates using internal scripts to parse merge commit messages and identify issues, making it straightforward to integrate into existing continuous integration and deployment pipelines.

Why should I scan merge commit messages for broken doc links and stale flags?

Scanning merge commit messages for broken doc links and stale flags prevents the accumulation of technical debt in software repositories. It automates the initial post-merge cleanup step, ensuring that only critical issues require human intervention.

When do I need to run an automated merge scan for software quality?

An automated merge scan for software quality is needed immediately after code is merged to main. It identifies TODOs, deprecations, and broken links in the recent merges, allowing teams to address follow-up cleanup items early in the CI/CD pipeline.