github

Installation
SKILL.md

Default output: return only the result, blockers, and required evidence. Omit preambles, process narration, repeated context, confidence scores, and follow-up offers. Use at most five bullets unless a required artifact or schema needs more.

GitHub Operations

Current Versions (Verify Before Use)

gh --version                      # GitHub CLI
act --version                     # Local Actions runner (optional)

Check GitHub CLI releases and GitHub Actions runner releases.

Core Principles

  1. PRs are the unit of review. Every change goes through a PR. No direct pushes to main.
  2. Actions are code. Workflows get the same review as application code.
  3. Branch protection is mandatory. Main requires: PR, review, passing checks, up-to-date branch.
  4. gh CLI over web UI. Scriptable, reproducible, faster.
Installs
1
GitHub Stars
8
First Seen
Aug 17, 2026
github — v1truv1us/ai-eng-system