Claude Code Plugins

Community-maintained marketplace

Feedback

Working with GitHub

@KJone1/dotfiles
2
0

Strict guidelines for all GitHub operations using the `gh` CLI. Covers pull requests, secrets management, and commit conventions. This skill applies when users need to interact with GitHub repositories.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Working with GitHub
description Strict guidelines for all GitHub operations using the `gh` CLI. Covers pull requests, secrets management, and commit conventions. This skill applies when users need to interact with GitHub repositories.

GitHub Operations

MANDATORY: Always use gh CLI for all GitHub operations. Verify gh auth status before starting.

Critical Patterns

  • Use --draft for WIP, gh pr ready when done
  • Keep PRs <400 lines
  • Include Summary + Test plan in PR body
  • PR titles: Match branch format with JIRA ticket if present (e.g., TICKET-123: Add user authentication)
  • Provide context in descriptions
  • Never commit secrets (use gh secret set NAME --body "value")