goalslot-weekly-review

goalslot-weekly-review is a skill for Claude Code, Codex from ZeeshanAdilButt/goalslot-mcp. It costs 73 tokens per session (930 once invoked), scanned A, original, MIT.

A weekly review tool for GoalSlot, a system that tracks goals, planned time, logged work, and personal notes. It compares what you intended to do with what you actually did.

In plain words
What is it for?
Use it to review completed work, compare this week with last week, check progress toward goals, and write an honest weekly reflection.
Why use it?
It turns scattered time records, schedules, task lists, and reflections into one clear account of the week. This helps reveal whether slow progress came from missing time, unused planned time, or another obstacle.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review completed work, compare this week with last week, check progress toward goals, and write an honest weekly reflection.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zeeshanadilbutt/goalslot-mcp/goalslot-weekly-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ZeeshanAdilButt/goalslot-mcp --skill goalslot-weekly-review
Clone the repo
git clone --depth 1 https://github.com/ZeeshanAdilButt/goalslot-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for goalslot-weekly-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/zeeshanadilbutt/goalslot-mcp/goalslot-weekly-review/github.svg)](https://agentmods.dev/skills/zeeshanadilbutt/goalslot-mcp/goalslot-weekly-review)
Your own site
<a href="https://agentmods.dev/skills/zeeshanadilbutt/goalslot-mcp/goalslot-weekly-review"><img src="https://agentmods.dev/badge/skills/zeeshanadilbutt/goalslot-mcp/goalslot-weekly-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for goalslot-weekly-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/zeeshanadilbutt/goalslot-mcp/goalslot-weekly-review"><img src="https://agentmods.dev/badge/skills/zeeshanadilbutt/goalslot-mcp/goalslot-weekly-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 930 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.00930
Opus 5 $0.00036 $0.00465
Sonnet 5 $0.00015 $0.00186
Haiku 4.5 $0.00007 $0.00093

Measured 12d ago against content hash b14bb37b0fc7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

goalslot-weekly-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/goalslot-weekly-review/SKILL.md · 46 lines

How it starts

The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Weekly review in GoalSlot

The value here is judgement, not arithmetic. The tools already compute the totals. Your job is to say what actually happened, including the part the user would rather not hear.

Sequence

  1. goalslot_get_context. Note today, timezone and currentWeek.
  2. goalslot_get_report with view: "day_total", preset: "this_week". Total minutes and the shape of the week, day by day.
  3. goalslot_get_report with view: "summary", groupBy: "goal", preset: "this_week". Where the hours went.
  4. The same call again with preset: "last_week". Without the comparison, a number is not a finding.
  5. goalslot_get_report with view: "schedule", preset: "this_week". Planned against logged, per recurring block. This is the only thing that distinguishes "never allocated the time" from "allocated it and did not use it".
  6. goalslot_list_goals with includeStats: true. Pace against targetHours and any deadline.
  7. goalslot_get_journal over the same week. Mood, energy, focus, and the user's own worked and blocked notes.
  8. goalslot_list_tasks with statuses: ["DONE"] if the user thinks in tasks rather than hours.

Writing the review

State the exact date range the reports covered. Not "this week": "Monday 18 August to Sunday 24 August".

Then, in this order:

  • What moved. Name the two goals that gained the most hours, with the numbers, and how that compares to last week.
  • What did not. Name the goal that got the least, or nothing. Do not bury it. Do not soften it into "you made some progress on X" when X got 20 minutes.
  • Why, where the data says why. Cross-reference the schedule adherence rows against the days with the least logged time, and against the check-in energy and focus scores. A goal at 0 percent adherence on a day the user rated energy 1 is a different story from one at 0 percent on a day they rated energy 5.
  • Their words, not yours. Quote the worked and blocked notes verbatim. Paraphrasing a person's reflection back at them as if it were your insight is worse than useless.

Read the full file on GitHub · 46 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 46 lines · 73 tokens per session scan A b14bb37b0fc7

Subscribe to this mod's changes

goalslot-weekly-review is a skill published in the GitHub repository ZeeshanAdilButt/goalslot-mcp (0 stars, last pushed 18d ago), licensed MIT. It adds 73 tokens to every session and 930 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

clockify-automate

Turn on agent-mediated Clockify tracking: if .clockify/config.yml is missing, run minimal clockify-init first, then forge wizard (GitHub) + Cursor Plan/Debug platforms + runaway wizard, ensure project/tasks, write Cursor rules, and when runaway is enabled install Clockify-owned runaway hooks. Use when the user wants…

dustinestes/clockify-agent-plugin · 96 tokens

clockify-automate-disable

Temporarily pause agent-mediated Clockify tracking without wiping settings: remove the clockify Cursor rule and Clockify-owned runaway hooks, set entry.automated.enabled false and platforms.cursor.enabled false, but keep forge, settings.onstart, triggers, settings.runaway prefs, and modes. Distinct from…

dustinestes/clockify-agent-plugin · 94 tokens

clockify-unautomate

Full rollback of agent-mediated Clockify tracking: remove the clockify Cursor rule and Clockify-owned hooks, and reset entry.automated in .clockify/config.yml to init/example defaults (all forge..enabled false, empty triggers, platforms.cursor off, modes cleared). Does not change plugin, scope, timer, or manual. Use…

dustinestes/clockify-agent-plugin · 104 tokens

clockify-automate-enable

Resume agent-mediated Clockify tracking after clockify-automate-disable: set entry.automated.enabled true, restore platforms.cursor.enabled from preserved modes, rewrite .cursor/rules/clockify.mdc, and reinstall runaway hooks when settings.runaway.enabled is still true. Skips forge/Cursor/runaway wizards unless…

dustinestes/clockify-agent-plugin · 101 tokens

clockify-start-timer

Start a Clockify running timer for the current repo. Use when the user asks to start tracking, clock in, or start a timer on an issue. Honors the timer block in .clockify/config.yml. Warns before stopping a different running timer. Optional backdated start.

dustinestes/clockify-agent-plugin · 62 tokens

clockify-stop-timer

Stop the currently running Clockify timer. Use when the user asks to stop tracking, clock out, or finish an issue/PR in this session. Honors timer rounding and overlap. Does not summarize the whole day.

dustinestes/clockify-agent-plugin · 49 tokens