Agent Skillscipherstash/stack › meta-issue-creation

meta-issue-creation

GitHub

指导 Agent 在 CipherStash 仓库中规范创建 GitHub Issue,涵盖查重、跨库定位、结构化撰写(背景/问题/提案)及通俗化表达规则。

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

Trigger Scenarios

需要为软件缺陷或功能建议提交 GitHub Issue 需要检查现有 Issue 以避免重复报告

Install

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

Non-standard path

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

Use without installing

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

指定 Agent (Claude Code)

npx skills add cipherstash/stack --skill meta-issue-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-issue-creation",
    "description": "How an agent files a GitHub issue on cipherstash repos — required structure (Background \/ Problem \/ Proposal), dumbed-down wording rules, and pre-filing checks. Use whenever drafting or filing an issue on this repo or a sibling CipherStash repo (encrypt-query-language, protectjs-ffi, …)."
}

Filing issues as an agent

These are internal skills for agents working on CipherStash repos. They are deliberately outside skills/ — everything in that directory ships to customers inside the stash tarball; nothing in .claude/skills/ does.

Before filing anything

  1. Search for existing coverage — open and closed, this repo and the sibling repo the problem might belong to:

    gh search issues --repo cipherstash/stack "<term>" --limit 30 --json number,title,state
    

    A closed issue that covers your problem is a finding, not a dead end — check why it closed (linked PR? shipped artifact? silent close?) before filing a duplicate. Reopening with a comment often beats a new issue.

  2. Verify every mechanical claim against code or the installed package before asserting it. Cite file:line. Separate what you verified from what is plausible — say which is which in the issue.

  3. Pick the right repo. A problem caused upstream (EQL SQL, prisma-next, protect-ffi) gets its issue upstream, with a consumer-impact issue here only if this repo needs its own mitigation. Cross-reference with the full owner/repo#N form so links work from both sides.

Structure

Required sections, in this order:

  • Background — orient a reader who is new to CipherStash, stack, and EQL. One short paragraph: what the relevant piece does and why it exists. Define every product term and acronym at first use ("EQL — the SQL library we install into the customer's database as the eql_v3 schema").
  • Problem — the mechanism (what actually happens, step by step), then the impact (who hits it, when, how often), then why nothing catches it today. A concrete failure narrative beats an abstraction: "queries slow from instant to scan-every-row, silently" — not "performance degradation may occur".
  • Proposal — numbered, concrete steps. If the full fix is large, include a cheap interim step that could ship first. State the failure behaviour you want ("fail loudly listing the statements — a loud failure beats a silent deletion").

Optional sections, when they earn their place:

  • Affected versions — when the problem is version-bounded.
  • Evidence / Verification — commands run, output observed, file:line.
  • Relationship to other work — links to sibling issues, and what each one does/doesn't cover. After filing, leave a short cross-link comment on the related issues pointing back — links must work in both directions or one side is never found.

Wording

Dumbed down, always. Assume the reader joined yesterday:

  • Short sentences. Plain verbs. No internal shorthand or codenames.
  • Every acronym expanded at first use, even "obvious" ones (EQL, ZeroKMS, PSL).
  • Say what breaks in the user's world, not just in the code's world.
  • Titles are symptom-first and name the command or package: `stash eql upgrade` silently deletes search indexes — save and restore them beats "Improve EQL upgrade robustness".
  • Write #N only for a real GitHub issue or PR reference — GitHub autolinks every #N, so "step #2 of the plan" mints a bogus link to issue 2. Write "step 2", "item 3" instead.
  • Never reference internal Linear issues (CIP-… numbers) anywhere on GitHub — issues, PRs, comments, commit messages. GitHub is public; Linear is not. GitHub refs are fine.

Mechanics

  • gh issue create --repo cipherstash/<repo> --title '…' --label <label> --body "…".
  • Reuse existing labels (enhancement, bug, SDK, …) — check with gh label list rather than inventing new ones.
  • Sibling skill: meta-pr-creation for the PR that eventually closes the issue.

Version History

  • f2c5d32 Current 2026-08-20 10:20

Same Skill Collection

.claude/skills/meta-pr-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
c4321a5e
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