artifact-insight-scan

artifact-insight-scan is a command for GitHub Copilot from rjmurillo/ai-agents. It costs 0 tokens per session (776 once invoked), scanned A, original, MIT.

A command that scans project documents and other artifacts for missed work, lessons, blockers, process improvements, and follow-up tasks. It formats actionable findings so they can become tracked issues.

In plain words
What is it for?
Use it to inspect project artifacts for TODOs, FIXME comments, unchecked tasks, blocked work, documentation gaps, skipped validation, and other follow-ups.
Why use it?
It prevents commitments, unresolved feedback, useful debugging lessons, and deferred work from remaining hidden in notes or comments.

Command for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt. Also seen: mentions AGENTS.md.

Good fit Use it to inspect project artifacts for TODOs, FIXME comments, unchecked tasks, blocked work, documentation gaps, skipped validation, and other follow-ups.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/rjmurillo/ai-agents/artifact-insight-scan
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/rjmurillo/ai-agents

Made for: GitHub Copilot.

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 artifact-insight-scan

README.md
[![agentmods](https://agentmods.dev/badge/commands/rjmurillo/ai-agents/artifact-insight-scan/github.svg)](https://agentmods.dev/commands/rjmurillo/ai-agents/artifact-insight-scan)
Your own site
<a href="https://agentmods.dev/commands/rjmurillo/ai-agents/artifact-insight-scan"><img src="https://agentmods.dev/badge/commands/rjmurillo/ai-agents/artifact-insight-scan/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 artifact-insight-scan

Your own site · 80×15
<a href="https://agentmods.dev/commands/rjmurillo/ai-agents/artifact-insight-scan"><img src="https://agentmods.dev/badge/commands/rjmurillo/ai-agents/artifact-insight-scan.svg" alt="Reviewed on agentmods" width="80" 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 776 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.00776
Opus 5 $0.00000 $0.00388
Sonnet 5 $0.00000 $0.00155
Haiku 4.5 $0.00000 $0.00078

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

Security

Grade A, and why

artifact-insight-scan 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 today.

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.

.github/prompts/artifact-insight-scan.md · 109 lines

How it starts

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

Artifact Insight Scanner

Analyze the provided project artifacts for missed insights, action items, and follow-ups that should become tracked issues.

What to Look For

1. Untracked TODOs

  • TODO: or FIXME: comments without linked issues
  • "We should..." or "Need to..." statements
  • Checkbox items that were never checked (- [ ])
  • "Later" or "future work" mentions

2. Lessons Not Captured

  • Patterns discovered during debugging
  • Workarounds that should be documented
  • "Next time..." observations
  • Root cause insights that could prevent recurrence

3. Blocked Work

  • Items waiting on external dependencies
  • Work paused due to other priorities
  • "Once X is done..." statements
  • Deferred scope items

4. Process Improvements

  • Repeated friction points across sessions
  • Automation opportunities mentioned
  • Documentation gaps identified
  • Workflow inefficiencies noted

5. Follow-up Tasks

  • "After this PR..." commitments
  • Review feedback not yet addressed
  • Deferred scope items from PRDs
  • Testing or validation that was skipped

Output Format

For each actionable finding, output this exact format:

FINDING:
TYPE: [TODO|LESSON|BLOCKED|IMPROVEMENT|FOLLOWUP]
TITLE: [Concise issue title, 50-70 chars, conventional commit style]
BODY: [Issue body with context, 2-4 sentences]
PRIORITY: [P0|P1|P2|P3]
LABELS: [comma-separated labels from: enhancement, bug, documentation, automation, area-workflows, area-prompts, area-infrastructure, area-installation]
SOURCE: [file path and line/section reference]
---

Priority Guidelines

  • P0: Security issues, data loss risks, critical blockers
  • P1: Important functionality gaps, significant user impact
  • P2: Improvements, process enhancements, nice-to-haves
  • P3: Minor polish, optional enhancements

Rules

  1. Only report actionable items that should become issues
  2. Skip items that are clearly completed or superseded
  3. Do not duplicate existing tracked work
  4. Use conventional commit prefixes in titles (feat:, fix:, docs:, chore:)
  5. Keep issue bodies concise but informative
  6. Include enough context for someone unfamiliar with the session

Read the full file on GitHub · 109 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. today Changed c2ef8e2ce057
  2. 3d ago First seen · 109 lines · 0 tokens per session scan A 5baf7fedfbcd

Subscribe to this mod's changes

artifact-insight-scan is a command published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 776 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-09-06.