gin/skills-lock.json
Nimer@Tornado dc8acf161e chore: add resolve-pr-comments prompt and golang-performance skill
- .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
2026-08-26 14:14:25 +03:00

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"
}
}
}