mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-04 22:53:34 +08:00
- .github/prompts/resolve-pr-comments.prompt.md: reusable prompt that fetches PR review comments, checks out the source branch, applies fixes, runs tests, and pushes — created during the PR #4726 workflow - .agents/skills/golang-performance/: installed golang-performance skill (samber/cc-skills-golang) used to perform the hot-path perf review of cleanPath and sanitizePathChars in this session - skills-lock.json: skill dependency lock file
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"version": 1,
|
|
"skills": {
|
|
"golang-performance": {
|
|
"source": "samber/cc-skills-golang",
|
|
"sourceType": "github",
|
|
"skillPath": "skills/golang-performance/SKILL.md",
|
|
"computedHash": "3082d63106a56aeccd20baaf2d6c63f9bdc857f778ca8f339b7cbea1c7203f17"
|
|
}
|
|
}
|
|
}
|