← Back to list

log-file-use
by ScotterMonk
Custom instructions for setting up your own agentic AI development team
⭐ 19🍴 0📅 Jan 17, 2026
SKILL.md
name: log-file-use description: When a mode needs to read, create, or write (log progress) to a log file.
Log file use instructions
Comstants
Logging format:
date + time; action summary(semicolon separated).- Ex:
"2026-02-14 07:23; Approved to begin". - Ex:
"2026-02-14 07:25; Task completed: Added update_query() to utils_sql.py, refactored utils_sql.py, junk.py". Plans folder:.roo/docs/plans/
- Ex:
Initialization tasks
Do in order:
1 Determine User query:
Determine user_query value from current context or other input.
- If still not known: consult user.
2 Determine Plan name:
Do in order:
a) Determine short plan name value from current context, current task, or other input.
- If still not known: consult user.
b) Create
short_2_word_descriptionof current task based on current context. c)short plan name:yymmdd_{short_2_word_description}.
3 Determine Log file name and path:
log file:{plans folder}_[short plan name]_log.md.
Log file use instructions
Reading a log file
- Use the
read_filetool to readlog file.
Creating a log file
- Use the
write_to_filetool to create fresh (or modify existing)log filein the{plans folder}.
Writing to a log file
- Use the
apply_difftool to modify existinglog filein the{plans folder}.
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


