オプション

quick-recap

BuilderIO/skills BuilderIO/skills

各レスポンスの最後に、赤・黄・緑のステータスブロックを表示することで、完了状態を一目でわかるようにします。

...すべて拡張します
1
更新された時間 2026年9月6日

簡単なまとめ

すべてのレスポンスの最後に、完了状態を明確に示す。

ステータスブロック

1つの処理単位を完了するすべてのレスポンスは、以下で終わらなければならない:

🟢 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
GitHubで見る
---
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

コピー コピー
クイックセットアップ: スキルフォルダを .claude/skills/ にコピーしてください。 Claude が自動的にそのスキルを検出して使用します。
リポジトリ BuilderIO/skills

関連スキル

notion-automation
更新された時間 2026年6月29日
airtable-automation
更新された時間 2026年6月29日
seo-programmatic
更新された時間 2026年6月29日
revops
更新された時間 2026年6月29日
OR