weekly-status

weekly-status is a skill for Claude Code from mshadmanrahman/pm-pilot. It costs 58 tokens per session (856 once invoked), scanned A, original, MIT.

A tool for turning recent work activity into a weekly status report. It gathers information from Jira, GitHub, Confluence, and Slack, which are tools for tracking work, code, documents, and team messages.

In plain words
What is it for?
Use it to prepare weekly updates, standup notes, manager reports, skip-level meetings, and team syncs.
Why use it?
It removes the need to search several work systems and manually remember what was completed, blocked, or planned.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the pm-core plugin — 14 skills, 2 agents shipped together

Good fit Use it to prepare weekly updates, standup notes, manager reports, skip-level meetings, and team syncs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mshadmanrahman/pm-pilot/weekly-status
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 mshadmanrahman/pm-pilot --skill weekly-status
Clone the repo
git clone --depth 1 https://github.com/mshadmanrahman/pm-pilot

Made for: Claude Code.

Or install pm-core, the plugin that ships this one along with the rest of its 14 skills, 2 agents.

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 weekly-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/weekly-status.svg)](https://agentmods.dev/skills/mshadmanrahman/pm-pilot/weekly-status)
Your own site
<a href="https://agentmods.dev/skills/mshadmanrahman/pm-pilot/weekly-status"><img src="https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/weekly-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 856 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00058 $0.00856
Opus 5 $0.00029 $0.00428
Sonnet 5 $0.00012 $0.00171
Haiku 4.5 $0.00006 $0.00086

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

Security

Grade A, and why

weekly-status 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 8d 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.

plugins/pm-core/skills/weekly-status/SKILL.md · 105 lines

How it starts

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

Weekly Status

Generates a structured weekly accomplishment report by pulling activity from all connected work tools. Covers what got done, key metrics, blockers, and upcoming priorities.

When to Activate

  • User says "weekly status", "status report", "weekly update"
  • User asks "what did I do this week?" or "what did I accomplish?"
  • User needs to prepare for a standup, skip-level, or weekly sync

Input

Optional overrides:

  • Date range: Defaults to last 7 days. User can specify "last 2 weeks" or specific dates.
  • Focus area: Limit to a specific project, team, or epic.
  • Audience: "for my manager", "for the team", "for skip-level" (adjusts detail level).

Execution

Step 1: Determine Date Range

Default: 7 days back from today. Use the system date command to get the current date.

Step 2: Parallel Data Gathering (Fan-Out)

Launch parallel searches across all connected MCP sources.

Source Query Extract
Jira Issues transitioned to Done/Closed in date range, assigned to user Completed work, story points
Jira Issues currently In Progress, assigned to user Active work
Jira Issues with blockers or impediments Blockers
GitHub PRs merged by user in date range Code shipped
GitHub PRs opened and still in review Pending reviews
Confluence Pages created or updated by user in date range Documentation work
Slack Threads where user posted substantive messages Key discussions, decisions

Step 3: Categorize and Synthesize

Group findings into categories:

  • Shipped: Completed Jira issues, merged PRs, published docs
  • In Progress: Active issues, open PRs
  • Blocked: Issues with impediments, stalled PRs
  • Discussions: Key decisions made in Slack/email

Step 4: Generate Report

Output Format

Output directly in conversation (do NOT create a file unless asked):

# Weekly Status: {Date Range}

## Accomplishments
### Shipped
- {Completed item} ({source}: {link or ID})
- {Completed item} ({source}: {link or ID})

### Documentation
- {Page created/updated} ({Confluence link})

### Decisions Made
- {Decision}: {context} ({Slack channel or meeting})

## Metrics
- Issues completed: {count} ({story points} points)
- PRs merged: {count}
- Pages published: {count}

## In Progress
- {Active item}: {status/next step} ({source})

## Blockers
- {Blocker}: {what's needed to unblock} ({source})

## Next Week
- {Priority 1}: {brief description}
- {Priority 2}: {brief description}
- {Priority 3}: {brief description}

Read the full file on GitHub · 105 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. 8d ago First seen · 105 lines · 58 tokens per session scan A c0aef2793043

Subscribe to this mod's changes

weekly-status is a skill published in the GitHub repository mshadmanrahman/pm-pilot (20 stars, last pushed 2d ago), licensed MIT. It adds 58 tokens to every session and 856 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

hive.colony-progress-tracker

Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.

aden-hive/hive · 36 tokens

toolbox

Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of a dev session, when setting up a new repo, or when sharing…

stevesolun/ctx · 77 tokens

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

customer-success

Support workflows, ticketing systems (Zendesk, Intercom), knowledge base design, chatbot design, and metrics (CSAT, NPS). Use when building support infrastructure, designing help centers, or optimizing customer experience.

travisjneuman/.claude · 47 tokens

event-planner

Event planning with timelines, budgets, vendor coordination, logistics checklists, and post-event evaluation. Use when organizing conferences, workshops, galas, or corporate events.

travisjneuman/.claude · 37 tokens

hr-talent

HR and talent management expertise for talent acquisition, performance management, compensation strategy, organizational design, culture building, succession planning, and D&I programs. Use when hiring, managing performance, designing organizations, or building culture.

travisjneuman/.claude · 47 tokens