wrap

Solid

Session end - document updates, commit

AI & Automation 151 stars 12 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
45
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Wrap ## Flow ``` Git Status → Doc Check → User Selection → Execute → Complete ``` ## Execution 1. **Git Status** ```bash git status --short git diff --stat HEAD~3 ``` 2. **Doc Check Checklist (MUST)** | Change | Target | Required | |--------|--------|----------| | trait/type | architecture.md | 구조 변경 시 | | convention | conventions.md | 새 패턴 시 | | **결정사항** | **.dev/DECISIONS.md** | **새 기능/설계 시** | **DECISIONS.md 기록 (필수 체크)**: - [ ] 새 기능 구현 → 결정 배경, 대안, 이유 기록 - [ ] PLAN과 실제 구현 차이 → `**구현 노트**` 추가 - [ ] 새로운 패턴/컨벤션 → conventions.md도 업데이트 3. **User Selection**: AskUserQuestion 4. **Execute**: Run selected items ## DSL Rules (ai-context) - Table > prose - Codeblock > description - Core only, minimize lines ## Commit ``` {type}({scope}): {summary} ``` ## Completion wrap complete = **skill chain finished** Next task starts with new `/clarify` or `/next`

Details

Author
mag123c
Repository
mag123c/toktrack
Created
4 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category