Skip to content

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

  1. Clone the repository: git clone https://github.com/Atypical-Consulting/GitHubSkills.git
  2. Ensure gh CLI is installed and authenticated
  3. Open the repository in Claude Code
  4. 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.

Released under the MIT License.