issues-from-assessment

issues-from-assessment is a skill for Claude Code from bdfinst/agentic-dev-team. It costs 138 tokens per session (3,260 once invoked), scanned A, original, MIT.

A workflow that turns a test-architecture assessment into tracker issues or equivalent local planning files.

In plain words
What is it for?
Use it to create a parent item and phase-tagged child tasks in supported trackers, or produce a local issue plan when no tracker is available.
Why use it?
It converts test-improvement findings into concrete, organized work instead of leaving them as a report.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the dev-team plugin — 96 skills, 54 agents, 4 hooks shipped together

Good fit Use it to create a parent item and phase-tagged child tasks in…

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

Made for: Claude Code.

Or install dev-team, the plugin that ships this one along with the rest of its 96 skills, 54 agents, 4 hooks.

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 issues-from-assessment

README.md
[![agentmods](https://agentmods.dev/badge/skills/bdfinst/agentic-dev-team/issues-from-assessment.svg)](https://agentmods.dev/skills/bdfinst/agentic-dev-team/issues-from-assessment)
Your own site
<a href="https://agentmods.dev/skills/bdfinst/agentic-dev-team/issues-from-assessment"><img src="https://agentmods.dev/badge/skills/bdfinst/agentic-dev-team/issues-from-assessment.svg" alt="Measured on agentmods" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,260 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.00138 $0.03260
Opus 5 $0.00069 $0.01630
Sonnet 5 $0.00028 $0.00652
Haiku 4.5 $0.00014 $0.00326

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

Security

Grade A, and why

issues-from-assessment 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 3d 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/dev-team/skills/issues-from-assessment/SKILL.md · 217 lines

How it starts

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

Issues from Assessment

Role: worker. Converts the assessment produced by /cd-test-architecture into the tracker artifacts the calling test-improvement workflow expects (Feature/Epic + Phase-tagged Stories + Tasks with predecessor links), or — when no tracker CLI is available — into local plan files with the same structure. Lifts the preview-then-confirm + gh issue create patterns from /issues-from-plan.

You have been invoked with the /issues-from-assessment command.

Parse Arguments

Arguments: $ARGUMENTS

  • Positional: <assessment-path> — the file /cd-test-architecture wrote (.dev-team-reports/cd-test-architecture-<app>.md).
  • --parent <issue-url> — parent issue / Feature / Epic URL. Empty or omitted → local-files mode.
  • --repo-slug <slug> — slug used for the .claude/memory/<workflow>/<slug>/ namespace. Defaults to the assessment file's <app> token.
  • --workflow <name> — the workflow namespace under .claude/memory/ and .claude/plans/, and the leading tracker-label token. Defaults to test-improve. Callers pass their own namespace so parallel runs stay quarantined.
  • --refactor-mode <no-refactor|refactor-allowed> — optional; the caller's Phase-0 refactor choice. Defaults to refactor-allowed (unchanged behavior) when omitted. When no-refactor, the Phase-5 [Refactor-for-testability] work is emitted as out-of-scope / skipped-in-no-refactor plan entries — informational context only, never actionable Stories — so the written plan shows the coverage/behavior left on the table without offering refactor work this run will not do.
  • --dry-run — print the preview list and exit without creating anything.

If <assessment-path> is absent or the file is missing, ask the operator to point at one.

Path + label templates. Every filesystem path and every operator-visible tracker label in the Steps below carries <workflow> as a placeholder — the skill interpolates the resolved --workflow value at run time. No literal workflow name appears in a path or label string.

Read the full file on GitHub · 217 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. 3d ago First seen · 217 lines · 138 tokens per session scan A ed728b9833af

Subscribe to this mod's changes

issues-from-assessment is a skill published in the GitHub repository bdfinst/agentic-dev-team (280 stars, last pushed 2d ago), licensed MIT. It adds 138 tokens to every session and 3,260 once invoked, about $0.0007 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-09-03.

Related

Other skills, from other repositories

scaffold-dotnet-test-project

MUST USE when an existing .NET test project was excluded from a .slnf/CI solution filter, disappeared from .sln/.slnx discovery, or lost its production ProjectReference; also for requests to set up, create, reuse, add, register, include, or repair a test project. Handles "tests pass directly but CI discovers zero"…

dotnet/skills · 139 tokens

cy-execute-task

Implement and verify an existing Compozy spec task, then update its tracking. Excludes review remediation.

compozy/compozy · 26 tokens

team-qa

Orchestrate the QA team through a full testing cycle. Coordinates qa-lead (strategy + test plan) and qa-tester (test case writing + bug reporting) to produce a complete QA package for a sprint or feature. Covers: test plan generation, test case writing, smoke check gate, manual QA execution, and sign-off report.

Donchitos/Claude-Code-Game-Studios · 73 tokens

gh-issue

Size-audit, write, and split BanyanDB issues that somebody else or an automated TDD workflow can implement. Use whenever the user asks to file or revise an issue, decide whether an issue is too large, make an issue TDD-ready, turn a design into tickets, or split an umbrella into executable leaves. Do not draft or file…

apache/skywalking-banyandb · 91 tokens

implement-feature

Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.

HoangNguyen0403/agent-skills-standard · 23 tokens

conductor-implement

Execute tasks from a track's implementation plan following TDD workflow.

rmyndharis/antigravity-skills · 17 tokens