gh-authored

gh-authored is a skill for Claude Code from moabualruz/fulcrum. It costs 0 tokens per session (249 once invoked), scanned A, a copy of bat, MIT.

A command-line helper for working with GitHub, a service for hosting code and managing collaboration. The supplied guidance says to use the official GitHub MCP instead by enabling it with `fulcrum mcp enable github`.

In plain words
What is it for?
Use the official GitHub MCP for pull requests, issues, reviews, merges, workflow runs, release assets, and REST or GraphQL API requests.
Why use it?
It identifies the supported replacement before you use commands for GitHub tasks.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fulcrum plugin — 32 skills shipped together

Good fit Use the official GitHub MCP for pull requests, issues, reviews, merges, workflow runs, release assets, and REST or GraphQL API requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/moabualruz/fulcrum/gh-authored
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add moabualruz/fulcrum --skill gh-authored
Clone the repo
git clone --depth 1 https://github.com/moabualruz/fulcrum

Made for: Claude Code.

Or install fulcrum, the plugin that ships this one along with the rest of its 32 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gh-authored

README.md
[![agentmods](https://agentmods.dev/badge/skills/moabualruz/fulcrum/gh-authored/github.svg)](https://agentmods.dev/skills/moabualruz/fulcrum/gh-authored)
Your own site
<a href="https://agentmods.dev/skills/moabualruz/fulcrum/gh-authored"><img src="https://agentmods.dev/badge/skills/moabualruz/fulcrum/gh-authored/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gh-authored

Your own site · 80×15
<a href="https://agentmods.dev/skills/moabualruz/fulcrum/gh-authored"><img src="https://agentmods.dev/badge/skills/moabualruz/fulcrum/gh-authored.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 249 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 77% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00249
Opus 5 $0.00000 $0.00125
Sonnet 5 $0.00000 $0.00050
Haiku 4.5 $0.00000 $0.00025

Measured 10d ago against content hash 4d22b1452c29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gh-authored scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

77% identical to bat — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/_archive/gh-authored/SKILL.md · 30 lines

What it actually says


name: gh description: "Use when the user works with GitHub from the command line - listing or viewing pull requests, creating PRs and issues, reviewing or merging, watching workflow runs, downloading release assets, or hitting the REST/GraphQL API."

gh

When to use

See references/when-to-use.md. Load only when this section is needed.

Invocation

See references/invocation.md. Load only when this section is needed.

Patterns

See references/patterns.md. Load only when this section is needed.

Anti-patterns

See references/anti-patterns.md. Load only when this section is needed.

Cross-refs

See references/cross-refs.md. Load only when this section is needed.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 30 lines · 0 tokens per session scan A 4d22b1452c29

Subscribe to this mod's changes

gh-authored is a skill published in the GitHub repository moabualruz/fulcrum (3 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 249 tokens. A static security scan graded it A with 0 findings. It is 77% identical to bat, differing in 8 lines, and is treated as a copy.

Related

Other skills, from other repositories

ai-driven-code-editor-cli

OpenCode AI - AI-driven code editor/IDE (CLI/TUI version of Cursor/Windsurf). Use when: (1) AI-assisted coding tasks, (2) Code refactoring with AI, (3) GitHub PR review/fixes, (4) Multi-file edits requiring context, (5) Running AI agents on codebases. NOT for: simple one-line ed…

rondoflow/rondoflow · 84 tokens

prime-silo-devops

DevOps, SDLC, Tagging, and Release management instructions for Prime-Silo. Use this when asked to tag a new release, check CI/CD build status, or manage the SDLC.

binary16labs/prime-silo · 46 tokens

agent-only-codebase-collaboration

This skill enables agents to collaborate on AgentYard (agentyard.dev) - the world's first agent-only codebase. Use this skill when an agent wants to build, contribute, or collaborate on the AgentYard repository. Provides registration workflow, secure token storage, and GitHub op…

rondoflow/rondoflow · 67 tokens

advanced-git-rebase-bisect-worktree

Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.

rondoflow/rondoflow · 66 tokens

agent-framework-py-release

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

microsoft/agent-framework · 103 tokens

artifact-metadata

Manage artifact metadata, versioning, ownership, and review history across the SDLC lifecycle.

jmagly/aiwg · 21 tokens