skill-loop
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseskill-loop
skill-loop
Use this skill for two cases:
- bootstrap skill-loop into a repository with a GitHub issue workflow
- write, simplify, or migrate
skill-loop.yml
本技能适用于以下两种场景:
- 在带有GitHub issue工作流的代码仓库中初始化skill-loop
- 编写、简化或迁移文件
skill-loop.yml
Modes
模式
- GitHub bootstrap: read
references/github-init.md - YAML authoring or migration: read , then follow the selected pattern reference only
references/yaml-authoring.md
- GitHub初始化:阅读
references/github-init.md - YAML编写或迁移:阅读,之后仅遵循所选的模式参考
references/yaml-authoring.md
Working style
工作风格
- Keep the generated setup minimal.
- Prefer plus a small
tracker.repograph.skills: - Prefer an entrypoint that uses
issue-checkto choose the next ready issue and complete the minimum setup before planning.gh - Treat YAML authoring as pattern selection first, then concrete authoring.
- Reuse templates from instead of writing large starter files from scratch.
assets/ - Default to for generated starter skills unless the repository already uses another skill directory.
.claude/skills/
- 保持生成的设置尽可能简洁。
- 优先使用搭配小型
tracker.repo图谱。skills: - 优先选择使用工具的
gh入口点,在规划前选择下一个待处理的issue并完成最小化设置。issue-check - YAML编写应先选择模式,再进行具体编写。
- 复用目录下的模板,而非从头编写大型启动文件。
assets/ - 生成的启动技能默认存放于目录,除非仓库已使用其他技能目录。
.claude/skills/
Expected outputs
预期输出
- create or update
skill-loop.yml - select the right workflow pattern before drafting YAML
- create starter skills only when the selected pattern actually needs them
- explain the execution flow in terms of the chosen pattern
- 创建或更新文件
skill-loop.yml - 在起草YAML前选择合适的工作流模式
- 仅在所选模式确实需要时才创建启动技能
- 结合所选模式解释执行流程
Validate
验证
- YAML: validate one or more skill-loop YAML files against
schema.json - schema:https://raw.githubusercontent.com/takumiyoshikawa/skill-loop/refs/heads/main/schema.json
- YAML:对照验证一个或多个skill-loop YAML文件
schema.json - schema地址:https://raw.githubusercontent.com/takumiyoshikawa/skill-loop/refs/heads/main/schema.json