testing-artifact-management

testing-artifact-management is a skill for Claude Code, Codex from layer1labs/specsmith. It costs 21 tokens per session (377 once invoked), scanned A, original, MIT.

A Specsmith skill for managing test evidence such as screenshots, videos, and log files. These files show what happened during a test run.

In plain words
What is it for?
It helps capture screenshots on failure, record and store videos, archive logs, track metadata, apply retention policies, and manage access to test artifacts.
Why use it?
It keeps test evidence organized, searchable, retained for the right period, and shared with controlled access.

Skill for Claude CodeCodex

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 skills/layer1labs/specsmith/testing-artifact-management
Any agent
npx skills add layer1labs/specsmith --skill testing-artifact-management
Clone the repo
git clone --depth 1 https://github.com/layer1labs/specsmith

Made for: Claude Code, 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 testing-artifact-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/layer1labs/specsmith/testing-artifact-management.svg)](https://agentmods.dev/skills/layer1labs/specsmith/testing-artifact-management)
Your own site
<a href="https://agentmods.dev/skills/layer1labs/specsmith/testing-artifact-management"><img src="https://agentmods.dev/badge/skills/layer1labs/specsmith/testing-artifact-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 377 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.00021 $0.00377
Opus 5 $0.00010 $0.00188
Sonnet 5 $0.00004 $0.00075
Haiku 4.5 $0.00002 $0.00038

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

Security

Grade A, and why

testing-artifact-management 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.

.agents/skills/testing-artifact-management/SKILL.md · 70 lines

What it actually says

Testing Artifact Management

This skill enables specsmith projects to manage test artifacts including screenshots, videos, and logs while maintaining governance compliance.

Requirements Covered

  • REQ-104: Testing Artifact Management
  • Allows specsmith projects to manage test artifacts including screenshots, videos, and logs with human approval

Integration Capabilities

Artifact Features

  • Screenshot capture and management
  • Video recording and storage
  • Log file handling and archiving
  • Artifact metadata tracking
  • Artifact retention policies
  • Artifact sharing and access control

Governance Requirements

  • Human approval required for artifact management
  • Configuration management with governance controls
  • Approval-based artifact retention
  • Audit logging of artifact access

Usage Examples

# Initialize artifact management
specsmith skill install testing-artifact-management

# Configure artifact settings
specsmith test artifact configure --capture-screenshots on_failure --retention-days 30

# Manage test artifacts
specsmith test artifact manage --action archive --suite e2e-tests

Configuration

The skill requires the following configuration in scaffold.yml:

artifact_management:
  capture_screenshots: "on_failure"
  capture_videos: "never"
  log_level: "info"
  retention_days: 30
  storage_location: "/var/test-artifacts"

Security Considerations

  • All artifact management requires human approval
  • Sensitive data in artifacts must be handled securely
  • Artifact access controls must be enforced
  • Storage location security must be maintained

Compliance Requirements

  • Follow security best practices for artifact management
  • Maintain audit logs of all artifact activities
  • Ensure proper retention and deletion policies
  • Enforce approval-based artifact access
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 · 70 lines · 21 tokens per session scan A a1204e032dda

Subscribe to this mod's changes

testing-artifact-management is a skill published in the GitHub repository layer1labs/specsmith (7 stars, last pushed 1mo ago), licensed MIT. It adds 21 tokens to every session and 377 once invoked, about $0.0001 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

arch-audit

Audit Claude Code architecture files against Anthropic docs and release notes, and verify internal ecosystem consistency. Run on demand to maintain compliance, catch new features, and keep the context system clean.

marcoguillermaz/Tierward · 41 tokens

skill-dev

Code quality audit: detect cross-module coupling, N+1 queries, dead exports, antipatterns, over-large components. Cross-checks against refactoring backlog.

marcoguillermaz/Tierward · 36 tokens

accessibility-audit

Unified accessibility audit - axe-core WCAG 2.2 scan, APCA contrast measurement, static a11y checks (aria-label, tabindex, form labels, focus visibility, onClick on non-interactive). Static and live modes.

marcoguillermaz/Tierward · 53 tokens

pr-review

Autonomous local code review. Reviews either an open PR's diff (via gh) or the local working diff against a base branch (--local, auto-selected when no PR exists yet), spawns a dedicated review subagent with universal + stack-specific severity criteria, posts the review as a comment on the PR (audit trail; skipped in…

marcoguillermaz/Tierward · 167 tokens

responsive-audit

Responsive audit: test pages at 375/768/1024px breakpoints via Playwright. Checks overflow, tap targets, sidebar collapse, text reflow, WCAG 1.4.4 zoom.

marcoguillermaz/Tierward · 47 tokens

security-audit

Security audit: auth/authz on API routes, input validation, row-level access control (RLS in Postgres, ORM scopes or app-level guards elsewhere), response shape review, secret exposure, HTTP headers. Native mode checks entitlements and Keychain. MCP-aware (v1.20+): when mcp-nvd server is wired, Step 3c queries live…

marcoguillermaz/Tierward · 109 tokens