improve-skills
Review a skill's accumulated observations and propose targeted improvements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review a skill's accumulated observations and propose targeted improvements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | improve-skills |
| description | Review a skill's accumulated observations and propose targeted improvements |
Review a skill's usage observations and propose targeted improvements. You read SKILL.md and SKILL_NOTES.md for a given skill, identify patterns, and produce a minimal diff that makes the skill better.
You are the slow feedback loop. Agents append notes during use (fast loop). You review and propose changes (slow loop). The human gates every change.
If the environment variable SKIP_SKILL_NOTES=1 or SKIP_SKILL_NOTES=true is set, skip all skill-improver operations (both fast loop and slow loop). Return immediately without reading or writing SKILL_NOTES.md. This allows disabling the observation pipeline entirely when it is not wanted.
Observations appended to SKILL_NOTES.md MUST follow this format:
Context: [1 sentence: what task was being performed] Observation: [1-2 sentences: what happened, what was unexpected] Takeaway: [1 sentence: actionable insight or open question] Actionability: ready-to-promote | needs-more-data | question-for-user
Categories: Edge Case | Successful Pattern | Open Question | Deviation | Tool Limitation
When invoked to append an observation (not review/improve), follow this protocol:
needs-more-data only for genuinely novel observations with <2 data points. If 2+ entries already exist for the same pattern, tag ready-to-promote.skill-improver/SKILL_NOTES.md -- do not invoke @skill-improver recursively.ready-to-promote first, then question-for-user (surface to user), then needs-more-data.Promoted YYYY-MM-DD: [topic] → [target section]. Delete fully after 7 days.needs-more-data: if 2+ entries exist for the same pattern, upgrade to ready-to-promoteThese must be preserved in every edit:
name and description## Purpose must be the first section after the H1 title## Rules must be the last sectionBefore execution, check SKILL_NOTES.md for known edge cases. For self-observation, see Fast Loop step 5 — append directly, do not recurse.
Execute implementation plans by systematically completing each task with verification, bounded retry, and progress tracking
Generate research-backed PR descriptions that maximize reviewability through structured templates covering purpose, rationale, changes, review guidance, and technical details
On-demand multi-model critic consensus for arbitrary concerns
Extract topics, per-topic brief summaries, and topic-grouped action items from a Google Doc meeting notes link. Supports multi-tab Docs (including Gemini auto-generated Notes + Transcript tabs) and any linked Google Sheets. Read-only — never modifies the source document.
Generate structured implementation plans for vertical slices of working software with comprehensive research, codebase context, and validation gates
Perform thorough, structured reviews of engineering implementation plans with claim verification, research validation, and risk assessment