git%3Aload-issues by neolabhq/context-engineering-kit
npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:load-issues从当前 GitHub 仓库加载所有开放议题,并将其保存为 Markdown 文件到 ./specs/issues/ 目录中。
请遵循以下步骤:
使用 gh CLI 列出当前仓库中的所有开放议题:
gh issue list --limit 100 以获取所有开放议题对于每个开放议题,获取详细信息:
gh issue view <number> --json number,title,body,state,createdAt,updatedAt,author,labels,assignees,url创建议题目录:
mkdir -p ./specs/issues 以确保目录存在将每个议题保存为单独的 Markdown 文件:
<number-padded-to-3-digits>-<kebab-case-title>.md广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
007-make-code-review-trigger-on-sql-sh-changes.md为每个议题文件使用以下 Markdown 模板:
# 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">
6. 所有议题保存完毕后,提供一份摘要,包括: * 加载的议题总数 * 已创建文件的列表及其议题编号和标题
重要提示:请按正确顺序执行所有步骤,并确保所有议题数据在 Markdown 文件中格式正确。
每周安装量
181
仓库
GitHub 星标数
699
首次出现
2026年2月19日
安装于
opencode175
codex174
github-copilot174
gemini-cli173
kimi-cli171
cursor171
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:
gh issue list --limit 100 to get all open issuesFor each open issue, fetch detailed information:
gh issue view <number> --json number,title,body,state,createdAt,updatedAt,author,labels,assignees,urlCreate the issues directory:
mkdir -p ./specs/issues to ensure the directory existsSave each issue as a separate markdown file:
<number-padded-to-3-digits>-<kebab-case-title>.md007-make-code-review-trigger-on-sql-sh-changes.mdUse the following markdown template for each issue file:
# 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">
6. After all issues are saved, provide a summary of: * Total number of issues loaded * List of created files with their issue numbers and titles
IMPORTANT: Execute all steps in the correct order and ensure all issue data is properly formatted in the markdown files.
Weekly Installs
181
Repository
GitHub Stars
699
First Seen
Feb 19, 2026
Installed on
opencode175
codex174
github-copilot174
gemini-cli173
kimi-cli171
cursor171
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
150,000 周安装
Docker安全指南:全面容器安全最佳实践、漏洞扫描与合规性要求
177 周安装
iOS开发专家技能:精通Swift 6、SwiftUI与原生应用开发,涵盖架构、性能与App Store合规
177 周安装
describe技能:AI驱动结构化测试用例生成,提升代码质量与评审效率
2 周安装
专业 README 生成器 | 支持 Rust/TypeScript/Python 项目,自动应用最佳实践
2 周安装
Django 6 升级指南:从 Django 5 迁移的完整步骤与重大变更解析
1 周安装
GitLab DAG与并行处理指南:needs与parallel优化CI/CD流水线速度
2 周安装