Contributing to GHS
Welcome! GHS is open to contributions. Here are three ways to help:
Quick Paths
1. Fix Documentation
Found a typo or unclear docs? Edit any page using the "Edit this page on GitHub" link at the bottom.
2. Improve a Check
Make an existing health check better --- improve the verification logic, fix edge cases, or enhance the project item content.
See Adding a Check for details.
3. Add a New Skill
Create a new Claude Code skill that extends GHS.
See Adding a Skill for details.
Development Setup
- Clone the repository:
git clone https://github.com/Atypical-Consulting/GitHubSkills.git - Ensure
ghCLI is installed and authenticated - Open the repository in Claude Code
- Skills are auto-discovered from
.claude/skills/
Guidelines
- One logical change per PR
- Follow the conventions
- Test your changes (run the relevant skill against a test repo)
- Keep PRs focused --- don't bundle unrelated changes
Code of Conduct
We follow the Contributor Covenant. Be kind and constructive.