go
仓库创建 2026年7月5日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
便于快速区分小修/特性/子系统,自动调整作业仪式与产出。
▸ 风险提示
依赖 CLAUDE_PLUGIN_ROOT 环境变量,需正确配置工作目录。
这个 Skill 做什么
作为工作入口,按规模自动选择执行流程并生成实施策略。
把一句话描述你的改动,它会按改动规模自动选流程:小修复走快速 implement+verify,功能改动走完整 build,子系统级别先出 spec 和计划再去实现。会明确告知采用了哪套“节奏”,需要时可以用 -s/-m/-l 强制覆盖。全程把工作登记成步骤列表,并用“剩 N 步”这种方式汇报进度,便于团队同步。
▸ 展开 SKILL.md 英文原文
The front door: describe what you want in a sentence — octo sizes the ceremony automatically. Small fix → implement + verify in minutes; feature → full build; subsystem → spec, plan, then build. Announces the chosen gear; override with -s/-m/-l.
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/go/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/go/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Progress Contract
**OCTO_ROOT** = `${CLAUDE_PLUGIN_ROOT}` when set; otherwise two directories above this skill's base directory (`skills/<name>/` sits at `<plugin-root>/skills/<name>/`). Resolve once at start.
Register steps as a native task list before doing any work.
Report progress as "N steps remaining" — never wall-clock ETAs.
Register steps in the native task list named `🐙 <n>/<total> — <step name>`; update each to in_progress/completed as you go — the checklist is the user's primary progress view.
Steps: (1) read-context, (2) classify, (3) route.
## Arguments
- **`<task description>`** — what to do. Required; if omitted, ask once then proceed.
- **`-s`** — force Small gear.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有