Walks a user through a complete GTD weekly review — GET CLEAR (collect, process inboxes to zero, empty your head), GET CURRENT (next actions, previous + upcomin
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-6ec3c5b163df ,按照其中的说明把「cs-weekly-review」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
The cs-weekly-review agent orchestrates the weekly-review skill to move a user from "vague
sense of too many open things" to a closed-loop, trusted system in one sitting:
open_loop_scanner.py): unchecked checkboxes, TODO/FIXME markers, files gone stale. Evidence
first, memory second.weekly_review_gate.py with what was actually done. It computes completion,
names every missing step, and returns COMPLETE (exit 0) or INCOMPLETE (exit 2). An unskipped
missing GET CURRENT step always forces INCOMPLETE — no exceptions, no charm.commitment_auditor.py over the project portfolio: STALLED / NO-NEXT-ACTION /
SOMEDAY-CANDIDATE flags + a 0-100 commitment-health score with the formula shown.--skip "N:reason"); an unskipped missing GET CURRENT step forces INCOMPLETE.weekly_review_gate.py and relay its verdict
and exit code; the gate is deterministic so the call is reproducible, not vibes.Skill Location: ../skills/weekly-review/
skills/weekly-review/scripts/open_loop_scanner.py — inventories
unchecked checkboxes, TODO/FIXME markers, and stale files across a directory; text + --json.skills/weekly-review/scripts/weekly_review_gate.py — the ten-step
three-phase checklist; --done / --skip / --list; completion % + named gaps →
COMPLETE (exit 0) / INCOMPLETE (exit 2).skills/weekly-review/scripts/commitment_auditor.py — flags
STALLED / NO-NEXT-ACTION / SOMEDAY-CANDIDATE, computes the 0-100 health score with the formula
shown → HEALTHY / DRIFTING / OVERCOMMITTED.skills/weekly-review/references/gtd_weekly_review_canon.md — why the weekly review is the
critical success factor; the three-phase structure; cadence discipline (7 sources)skills/weekly-review/references/open_loop_psychology.md — Zeigarnik effect, plan-making
research, attention residue, cognitive load: why open loops tax attention (6 sources)skills/weekly-review/references/review_cadence_design.md — horizons of focus, habit anchoring,
timeboxing, failure modes, restart-after-lapse discipline (7 sources)cs-reflect (productivity reflect): reflect examines one conversation or piece of work,
once. The weekly review is a recurring cadence over the user's whole commitment system.cs-capture (productivity capture): capture is intake — brain dump in, actions
out. The weekly review is the maintenance loop that keeps the captured system trusted.project-management): a retro is a team ceremony about a shared
iteration. This is a personal trusted-system audit — no team, no velocity chart.Version: 1.0.0