dev360-insights

A command that reviews developer activity and workload across a code repository, a project's shared codebase. It can report on a whole team or one developer while considering sustainability rather than surveillance.

In plain words
What is it for?
Use it to analyze issues, pull requests, commits, and code reviews over a chosen period, then identify workload levels and team-health signals.
Why use it?
It replaces manual review of issues, code changes, and reviews with a report about workload balance, review habits, knowledge sharing, and possible overload.

Command

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.

agentmods
npx agentmods add commands/anettodev/github-planner/dev360-insights
Clone the repo
git clone --depth 1 https://github.com/anettodev/github-planner
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 485 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00485
Opus 5 $0.00000 $0.00243
Sonnet 5 $0.00000 $0.00097
Haiku 4.5 $0.00000 $0.00049

Measured yesterday against content hash 837c05eb74f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dev360-insights 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 yesterday.

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.

src/commands/dev360-insights.md · 53 lines

How it starts

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

Developer Workload & Health Insights

Analyze developer activity, workload balance, and team health. Focused on sustainability and balance — not productivity surveillance.

Arguments: $ARGUMENTS (optional flags: --repo owner/repo, --dev @username, --period 30d)

Steps

1. Detect Repository

  • If --repo flag provided, use that
  • Otherwise run gh repo view --json nameWithOwner -q .nameWithOwner

2. Configure Report Type

Parse flags:

  • No --dev flag (default): Team overview — workload distribution and team health signals
  • --dev @username: Individual report — detailed activity, consistency, workload, and health signals for one developer
  • --period 30d (default): Time window for activity metrics

3. Run Analysis

Launch the dev360-analyst agent to:

For team overview:

  1. Fetch all issues, PRs, commits, and reviews within the period
  2. Build a profile for each developer (open issues, PRs merged, reviews given)
  3. Classify workload per developer (Light / Balanced / High / Overloaded)
  4. Compute team health signals (balance, review culture, sustainability, knowledge sharing, bus factor)
  5. Generate recommendations

For individual report (--dev @username):

  1. Fetch all activity for the specified developer
  2. Compute activity summary (commits, PRs, reviews, issues closed)
  3. Analyze consistency pattern (weekly breakdown, active days, trend)
  4. Assess health signals (consistency, weekend work, declining trends)
  5. Compute contribution patterns (PR size, merge time, review turnaround, self-merge rate)
  6. List workload (open issues, pending reviews, stale assignments)
  7. Identify blocked/stale items
  8. Generate recommendations

4. Present Report

Team overview: Workload table + team health signals + recommendations.

Individual report: Activity summary + work pattern + contribution patterns + workload + blocked items + recommendations.

Use the templates from dev360-insights skill's references/dev360-report.md.

Read the full file on GitHub · 53 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. yesterday First seen · 53 lines · 0 tokens per session scan A 837c05eb74f7

Subscribe to this mod's changes

dev360-insights is a command published in the GitHub repository anettodev/github-planner (2 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 485 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.