Agent Skill
2/7/2026

gh-cli

This skill should be used when the user mentions "gh CLI", "gh command", asks to "view repository info", "trigger workflows", "search GitHub", "manage codespaces", "check PR status", "list issues", or asks about GitHub CLI usage and automation from the command line.

P
paulrberg
2GitHub Stars
2Views
npx skills add PaulRBerg/agent-skills

SKILL.md

Namegh-cli
DescriptionThis skill should be used when the user mentions "gh CLI", "gh command", asks to "view repository info", "trigger workflows", "search GitHub", "manage codespaces", "check PR status", "list issues", or asks about GitHub CLI usage and automation from the command line.

Agent Skills

PRB's collection of AI agent skills. Designed to work across agents, but primarily built for Claude Code and Codex.

[!WARNING] These skills are optimized for my personal setup and workflow. If you install them, do your own due diligence and customize them to fit your stack and agents. No warranties, guarantees, or support are provided — use at your own risk.

Installation

npx skills add PaulRBerg/agent-skills

Skills

SkillDescription
biome-jsBiomeJS linting/formatting guidance
bump-releaseRelease workflow with changelog, tagging
coderabbitCodeRabbit PR feedback triage
code-polishCombined simplification and review
code-reviewExpert code review
cli-castFoundry cast CLI guidance
cli-ghGitHub CLI operations
cli-justJust command runner guidance
code-simplifyCode simplification and refactoring
commitGit commit with conventional commits
delayed-commandWait and execute bash command
effect-tsEffect-TS patterns and guidance
ls-lintDirectory/filename linting
md-docsMarkdown documentation management
bump-depsNode.js dependency updates
openclawOpenClaw CLI guidance
oracle-codexCodex oracle for planning
yeetGitHub contribution workflows
refine-promptLLM prompt optimization
tailwind-cssTailwind CSS v4 styling guidance
workEnd-to-end task implementation

SKILL.md Frontmatter Guide

[!NOTE] Full reference: Claude Code Skills docs

Invocation Control

These fields control who can invoke a skill — the user, Claude, or both:

FieldTypeDefaultEffectUse when…
user-invocablebooleantrueControls visibility in the / slash-command menuSet to false for background-knowledge skills Claude should auto-load silently
disable-model-invocationbooleanfalsePrevents Claude from auto-loading the skill; removes its description from contextSet to true for side-effect workflows you trigger manually (deploy, commit, …)

Combined behavior:

Frontmatter/ menuClaude auto-invokesDescription in context
(defaults)YesYesYes
disable-model-invocation: trueYesNoNo
user-invocable: falseNoYesYes
Both true / falseNoNoNo (skill is dead)

Execution Context

The context field controls where a skill runs:

ValueBehavior
(default)Runs inline in the current conversation — the skill content is injected into the active context
forkRuns in an isolated subagent — no access to conversation history; skill content becomes the subagent's prompt

When context: fork is set, the optional agent field selects the subagent type:

agent valueDescription
(default)general-purpose — full read/write tools
ExploreRead-only tools optimized for codebase exploration
PlanRead-only tools for designing implementation plans
Custom agentAny subagent defined in .claude/agents/

References

License

MIT

Skills Info
Original Name:gh-cliAuthor:paulrberg