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
복사





집
