Loading...
Loading...
Load all open issues from GitHub and save them as markdown files
npx skill4agent add neolabhq/context-engineering-kit load-issues./specs/issues/gh issue list --limit 100gh issue view <number> --json number,title,body,state,createdAt,updatedAt,author,labels,assignees,urlmkdir -p ./specs/issues<number-padded-to-3-digits>-<kebab-case-title>.md007-make-code-review-trigger-on-sql-sh-changes.md# Issue #<number>: <title>
**Status:** <state>
**Created:** <createdAt>
**Updated:** <updatedAt>
**Author:** <author.name> (@<author.login>)
**URL:** <url>
## Description
<body>
## Labels
<labels or "None">
## Assignees
<assignees or "None">