Agent Skillscipherstash/stack › meta-pr-creation

meta-pr-creation

GitHub

指导Agent如何规范地创建分支、提交代码及发起PR,涵盖命名约定、GPG签名、变更集检查及PR正文撰写规范。

.claude/skills/meta-pr-creation/SKILL.md cipherstash/stack

Trigger Scenarios

需要创建或更新Pull Request 执行代码提交工作

Install

npx skills add cipherstash/stack --skill meta-pr-creation -g -y
More Options

Non-standard path

npx skills add https://github.com/cipherstash/stack/tree/main/.claude/skills/meta-pr-creation -g -y

Use without installing

npx skills use cipherstash/stack@meta-pr-creation

指定 Agent (Claude Code)

npx skills add cipherstash/stack --skill meta-pr-creation -a claude-code -g -y

安装 repo 全部 skill

npx skills add cipherstash/stack --all -g -y

预览 repo 内 skill

npx skills add cipherstash/stack --list

SKILL.md

Frontmatter
{
    "name": "meta-pr-creation",
    "description": "How an agent authors branches, commits, and pull requests on cipherstash\/stack — naming, signed commits, the changeset\/skills\/meta-file checklist, and PR body structure with dumbed-down wording. Use when committing work or opening\/updating a PR."
}

Authoring PRs as an agent

Internal skill — lives in .claude/skills/ on purpose. skills/ ships to customers inside the stash tarball; this must not.

Branch and commits

  • Branch names are type-prefixed slugs: docs/skill-psl-functional-indexes, fix/…, feat/…, chore/…. Never commit to main.

  • Commit subjects are conventional: type(scope): imperative summarydocs(skills): …, fix(stack-prisma): …. The body explains why and the mechanism, not a list of what changed (the diff shows that). Reference the GitHub issue the commit serves.

  • Commits must be signed. commit.gpgsign is on, but verify before pushing:

    git log --format='%h %G? %s' main..HEAD   # G = signed, N = unsigned
    

    An unsigned commit (N) in the stack: git rebase --force-rebase main re-commits everything signed, then git push --force-with-lease. Always --force-with-lease, never bare --force.

Before opening the PR

The authoritative checklist is AGENTS.md § "Adding Features Safely" — read it, don't work from memory. The three most-missed items:

  1. Changeset — required when the change touches a published package's surface, including a skills/-only change (those ship in the stash tarball, so they need a stash patch changeset). A .claude/-only change is internal: no changeset.
  2. Skills check — a change to a public API, CLI surface, or user-facing workflow must fix the affected skills/*/SKILL.md in the same PR (package→skill map in AGENTS.md).
  3. Meta files — adding/removing/renaming a package, example, skill, or subpath export must update AGENTS.md Repository Layout and SECURITY.md.

Then run: pnpm run code:fix, pnpm --filter <pkg> build, pnpm --filter <pkg> test.

PR body

Same wording rule as meta-issue-creation: dumbed down — assume the reviewer is new to CipherStash, stack, and EQL. Define product terms at first use; say what breaks or improves in the user's world, not just the code's.

Sections, in order:

  • Summary — what and why, two or three plain sentences. Lead with the user-visible effect.
  • Changes — grouped by area, one line each.
  • Verification — exactly what was run and what it showed. Honest: a failing or skipped check is stated, not omitted. "Verified against the 0.17 dist" beats "should work".
  • RelatedCloses #N / Refs #N for the GitHub issues this serves; cross-repo refs in full owner/repo#N form.
  • Review notes (optional) — where to look first, and anything deliberately deferred with the reason.

Reference wording traps (same as issues):

  • #N only as a real GitHub issue/PR reference — GitHub autolinks every #N, so "option #2" mints a bogus link. Write "option 2".
  • Never reference internal Linear issues (CIP-…) in PRs, commits, or comments — GitHub is public.

Mechanics

  • Always open as a draft: gh pr create --draft --title '…' --body '…' (title follows the commit-subject convention). Mark it ready for review only when the user says so — either ask, or rely on an explicit "open it ready" / "mark it ready" from them. gh pr ready <number> flips it.
  • Force-pushing a branch with an open PR is fine (rebases, re-signs) — but say so in a PR comment when the rewrite changes more than commit hashes.
  • Don't merge, close, or mark ready-for-review without being asked.

Version History

  • f2c5d32 Current 2026-08-20 10:20

Same Skill Collection

.claude/skills/meta-issue-creation/SKILL.md
skills/stash-cli/SKILL.md
skills/stash-dynamodb/SKILL.md
skills/stash-encryption/SKILL.md
skills/stash-auth/SKILL.md
skills/stash-deployment/SKILL.md
skills/stash-drizzle/SKILL.md
skills/stash-edge/SKILL.md
skills/stash-indexing/SKILL.md
skills/stash-managed-platforms/SKILL.md
skills/stash-postgres/SKILL.md
skills/stash-prisma/SKILL.md
skills/stash-supabase/SKILL.md
skills/stash-supply-chain-security/SKILL.md
skills/stash-zerokms/SKILL.md

Metadata

Files
0
Version
0854bda
Hash
73cf4669
Indexed
2026-08-20 10:20

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-17 05:45
浙ICP备14020137号-1