cli-forge-github

Audit and fix GitHub repository health issues via the GitHub API.

5|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-forge-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-forge-github
Source: https://github.com/Destynova2/cli-code-skills/tree/main/cli-forge-github
Command: npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-forge-github

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures GitHub repository health by auditing and fixing issues related to rulesets, CI alignment, branch hygiene, PR lifecycle, release automation, and permission issues.

Core Features & Use Cases

  • Automated Auditing: Performs comprehensive checks on repository health, including ruleset alignment, branch hygiene, PR lifecycle, release flow, and CI health.
  • Issue Detection and Fixing: Identifies and fixes issues such as PR conflicts, release stalls, orphan branches, and transient CI failures.
  • Use Case: When you encounter issues like PRs stuck in "pending" status, releases blocked, or orphan branches accumulating, use this Skill to automate the detection and resolution of these issues.

Quick Start

Run the cli-forge-github skill on your repository to audit and fix GitHub health issues.

Frequently Asked Questions about cli-forge-github

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

FAQPage Schema
How do I automate GitHub repository health checks and fix branch hygiene issues?

Automate GitHub repository health checks by running an auditing script that scans rulesets, CI alignment, branch hygiene, and PR lifecycle to detect and automatically fix orphan branches or PR conflicts.

Why are my GitHub pull requests stuck in pending status and how can I resolve them?

GitHub pull requests stuck in pending status often indicate CI alignment or PR lifecycle issues. An automated health auditing skill can detect these PR conflicts and apply fixes to resolve the stalled status.

What's the best way to fix stalled release automation in a GitHub repository?

Fix stalled release automation by running a comprehensive repository health audit that identifies release flow blocks and automatically applies fixes to unblock the release pipeline.

Do I need the gh CLI to automate repository health audits and fix permission issues?

Yes, you need the gh CLI and git installed with appropriate GitHub API access and repository permissions to successfully audit rulesets, resolve permission issues, and apply automated fixes.

Can I use automated scripts to detect and fix transient CI failures in GitHub?

Yes, automated health auditing scripts can monitor repository CI health, identify transient CI failures, and apply fixes to restore alignment between your continuous integration and branch rulesets.

How does automated repository health auditing handle orphan branches accumulating in GitHub?

Automated repository health auditing detects accumulating orphan branches by checking branch hygiene against active rulesets, then automatically applies fixes to clean up stale repository branches.