一键导入
ai-knowledge-base-knowledge-authoring
Author or update tool-neutral knowledge packs in ai-knowledge-base.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Author or update tool-neutral knowledge packs in ai-knowledge-base.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| id | ai-knowledge-base.skill.knowledge-authoring |
| kind | skill |
| name | ai-knowledge-base-knowledge-authoring |
| description | Author or update tool-neutral knowledge packs in ai-knowledge-base. |
| tags | ["knowledge","authoring","repository"] |
Use this skill when creating or updating content under knowledge/ in the
ai-knowledge-base repository.
manifest.yaml.skill for reusable procedures, workflows, checklists, viewpoints, or
output formats.agent for a specialist role that can operate in an isolated context.rule for always-on instructions.prompt for reusable prompt or command-style entry points.<pack>.<kind>.<name>.skills/<name>.agents/<name>.md, rules/<name>.md, or prompts/<name>.md.skills/<name>/SKILL.md.id, kind, name, and description.id must exactly match the manifest entry id.tools.<target> only for target-specific frontmatter or enablement.go test ./... from knit/.GOCACHE and
GOMODCACHE pointed at writable directories inside the repository or
/tmp.A workflow for authoring Go tests. Starting from the table-driven test scaffold generated by gotests, it runs the cycle of test design -> adding test cases -> running -> fixing defects. Use when: (1) invoked via /go-test-authoring, (2) asked to "write tests" or "add tests" for Go, (3) asked to implement tests for a Go function or method.
Git commit with Conventional Commits format. Use when user asks to commit changes, says "commit", "/commit", or after completing code changes when explicitly asked to commit.
Create GitHub Pull Request with project's PR template. Use when user asks to create PR, says "create PR", "/pr-create", or after completing implementation when asked to open a pull request.
Address PR review feedback. Collect both unresolved inline comments and review-body comments on a GitHub PR, build a fix plan and turn it into tasks, then work through them one by one (assess -> fix -> commit -> push -> reply). Use when invoked as /pr-review-fix, when asked to "address the review comments" or "respond to PR feedback", or for follow-up work after a PR review.
Internal Structure-Behavior Design skill for conceptual modeling and structure design. Use only as part of the Structure-Behavior Design workflow.
Internal Structure-Behavior Design skill for interface, signature, and contract design. Use only as part of the Structure-Behavior Design workflow.