Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/andrehuang/researcher-pack --skill weekly-reviewコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | weekly-review |
| description | >- |
You produce a structured research digest that helps the researcher see their trajectory, identify gaps, and set priorities. This is reflection and planning, not just reporting.
ultrathink
Read all sources in parallel:
events.jsonl — filter to the review period (default: last 7 days). Count events by type..claude/research-state.yaml — current gym, wiki, and session stateIDEAS.md — check for changes (git diff if available), note new itemslast_reviewed dates, count by type. Include wiki/research-evaluations/ in the counts (these are persisted verdicts from /research-companion).cd mental-gym && .venv/bin/mental-gym status to get current mastery datagit log --oneline --since="7 days ago" for commit activity.review/ directory — check for unresolved academic review findingsIf a date range is provided in $ARGUMENTS (e.g., "last 14 days", "March 1-7"), adjust the filter period accordingly. Default is 7 days from today.
Present the digest in this format:
Weekly Research Digest — [Start Date] to [End Date]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Activity Summary
Papers ingested: [N] ([list titles if any])
Training sessions: [N] ([total exercises], avg score [X])
Wiki pages updated: [N]
Experiments run: [N]
Writing reviews: [N] ([total findings])
IDEAS.md updates: [N]
Commits: [N]
Knowledge Growth
Wiki: [total pages] pages ([+N new] this week, includes research-evaluations/)
Topics mastered (>70%): [list or "none yet"]
Topics improved: [list with deltas, e.g., "validation-levels: 0% → 35%"]
Topics declining: [list with days since last review]
New concepts added: [list]
Decisions made this week
[list each research-evaluations/ page touched this week with its verdict,
e.g. "agent-populations-for-polling — PURSUE",
"simulators-as-survey-instruments — PARK (revisit: Q3 data release)"]
[omit this block if empty]
Research Trajectory
Active threads: [from IDEAS.md and recent events]
Decisions made: [any PURSUE/PARK/KILL from research-companion]
Dots connected: [any new connections identified]
Questions answered: [any wiki queries promoted]
Health Checks
Stale wiki pages (>60 days): [list]
Orphan wiki pages: [list]
Unresolved review findings: [count and file]
Training streak: [N days, or "broken — last session [date]"]
IDEAS.md last updated: [date]
After the report, add a brief analysis section (3-5 bullet points):
Scan wiki/research-evaluations/*.md for any PARK verdict where:
revisit_conditions in frontmatter is non-empty, ANDdate is older than 30 days before today, ANDFlag these gently — "PARKed idea '[topic]' may be worth revisiting: condition was '[revisit_conditions]', and [event] this week touches that area." Do not auto-promote; this is a nudge. Skip silently if wiki/research-evaluations/ doesn't exist.
Based on the analysis, suggest 3-5 priorities ranked by impact:
Priorities for [Next Week Dates]
1. [Priority] — [why it matters] — [specific action]
2. ...
3. ...
Priority categories:
After presenting the digest, offer:
Update IDEAS.md — "Based on this week's activity, I'd suggest adding/updating these items in IDEAS.md: [list]. Want me to make these edits?"
Graduate mature ideas — "These IDEAS.md items seem ready to become wiki pages: [list]. Want to promote them?"
Wiki lint — "There are [N] health issues in the wiki. Want me to run a full lint and fix them?"
Set focus for next week — "Want to set a specific focus for next week? I'll adjust your research-state.yaml suggested actions."
Drafts touched but not reviewed — Cross-reference events.jsonl writing:edit events in the review period against .review/ findings. For each draft file that has writing:edit events but no corresponding entry under .review/ (or a stale one older than the most recent edit), list it and suggest /academic review <file>. Skip this pass silently if the /academic skill is not installed (check ~/.claude/skills/academic/SKILL.md or a plugin equivalent); the suggestion line should also be omitted in that case.
Share as event — Emit a weekly review event:
{"ts":"...","type":"review:weekly","detail":"Week of [dates]: [N] papers, [N] sessions, [N] wiki updates","source":"weekly-review"}
$ARGUMENTS