quick-recap
BuilderIO/skills
透過紅色/黃色/綠色狀態方塊,在每次回應結束時明確顯示完成狀態。
...展開全部快速回顧
在每個回應的結尾處,應明確標示完成狀態。
狀態區塊
每個完成一項工作單元的回應,都必須以以下內容結尾:
🟢 Actual concise status sentence
規則:
- 狀態行長度應控制在 100 個字元以內。
- 當
🟢當所請求的工作完成時。 - 若
🟡當仍有非常規的後續工作時;請註明待辦事項的名稱。 - 僅在
🔴僅在因使用者輸入受阻時使用。 - 將狀態行置於回覆的最末端。
- 請勿在
---、分隔行或任何內容。
安裝程式行為
此規範僅在專案或使用者
說明中明確規定時才會自動生效。安裝此技能時,應優先加入受管
AGENTS.md / CLAUDE.md 區塊,除非使用者選擇不採用。
若您是手動遵循此規範,請從使用者的 角度選擇狀態:已完成、待執行特定非常規步驟,或受阻。
範例
已完成的工作:
🟢 Updated quick recap docs with output examples
尚有非常規後續步驟:
🟡 Code updated, set PROVIDER_WEBHOOK_SECRET before testing webhooks
因用戶輸入而受阻:
🔴 Need the production API key to continue
---
name: quick-recap
description: Makes completion state obvious at the end of every response using a red/yellow/green status block.
---
# Quick Recap
Make completion state obvious at the end of every response.
## Status Block
Every response that completes a unit of work must end with:
```md
🟢 Actual concise status sentence
```
Rules:
- Keep the status line under 100 characters.
- Use `🟢` when the requested work is finished.
- Use `🟡` when non-routine follow-up remains; name the pending item.
- Use `🔴` only when blocked on user input.
- Put the status line at the very end of the response.
- Do not add `---`, spacer lines, or any content after the status line.
## Installer Behavior
This convention is only automatic when it is present in project or user
instructions. When installing this skill, prefer adding the managed
`AGENTS.md` / `CLAUDE.md` block unless the user opts out.
If you are following the convention manually, choose the status from the user's
perspective: finished, pending a specific non-routine step, or blocked.
## Examples
Finished work:
```md
🟢 Updated quick recap docs with output examples
```
Non-routine follow-up remains:
```md
🟡 Code updated, set PROVIDER_WEBHOOK_SECRET before testing webhooks
```
Blocked on user input:
```md
🔴 Need the production API key to continue
```
所有檔案
0 個檔案安裝 quick-recap
請下載並將技能檔案解壓縮至您的 .claude/skills/ 目錄中。
下載 ZIP複製儲存庫並將技能檔案複製到您的專案中。
git clone https://github.com/BuilderIO/skills/tree/main/skills/quick-recap # Copy SKILL.md to your .claude/skills/ directory
複製





首頁
