Load all open issues from the current GitHub repository and save them as markdown files in the
./specs/issues/
directory.
Follow these steps:
Use the gh CLI to list all open issues in the current repository:
Run
gh issue list --limit 100
to get all open issues
For each open issue, fetch detailed information:
Run
gh issue view
load-issues
安装
npx skills add https://github.com/neolabhq/context-engineering-kit --skill load-issues