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
| Skill | Category | Arguments | Description |
|---|---|---|---|
| ghs-repo-scan | Health | [owner/repo] | Scan a repo for quality best practices and open issues |
| ghs-backlog-sync | Health | [owner/repo] [--dry-run] | Promote draft project items to GitHub Issues for team visibility |
| ghs-backlog-board | Health | [--sort score|progress|name] | Dashboard of all backlog items across audited repos |
| ghs-backlog-fix | Health | [owner/repo] [--item] [--dry-run] | Fix backlog items using parallel worktree agents |
| ghs-backlog-score | Health | [owner/repo] | Calculate and display health score |
| ghs-backlog-next | Health | [owner/repo] | Recommend highest-impact next fix |
| ghs-profile | Profile | [username] | 360-degree view of a GitHub user's presence |
| ghs-issue-triage | Issue | [owner/repo] [--all] [--auto] | Apply proper labels to GitHub issues |
| ghs-issue-analyze | Issue | <owner/repo#number> | Deep-analyze an issue, post analysis comment |
| ghs-issue-implement | Issue | <owner/repo#number> | Implement an issue, create a PR |
| ghs-review-pr | Review | [owner/repo] [--pr <number>] | Review a PR with structured findings by severity |
| ghs-release | Release | [owner/repo] [--bump] [--dry-run] | Create a GitHub Release with auto-generated changelog |
| ghs-project-init | Setup | <name> [--template <stack>] | Scaffold a new repo targeting 100% health score |
| ghs-action-fix | Action | [owner/repo] [--workflow] | Fix failing GitHub Actions pipelines directly |
| ghs-merge-prs | Both | [owner/repo] [--all] [--dry-run] | Merge PRs with CI-aware confirmation |
| ghs-orchestrate | Orchestration | [owner/repo...] [--stages] [--dry-run] | Multi-repo maintenance pipeline with checkpoints |
| ghs-dev-loop | Orchestration | [owner/repo] [--budget] [--cycle] | Autonomous developer for a single repo |
| ghs-repos-pull | Utility | (no arguments) | Pull all cloned repos to keep them fresh |