gen
- Repo stars 152
- License MIT
- Author repo go-sdk
代码生成
开始时声明:"我正在使用 gen skill 运行代码生成。"
执行步骤
步骤 1:记录当前状态
git diff --stat
步骤 2:运行代码生成
默认运行 API 代码生成(storagev2、iam、media、audit):
make generate
如果用户提到 sandbox,则运行:
make generate-sandbox
步骤 3:检查变更
git diff --stat
对比生成前后的变更,列出生成产生的文件差异。
步骤 4:验证编译
go build ./...
确认编译通过。
输出格式
列出生成的文件变更清单和编译结果。如果没有变更,说明"代码生成未产生新变更"。
系统规范(AGENTS.md)
执行本 skill 时同时遵守 AGENTS.md 中的系统规范;与本 skill 冲突时以本 skill 为准。
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @qiniu · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 执行步骤
执行步骤
步骤 1:记录当前状态
步骤 1:记录当前状态
步骤 2:运行代码生成
默认运行 API 代码生成(storagev2、iam、media、audit): 如果用户提到 sandbox,则运行:
步骤 3:检查变更
对比生成前后的变更,列出生成产生的文件差异。
步骤 4:验证编译
确认编译通过。
输出格式
列出生成的文件变更清单和编译结果。如果没有变更,说明"代码生成未产生新变更"。
# 代码生成
开始时声明:"我正在使用 gen skill 运行代码生成。"
## 执行步骤
### 步骤 1:记录当前状态
```bash
git diff --stat
```
### 步骤 2:运行代码生成
默认运行 API 代码生成(storagev2、iam、media、audit):
```bash
make generate
```
如果用户提到 sandbox,则运行:
```bash
make generate-sandbox
```
### 步骤 3:检查变更
```bash
git diff --stat
```
对比生成前后的变更,列出生成产生的文件差异。
### 步骤 4:验证编译
```bash
go build ./...
```
确认编译通过。
## 输出格式
列出生成的文件变更清单和编译结果。如果没有变更,说明"代码生成未产生新变更"。
## 系统规范(AGENTS.md)
执行本 skill 时同时遵守 `AGENTS.md` 中的系统规范;与本 skill 冲突时以本 skill 为准。 Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> 执行步骤 → 步骤 1:记录当前状态 → 步骤 2:运行代码生成 → 步骤 3:检查变更 → 步骤 4:验证编译 → 输出格式
terms -> 对比生成前后的变更,列出生成产生的文件差异。 · 确认编译通过。 · 列出生成的文件变更清单和编译结果。如果没有变更,说明"代码生成未产生新变更"。 · 执行本 skill 时同时遵守 AGENTS.md 中的系统规范;与本 skill 冲突时以本 skill 为准。
files/cmd -> AGENTS.md · ./...
body sha256 -> d7049862e38c
Decide Fit First
Design Intent
How To Use It
Boundaries And Review