team-dev-team

team-dev-team is a skill for Claude Code from saemihemma/lead-producer-oss. It costs 33 tokens per session (527 once invoked), scanned A, original, MIT.

A combined technical review process covering architecture, code quality, maintainability, and tests. It brings these assessments together into one decision about whether an implementation is ready.

In plain words
What is it for?
Use it for pull-request reviews, design reviews, refactors, and checks that an implementation has adequate structure, code quality, and test coverage.
Why use it?
It connects test gaps with risky code and architectural problems instead of reviewing each concern separately. This makes it easier to identify the most important failure risks before merging.

Skill for Claude Code

Written for Claude Code: context: fork in frontmatter.

Good fit Use it for pull-request reviews, design reviews, refactors, and checks that an implementation has adequate structure, code quality, and test coverage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saemihemma/lead-producer-oss/team-dev-team
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 saemihemma/lead-producer-oss --skill team-dev-team
Clone the repo
git clone --depth 1 https://github.com/saemihemma/lead-producer-oss

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 team-dev-team

README.md
[![agentmods](https://agentmods.dev/badge/skills/saemihemma/lead-producer-oss/team-dev-team/github.svg)](https://agentmods.dev/skills/saemihemma/lead-producer-oss/team-dev-team)
Your own site
<a href="https://agentmods.dev/skills/saemihemma/lead-producer-oss/team-dev-team"><img src="https://agentmods.dev/badge/skills/saemihemma/lead-producer-oss/team-dev-team/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 team-dev-team

Your own site · 80×15
<a href="https://agentmods.dev/skills/saemihemma/lead-producer-oss/team-dev-team"><img src="https://agentmods.dev/badge/skills/saemihemma/lead-producer-oss/team-dev-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 527 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.00033 $0.00527
Opus 5 $0.00016 $0.00264
Sonnet 5 $0.00007 $0.00105
Haiku 4.5 $0.00003 $0.00053

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

Security

Grade A, and why

team-dev-team 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 9d 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.

.claude/skills/team-dev-team/SKILL.md · 60 lines

How it starts

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

Dev Team

Purpose

Single technical verdict on whether implementation is structurally sound, maintainable, and sufficiently verified.

Composition

  • role-software-architect: structure, boundaries, design fit
  • role-principal-software-engineer: code quality, maintainability, tech debt
  • role-qa-engineer: test coverage, regression risk, verification gaps
  • Synthesis: conflict handling, acceptance

Use When

  • Reviewing a pull request, module, or implementation slice
  • Validating a refactor or design before merge
  • Checking code quality and verification match intended architecture

Do NOT Use When

  • Adversarial security review (use team-red-team)
  • Product, UX, or economy analysis
  • Reduction verification (use team-blue-team)

Workflow

  1. Check what already exists before judging what should change.
  2. Review structure, code quality, and test posture together.
  3. Run specialist passes in parallel. QA pass includes AI test quality checks (redundancy, assertion strength, isolation) on any test suite under review.
  4. Merge findings: test gaps map to risky code, risky code maps to architecture.
  5. Call out what is out of scope and the top failure modes.
  6. Resolve conflicts, produce one technical verdict.

Default Output

DEV TEAM REVIEW
===============
Current State: relevant existing code paths, boundaries, reuse opportunities
Architecture: boundary/design concerns
Code Quality: maintainability findings, debt/complexity risks
Verification: test gaps, regression risks
Failure Modes: top breakages to watch, what is not in scope
Recommendation: merge / rework / escalate, highest-priority fixes

Success Criteria

  • Architecture, code quality, and verification connected rather than siloed.
  • Output states what blocks acceptance vs what is advisory.

Conflict Resolution

  • Architect owns structural decisions. Principal Engineer owns code-quality assessment. QA owns verification gaps.
  • When architecture and code-quality findings conflict, resolve by asking: "What serves the next engineer better?"

Read the full file on GitHub · 60 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. 9d ago First seen · 60 lines · 33 tokens per session scan A 4627862de3e8

Subscribe to this mod's changes

team-dev-team is a skill published in the GitHub repository saemihemma/lead-producer-oss (2 stars, last pushed 5d ago), licensed MIT. It adds 33 tokens to every session and 527 once invoked, about $0.0002 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