sprint-status

sprint-status is a command for Claude Code from cveralyon/axel-setup. It costs 0 tokens per session (6,751 once invoked), scanned A, original, MIT.

A command that combines work information from Linear, Git, Slack, and optionally Notion or Intercom into a consolidated sprint status. Linear is a work-tracking system, while Git stores code changes and Slack stores team conversations.

In plain words
What is it for?
Use it to ingest work items, code activity, messages, and optional documentation, deduplicate them, update Linear issues, and generate review outputs. It can also reassign issues based on Git authorship.
Why use it?
It removes the need to assemble project status manually across several tools. It also finds missing or outdated Linear issues and updates them using the gathered information.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: mentions subagents.

Good fit Use it to ingest work items, code activity, messages, and optional documentation…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/cveralyon/axel-setup/sprint-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.

Clone the repo
git clone --depth 1 https://github.com/cveralyon/axel-setup

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/cveralyon/axel-setup/sprint-status.svg)](https://agentmods.dev/commands/cveralyon/axel-setup/sprint-status)
Your own site
<a href="https://agentmods.dev/commands/cveralyon/axel-setup/sprint-status"><img src="https://agentmods.dev/badge/commands/cveralyon/axel-setup/sprint-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,751 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.00000 $0.06751
Opus 5 $0.00000 $0.03376
Sonnet 5 $0.00000 $0.01350
Haiku 4.5 $0.00000 $0.00675

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

Security

Grade A, and why

sprint-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 6d 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.

commands/sprint-status.md · 487 lines

How it starts

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

Sprint Status — Consolidate everything into Linear + generate review outputs

The heaviest command. Ingests Linear + Git across all configured repos + Slack (channels + DMs) — plus optional Notion and Intercom if your team uses them — deduplicates, and writes the consolidated state back into Linear (creating missing issues, updating statuses, reassigning based on git authorship). Then produces three separate outputs.

Linear is the single source of truth. Git, Slack, Notion, and Intercom are inputs that feed Linear. When Notion is configured, it is a historical view only — this command NEVER creates cards in Notion, only reads from it and (optionally) updates state of existing cards that are desynced.

Configuration (edit this section for your team)

Before using this skill, edit the YAML block below with your team's repos, channels, Linear setup, and integrations. Sections marked [OPTIONAL] can be deleted if your team does not use that system. Replace every Cxxxxxxx / Uxxxxxxx / xxxxx-xxxx placeholder with real IDs from your workspace.

# --- Linear workspace ---
linear:
  team_name: "YourTeam"
  team_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  team_key: "TEAM"         # Used as issue prefix (e.g. TEAM-123)
  primary_user_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  primary_user_email: "[email protected]"

# --- Team member mapping (git email ≠ Linear email is common) ---
team_members:
  - git_email: "[email protected]"
    name: "You"
    linear_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  - git_email: "[email protected]"
    name: "Teammate"
    linear_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  - git_email: "[email protected]"
    name: "PM"
    linear_id: null         # Never in Linear — never assign

# --- Git repos to scan ---
git_repos:
  - ~/your-org/api-repo
  - ~/your-org/frontend-repo

# --- Slack channels ---
slack_channels:
  - { name: "#clients",    id: "Cxxxxxxx" }
  - { name: "#tech-guild", id: "Cxxxxxxx" }
  - { name: "#incidents",  id: "Cxxxxxxx" }

# --- Slack DMs (privacy gate applies) ---
slack_dms:
  - { name: "PM/CEO", id: "Uxxxxxxx" }
  - { name: "CS Lead", id: "Uxxxxxxx" }

# --- Optional integrations ---
integrations:
  notion: false           # [OPTIONAL] Sprints/Backlog DBs
  intercom: false         # [OPTIONAL] Client conversations

notion:                   # Only read if integrations.notion = true
  sprints_db_id: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  backlog_db_id: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Read the full file on GitHub · 487 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. 6d ago First seen · 487 lines · 0 tokens per session scan A dd71aa1828ec

Subscribe to this mod's changes

sprint-status is a command published in the GitHub repository cveralyon/axel-setup (4 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,751 tokens. 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.