github-project-skill banner
netresearch netresearch

github-project-skill

Git community intermediate

Description

GitHub platform configuration and repository management patterns. This skill focuses exclusively on **GitHub-specific features**.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README


name: github-project description: "GitHub repository setup and platform-specific features. This skill should be used when creating new GitHub repositories, configuring branch protection rules, setting up GitHub Issues/Discussions/Projects, creating sub-issues and issue hierarchies, managing PR review workflows, configuring Dependabot/Renovate auto-merge, setting up merge queues with GraphQL enqueuePullRequest mutations, or checking GitHub project configuration. Focuses on GitHub platform features, not CI/CD pipelines or language-specific tooling. By Netresearch."

GitHub Project Skill

GitHub platform configuration and repository management patterns. This skill focuses exclusively on **GitHub-specific features**.

🔌 Compatibility

This is an **Agent Skill** following the [open standard](https://agentskills.io) originally developed by Anthropic and released for cross-platform use.

**Supported Platforms:**

  • ✅ Claude Code (Anthropic)
  • ✅ Cursor
  • ✅ GitHub Copilot
  • ✅ Other skills-compatible AI agents

Skills are portable packages of procedural knowledge that work across any AI agent supporting the Agent Skills specification.

Scope Boundaries

**This Skill Covers:**

  • Branch protection rules and PR workflows
  • CODEOWNERS configuration
  • GitHub Issues, Discussions, Projects
  • Sub-issues and issue hierarchies (parent/child relationships)
  • Dependabot/Renovate auto-merge
  • GitHub Releases configuration
  • Repository collaboration features

**Delegate to Other Skills:**

  • CI/CD pipelines → go-development, php-modernization, typo3-testing
  • Security scanning (CodeQL, gosec) → security-audit
  • SLSA, SBOMs, supply chain → enterprise-readiness
  • Git branching strategies, conventional commits → git-workflow

Triggers

**Setup & Configuration:**

  • Creating a new GitHub repository
  • "Check my GitHub project setup"
  • "Configure branch protection"
  • "Set up GitHub Issues/Discussions"
  • "How do I require PR reviews?"
  • "Auto-merge Dependabot PRs"

...