Contributing to Gentleman Guardian Angel (GGA)
Description
This project follows a **strict issue-first workflow**. No PR is accepted without a linked, approved issue. Read this document before opening any issue or PR. ---
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/.
Repository README
This is the README for Gentleman-Programming/gentleman-guardian-angel, shared by 2 entries
in this directory. It describes the repository, not this entry specifically.
Contributing to Gentleman Guardian Angel (GGA)
This project follows a **strict issue-first workflow**. No PR is accepted without a linked, approved issue. Read this document before opening any issue or PR.
Contribution Workflow
Open Issue → Get status:approved → Open PR → Add type:* label → Review & Merge
Every contribution follows these exact steps — no exceptions.
Step 1: Open an Issue
Use the appropriate issue template:
- Bug Report — Something is broken
- Feature Request — New feature or improvement
Blank issues are disabled. You must use a template.
Describe the problem or proposal clearly. The more context you provide, the faster the review.
Step 2: Wait for Approval
A maintainer will review your issue and add one of these labels:
| Label | Meaning |
|---|---|
status:needs-review |
Added automatically when you open the issue |
status:approved |
Maintainer approved — you may now open a PR |
**Do not open a PR until your issue has `status:approved`.** PRs without an approved issue will be closed automatically.
Step 3: Open a Pull Request
Once your issue has `status:approved`:
- Fork the repository
- Create a branch from
mainwith a descriptive name:git checkout -b feat/add-github-models-provider git checkout -b fix/hooks-marker-injection - Make your changes — see Development Setup below
- Open a PR on GitHub
- Link your issue in the PR body:
Closes #42 - Add a
type:*label to your PR (see Label System)
Step 4: Automated PR Checks
Two sets of checks run automatically on every PR:
PR Validation (`.github/workflows/pr-check.yml`)
| Check | What It Validates |
|---|---|
| Check Issue Reference | PR body contains Closes/Fixes/Resolves #N |
Check Issue Has status:approved |
Linked issue was approved by a maintainer |
Check PR Has type:* Label |
PR has exactly one type:* label |
CI Tests (`.github/workflows/ci.yml`)
| Check | Command |
|---|---|
| Lint | ShellCheck on bin/gga and lib/*.sh |
| Unit Tests | shellspec spec/unit |
| Integration Tests | shellspec spec/integration/commands_spec.sh |
**All checks must pass before a PR can be merged.**
Label System
Type Labels
Applied to PRs to categorize the change:
| Label | When to Use |
|---|---|
type:bug |
Fixes a bug |
type:feature |
Adds a new feature or enhancement |
type:docs |
Documentation changes only |
type:refactor |
Code refactor with no behavior change |
type:chore |
Maintenance: deps, CI, tooling |
type:breaking-change |
Breaking change (also use ! in commit |
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git