← スキル一覧に戻る

progress-logger
by barracoder
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: progress-logger description: Maintain progress.txt with iteration logs and patterns
progress-logger
Maintain scripts/ralph/progress.txt with two sections:
1. Codebase Patterns (at TOP of file)
Consolidate reusable patterns that future iterations should know:
## Codebase Patterns
- Use `RectsIntersect` helper for collision detection
- Call `InvokeAsync(StateHasChanged)` after canvas Render operations
- Export types from actions.ts for UI components
Only add general, reusable patterns—not story-specific details.
2. Iteration Logs (APPEND after each story)
## [Date/Time] - [Story ID]
- What was implemented
- Files changed
- **Learnings for future iterations:**
- Patterns discovered
- Gotchas encountered
- Useful context
---
Rules:
- Never replace content—always append
- Move repeated learnings up to Codebase Patterns section
- Log verification failures with iteration number:
[iter 2] TypeError: ...
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です