Files
vercel__next.js/skills-lock.json
T
Tim Neutkens 5770bfc5b1 Update gh-stack skill guidance (#97163)
## Summary

Update the gh-stack skill to match the current CLI behavior and make the
guidance easier to navigate.

Move detailed stack design, command behavior, and troubleshooting
material into focused references while keeping the main skill concise,
and refresh the lock hash for the finalized content.

## Verification

- `pnpm prettier --with-node-modules --ignore-path .prettierignore
--check .agents/skills/gh-stack/SKILL.md
.agents/skills/gh-stack/references/commands.md
.agents/skills/gh-stack/references/stack-design.md
.agents/skills/gh-stack/references/troubleshooting.md skills-lock.json`
- Verified the three referenced files exist and the computed
skill-folder SHA-256 matches `skills-lock.json`
- Not run: Next.js tests (documentation-only skill update)

<!-- NEXT_JS_LLM -->
2026-08-12 11:50:25 +02:00

12 lines
263 B
JSON

{
"version": 1,
"skills": {
"gh-stack": {
"source": "github/gh-stack",
"sourceType": "github",
"skillPath": "skills/gh-stack/SKILL.md",
"computedHash": "331d32e421a963f5e257fda9d5e1a0fea28039c1dd4dc91329479975906b2db0"
}
}
}