Agent skill
github-project
GitHub repository setup and configuration. This skill should be used when creating new GitHub repositories, configuring branch protection or rulesets, setting up CODEOWNERS, or troubleshooting PR merge issues. By Netresearch.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/github-project
SKILL.md
GitHub Project Skill
Triggers
- Creating a new GitHub repository
- Configuring branch protection rules or rulesets
- Setting up CODEOWNERS
- Troubleshooting "merge is blocked" or "not allowed merge method" errors
- Configuring auto-merge for Dependabot/Renovate
Usage
For workflows, CLI commands, templates, and troubleshooting guides, see README.md.
Key references:
references/repository-structure.md- Standard repo layoutreferences/sub-issues.md- Sub-issues GraphQL APIreferences/dependency-management.md- Dependabot/Renovate configurationtemplates/- Auto-merge workflow templates
Go Project CI Checklist
For Go projects, ensure these GitHub configurations:
| Setting | Purpose | How |
|---|---|---|
| Branch protection | Require tests pass before merge | Branch settings or Rulesets |
| Dependabot/Renovate | Automated dependency updates | .github/dependabot.yml or renovate.json |
| Auto-merge workflow | Merge minor/patch updates automatically | templates/auto-merge*.yml |
| Required checks | CI workflow names in branch protection | Match exact workflow job names |
For CI/CD workflow content (test, lint, build), see go-development skill.
For security workflows (Scorecard, CodeQL, SLSA), see enterprise-readiness skill.
Related Skills
| Skill | Purpose |
|---|---|
go-development |
Go code patterns, Makefile interface, testing, linting |
enterprise-readiness |
OpenSSF Scorecard, SLSA provenance, signed releases |
git-workflow |
Git branching strategies, conventional commits |
security-audit |
Deep security audits (OWASP, CVE analysis) |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?