Home / initializ / forge · forge-skills/local/embedded/github/SKILL.md · GitHub

github skillA

github is agent-read markdown (skill) from initializ/forge: Create issues, PRs, clone repos, and manage git workflows.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

## System Prompt

You have access to GitHub and git tools. You MUST use these tools for all git and GitHub operations. Do NOT use cli_execute or bash to run git commands directly.

**When asked to clone, checkout, or work with a GitHub repository, ALWAYS start by calling `github_clone`.** This is the ONLY way to clone repositories. Do NOT attempt to use cli_execute, bash, or any other tool to run `git clone` directly.

The `repo` parameter accepts any of these formats:
- `owner/repo` (e.g. `initializ-mk/openclaw`)
- SSH URL: `git@github.com:owner/repo.git`
- HTTPS URL: `https://github.com/owner/repo.git`

**Required workflow for code changes:**

1. `github_clone` — clone the repository (auto-creates a feature branch)
2. Explore: use `directory_tree`, `grep_search`, `glob_search`, `code_agent_read` to understand the codebase
3. Edit: use `code_agent_edit` or `code_agent_write` to make changes
4. `github_status` — review what changed before committing
5. `github_commit` — stage and commit changes
6. `github_push` — push the feature branch to remote
7. `github_create_pr` — create a pull request

**File path convention:**
…

Read the whole file at its exact version.

How to install

Latest version
mdr add initializ/forge/github@git:20260520.597a75c
Exact content
mdr add initializ/forge/github@sha256:6c9c3961f21b478c

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_3nb5zcsgt2ul2itv.svg)](https://markdownregistry.com/a/art_3nb5zcsgt2ul2itv)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260520.597a75c latest2026-05-20 597a75c 12,635 BA view · diff
git:20260326.86a7e742026-03-26 86a7e74 9,432 BA view · diff
git:20260310.934fe632026-03-10 934fe63 6,514 BA view · diff
git:20260304.0f19dd52026-03-04 0f19dd5 857 BA view · diff
git:20260304.ef09c7b2026-03-04 ef09c7b 774 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (12635 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

initializ/forge · 221 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_3nb5zcsgt2ul2itv
GET https://markdownregistry.com/api/v1/resolve?ref=initializ/forge/github
GET https://markdownregistry.com/api/v1/blob/6c9c3961f21b478ccea45f3a5e14cdde8b039aace1b99095152f1271d6c78a72

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from initializ/forge

CLAUDE.md claude
initializ/forge · CLAUDE.md
git:20260718.1a6d886 · audit A · 221 stars
my-skill skill
initializ/forge · forge-skills/local/embedded/_template/SKILL.md · One-line description of what this skill does
git:20260304.ef09c7b · audit A · 221 stars
code-agent skill
initializ/forge · forge-skills/local/embedded/code-agent/SKILL.md · General-purpose coding agent that reads, writes, and edits code, and searches codebases.
git:20260916.5cf2529 · audit A · 221 stars
code-plan skill
initializ/forge · forge-skills/local/embedded/code-plan/SKILL.md · Turn a task description and repository into a structured implementation plan (files to create, files to modify, tests…
git:20260520.48a434a · audit A · 221 stars
code-review-github skill
initializ/forge · forge-skills/local/embedded/code-review-github/SKILL.md · GitHub PR workflow orchestration for code review — list PRs, post comments, apply labels, and guarded auto-merge
git:20260304.ef09c7b · audit A · 221 stars
code-review-standards skill
initializ/forge · forge-skills/local/embedded/code-review-standards/SKILL.md · Discover and apply organization coding standards from .forge-review/ configuration
git:20260304.ef09c7b · audit A · 221 stars
code-review skill
initializ/forge · forge-skills/local/embedded/code-review/SKILL.md · AI-powered code review for diffs and individual files using LLM analysis
git:20260609.0907832 · audit A · 221 stars
codegen-html skill
initializ/forge · forge-skills/local/embedded/codegen-html/SKILL.md · Scaffold and iterate on standalone Preact + HTM applications with zero build dependencies
git:20260304.ef09c7b · audit A · 221 stars
codegen-react skill
initializ/forge · forge-skills/local/embedded/codegen-react/SKILL.md · Scaffold and iterate on Vite + React applications
git:20260304.ef09c7b · audit A · 221 stars
k8s-cost-visibility skill
initializ/forge · forge-skills/local/embedded/k8s-cost-visibility/SKILL.md · Estimate Kubernetes infrastructure costs by querying cluster node, pod, PVC/PV, and LoadBalancer data, applying cloud…
git:20260311.1066357 · audit A · 221 stars
k8s-incident-triage skill
initializ/forge · forge-skills/local/embedded/k8s-incident-triage/SKILL.md · Read-only Kubernetes incident triage using kubectl. Accepts natural language or structured input. Produces root-cause…
git:20260304.ef09c7b · audit A · 221 stars
k8s-pod-rightsizer skill
initializ/forge · forge-skills/local/embedded/k8s-pod-rightsizer/SKILL.md · Analyze Kubernetes workload metrics and produce policy-constrained CPU/memory rightsizing recommendations with optional…
git:20260311.1066357 · audit A · 221 stars

Every file in initializ/forge

Other files named github

github skill
volcengine/openviking · bot/workspace/skills/github/SKILL.md · Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and…
git:20260228.006a06f · audit A · 38,500 stars
github skill
phyagentos/phyagentos-core · PhyAgentOS/skills/github/SKILL.md · Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and…
git:20260331.475dbda · audit A · 2,486 stars
github skill
bitterbot-ai/bitterbot-desktop · skills/github/SKILL.md · Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and…
git:20260328.33f9833 · audit A · 2,460 stars
github skill
orkas-ai/orkas · resources/builtin/marketplace/skills/88aca13869d9/SKILL.md
git:20260825.cd5f782 · audit B · 2,113 stars
github skill
trpc-group/trpc-agent-go · openclaw/skills/github/SKILL.md · GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI…
git:20260304.8ebbeae · audit A · 1,821 stars
github skill
dicklesworthstone/pi_agent_rust · tests/ext_conformance/artifacts/npm/mitsupi/skills/github/SKILL.md · Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and…
git:20260206.e662fb3 · audit A · 1,776 stars
github skill
team-commonly/commonly · backend/commonly-bundled-skills/github/SKILL.md · Interact with GitHub (issues, PRs, repos, releases) using the `gh` CLI. Use when asked to read or write GitHub state —…
git:20260817.823944e · audit A · 1,349 stars
github skill
kostja94/marketing-skills · skills/platforms/github/SKILL.md · When the user wants to use GitHub for SEO, parasite SEO, GEO, open source marketing, README optimization, or curated…
v1.5.0 · audit A · 991 stars

Browse by kind, by grade A, or by owner.