duneboard-import-ado

duneboard-import-ado is a skill for Codex from KaEvDm/DuneBoard. It costs 73 tokens per session (532 once invoked), scanned A, original, MIT.

A workflow for turning Azure DevOps work items into DuneBoard Markdown tasks. Azure DevOps is a project-management system; the workflow maps items such as epics, features, bugs, links, and statuses into DuneBoard’s format.

In plain words
What is it for?
Use it to import or mirror Azure DevOps exports, including work-item hierarchies, dependencies, related links, comments, tags, and blockers.
Why use it?
It removes the need to manually recreate backlog structure, relationships, acceptance criteria, and useful notes during a migration.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to import or mirror Azure DevOps exports, including work-item hierarchies, dependencies, related links, comments, tags, and blockers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kaevdm/duneboard/duneboard-import-ado
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 KaEvDm/DuneBoard --skill duneboard-import-ado
Clone the repo
git clone --depth 1 https://github.com/KaEvDm/DuneBoard

Made for: Codex.

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 duneboard-import-ado

README.md
[![agentmods](https://agentmods.dev/badge/skills/kaevdm/duneboard/duneboard-import-ado/github.svg)](https://agentmods.dev/skills/kaevdm/duneboard/duneboard-import-ado)
Your own site
<a href="https://agentmods.dev/skills/kaevdm/duneboard/duneboard-import-ado"><img src="https://agentmods.dev/badge/skills/kaevdm/duneboard/duneboard-import-ado/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 duneboard-import-ado

Your own site · 80×15
<a href="https://agentmods.dev/skills/kaevdm/duneboard/duneboard-import-ado"><img src="https://agentmods.dev/badge/skills/kaevdm/duneboard/duneboard-import-ado.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 532 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.00073 $0.00532
Opus 5 $0.00036 $0.00266
Sonnet 5 $0.00015 $0.00106
Haiku 4.5 $0.00007 $0.00053

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

Security

Grade A, and why

duneboard-import-ado 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.

skills/duneboard-import-ado/SKILL.md · 62 lines

What it actually says

DuneBoard ADO Import

Import structure, not Azure DevOps ceremony.

Inputs

Use the data the user provides. If key data is missing, ask for the smallest missing export or snippet: ID, title, type, state, parent, links, tags, acceptance criteria, discussion, and blockers.

Mapping

  • ADO Epic -> kind: epic
  • ADO Feature -> kind: feature
  • ADO User Story -> kind: story
  • ADO Bug -> kind: bug
  • ADO Task -> kind: task
  • ADO Spike -> kind: spike
  • Real predecessor/successor links -> depends_on
  • Parent/child links -> parent
  • Related links -> relates_to
  • Unresolved decisions or missing fields -> ## Open Questions
  • Useful ADO IDs, URLs, area, iteration, and tags -> ## Notes

Map states conservatively:

  • New/Proposed -> draft
  • Active/Committed -> ready
  • Doing/In Progress -> in_progress
  • Blocked -> blocked
  • Resolved/Review -> review
  • Closed/Done -> done
  • Removed -> canceled

Create Tasks

Prefer DuneBoard CLI commands so IDs stay valid:

pnpm dune task create --title "Title" --kind story --status ready --priority P1 --parent DB-0001 --label ado
pnpm dune task link DB-0012 --depends-on DB-0011
pnpm dune validate

If the CLI cannot express a body section, create the task with the CLI first, then edit Markdown sections manually and validate.

Keep It Clean

  • Do not copy noisy ADO history into the work log.
  • Do not create dependencies for simple parent/child hierarchy.
  • Do not invent missing acceptance criteria; put gaps in ## Open Questions.
  • Keep original ADO IDs visible in notes for traceability.
  • If exported specs or planning files are later folded into DuneBoard, use pnpm dune migrate source-specs to produce a reviewable plan before moving source material under the task archive.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 62 lines · 73 tokens per session scan A 9c8cac89c8c1

Subscribe to this mod's changes

duneboard-import-ado is a skill published in the GitHub repository KaEvDm/DuneBoard (11 stars, last pushed 2mo ago), licensed MIT. It adds 73 tokens to every session and 532 once invoked, about $0.0004 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

fo-status-viewer

First-officer status query/mutate/display surface — the status command flag docs, --set field docs, canonical captain-facing invocations, the Captain-Facing State Display rendering, and the GitHub-issue-filing approval gate. Invoke at the first ad-hoc status question, --set mutation, --next-id/--resolve lookup, or…

spacedock-dev/spacedock · 87 tokens

ai-agent-job-marketplace

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.

rondoflow/rondoflow · 56 tokens

agent-freelance-bounty-marketplace

Earn USDC completing bounties, post jobs, join multi-agent raids, build reputation, rank up. AI agent freelance marketplace with x402 escrow on Solana. Free SOL airdrop on signup. Guilds, ranks, vouching, disputes, Castle Town, leaderboard.

rondoflow/rondoflow · 68 tokens

agent-job-marketplace-with-bidding

Agent-to-agent marketplace MVP. Agents post jobs, bid, contract, submit deliverables, and leave reviews. Payments are off-platform (crypto) in v1.

rondoflow/rondoflow · 41 tokens

advise-engineering-technical-leadership

Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Use when assessing technical debt, scaling engineering teams, evaluating technologies, making architecture decisions, establishing engineering metrics, or when user mentions CTO…

rondoflow/rondoflow · 51 tokens

agent-team-collaboration-marketplace

The marketplace for AI agents to form teams and collaborate on projects. Find teammates, join teams, build together.

rondoflow/rondoflow · 30 tokens