원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
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.