.config/skills/gh/SKILL.md
使用 gh CLI 操作 GitHub。涉及 GitHub 的操作(PR、issue、repo、release、gist、workflow 等)一律使用 gh 命令,不要用 curl 调 GitHub API。
npx skillsauth add amosbird/serverconfig ghInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
所有 GitHub 操作使用 gh 命令完成,不要直接调用 GitHub API。
gh pr create --title "title" --body "body"gh pr view [number]gh pr listgh pr merge [number]gh pr checkout [number]gh pr diff [number]gh issue create --title "title" --body "body"gh issue view [number]gh issue listgh issue close [number]gh repo clone owner/repogh repo create name --public/--privategh repo view [owner/repo]gh repo fork [owner/repo]gh release create tag --title "title" --notes "notes"gh release listgh release download taggh run listgh run view [run-id]gh workflow run [workflow]gh gist create/list/view/edit/deletegh api [endpoint](需要直接调 API 时用这个,而不是 curl)gh apicurl 调 GitHub APIdocumentation
记录 AI 对话产出的知识到 aidoc 仓库。当用户说"记录到 aidoc"、"存到 aidoc"、"保存这个知识点"时使用此 skill。只在用户消息中明确提到 "aidoc" 关键词时才触发,不要自行决定记录。
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------