Skip to content

Skills Reference

GHS provides 18 skills organized into workflow loops, action skills, orchestration modes, and utilities.

Start Here

New to GHS? Start with ghs-repo-scan --- it's the entry point for everything else.

Health Loop

The health loop audits repositories against 43 quality checks, stores findings as GitHub Project items, optionally promotes them to GitHub Issues for team visibility, displays findings on a dashboard, fixes them with parallel agents, and merges the resulting PRs.

Issue Loop

The issue loop classifies GitHub issues with labels, investigates the codebase for each issue, implements fixes with worktree-based agents, reviews the PRs, and merges them.

Orchestration Pipeline

The orchestration pipeline chains skills end-to-end across one or many repositories, with human checkpoints before destructive stages and state issue-based resume.

All Skills

SkillCategoryArgumentsDescription
ghs-repo-scanHealth[owner/repo]Scan a repo for quality best practices and open issues
ghs-backlog-syncHealth[owner/repo] [--dry-run]Promote draft project items to GitHub Issues for team visibility
ghs-backlog-boardHealth[--sort score|progress|name]Dashboard of all backlog items across audited repos
ghs-backlog-fixHealth[owner/repo] [--item] [--dry-run]Fix backlog items using parallel worktree agents
ghs-backlog-scoreHealth[owner/repo]Calculate and display health score
ghs-backlog-nextHealth[owner/repo]Recommend highest-impact next fix
ghs-profileProfile[username]360-degree view of a GitHub user's presence
ghs-issue-triageIssue[owner/repo] [--all] [--auto]Apply proper labels to GitHub issues
ghs-issue-analyzeIssue<owner/repo#number>Deep-analyze an issue, post analysis comment
ghs-issue-implementIssue<owner/repo#number>Implement an issue, create a PR
ghs-review-prReview[owner/repo] [--pr <number>]Review a PR with structured findings by severity
ghs-releaseRelease[owner/repo] [--bump] [--dry-run]Create a GitHub Release with auto-generated changelog
ghs-project-initSetup<name> [--template <stack>]Scaffold a new repo targeting 100% health score
ghs-action-fixAction[owner/repo] [--workflow]Fix failing GitHub Actions pipelines directly
ghs-merge-prsBoth[owner/repo] [--all] [--dry-run]Merge PRs with CI-aware confirmation
ghs-orchestrateOrchestration[owner/repo...] [--stages] [--dry-run]Multi-repo maintenance pipeline with checkpoints
ghs-dev-loopOrchestration[owner/repo] [--budget] [--cycle]Autonomous developer for a single repo
ghs-repos-pullUtility(no arguments)Pull all cloned repos to keep them fresh

Released under the MIT License.