Skip to content

Add Claude Code project skills (PR workflow, review watching, chart guidelines) - #46

Merged
henzigo merged 2 commits into
mainfrom
claude-skills
Aug 19, 2026
Merged

Add Claude Code project skills (PR workflow, review watching, chart guidelines)#46
henzigo merged 2 commits into
mainfrom
claude-skills

Conversation

@henzigo

@henzigo henzigo commented Aug 19, 2026

Copy link
Copy Markdown
Member

What

Adds seven Claude Code project skills to .claude/skills/ so every session (and any
teammate using Claude Code) works with the same conventions instead of re-deriving them:

Workflow

  • prepare-pr — branching, the implementation checklist (templates + values + schema +
    tests + golden snapshots + docs in one commit), the full local verification suite,
    commit/PR conventions and the stacked-PR pattern.
  • watch-pr — CI watching, where Copilot feedback lives (thread comments AND suppressed
    comments in review bodies), and the triage protocol: fix-or-justify, reply with commit
    references, leave threads open for Copilot to respond.
  • implement-issue — issue lifecycle: triage (incl. comments and related-issue
    conflicts), recording scope deviations back into the issue, and the closing retrospective
    comment (what shipped / what was deliberately dropped and why).
  • create-issue — backlog conventions: self-contained English bodies
    (Context/Proposal/Tasks), title prefixes, the label taxonomy, cross-linking rules.

Domain knowledge

  • helm-kubernetes-guidelines — chart conventions, Helm hook lifecycle rules (unmanaged
    resources, hook-scoped copies, the scrub pattern), golden determinism rules, Kubernetes
    gotchas and Sprig/tooling pitfalls collected while building this package.
  • sync-upstream-deployment — porting changes from the legacy shopsys/deployment
    package: upstream survey commands, the legacy→chart mapping table, implement-vs-issue
    decision rules and tools/compare-legacy.sh usage.
  • debug-deploy — failed-deploy diagnosis: identifying the phase from end states, log
    locations, recovery commands, and the don'ts (DB migrations do not roll back; hook
    leftovers are intentional).

CLAUDE.md points to them. No chart/template changes — CI is unaffected.

🤖 Generated with Claude Code

- prepare-pr: branching, implementation checklist, verification suite,
  commit/PR conventions and stacked-PR handling
- watch-pr: CI watching and the Copilot review triage protocol
  (including suppressed comments; threads stay open for discussion)
- helm-kubernetes-guidelines: chart conventions, hook lifecycle,
  determinism rules and the template/tooling pitfalls collected while
  building this package

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI balanced review requested due to automatic review settings August 19, 2026 00:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

- create-issue: backlog conventions (body structure, labels, linking)
- implement-issue: issue lifecycle incl. scope-deviation records and
  the closing retrospective comment
- sync-upstream-deployment: porting changes from the legacy package
  (survey, mapping table, decision rules, compare-legacy usage)
- debug-deploy: failed-deploy diagnosis by phase, log locations,
  recovery commands and the don'ts (DB migrations don't roll back)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings August 19, 2026 00:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@henzigo
henzigo merged commit 7b2684c into main Aug 19, 2026
5 checks passed
@henzigo
henzigo deleted the claude-skills branch August 19, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants