test-integration-docker

test-integration-docker is a skill for Claude Code, Codex from yu-iskw/coding-agent-fabric. It costs 37 tokens per session (494 once invoked), scanned A, original, Apache-2.0.

A Docker-based workflow for running integration tests with real community skills such as Vercel and Anthropic. Docker runs the tests in a separate, repeatable container.

In plain words
What is it for?
Running the full integration test suite, building its Docker image, and removing test images afterward.
Why use it?
It reduces differences between development environments and tests the skills in conditions closer to a real installation. Makefile commands provide a consistent way to build, test, and clean up.

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/yu-iskw/coding-agent-fabric/test-integration-docker
Any agent
npx skills add yu-iskw/coding-agent-fabric --skill test-integration-docker
Clone the repo
git clone --depth 1 https://github.com/yu-iskw/coding-agent-fabric

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 test-integration-docker

README.md
[![agentmods](https://agentmods.dev/badge/skills/yu-iskw/coding-agent-fabric/test-integration-docker.svg)](https://agentmods.dev/skills/yu-iskw/coding-agent-fabric/test-integration-docker)
Your own site
<a href="https://agentmods.dev/skills/yu-iskw/coding-agent-fabric/test-integration-docker"><img src="https://agentmods.dev/badge/skills/yu-iskw/coding-agent-fabric/test-integration-docker.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 494 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.00037 $0.00494
Opus 5 $0.00018 $0.00247
Sonnet 5 $0.00007 $0.00099
Haiku 4.5 $0.00004 $0.00049

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

Security

Grade A, and why

test-integration-docker 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 4d 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/test-integration-docker/SKILL.md · 61 lines

What it actually says

Integration Testing with Docker & Real Skills

This skill executes integration tests in a containerized environment using actual skill repositories from the community. It uses a Makefile to manage the build and test lifecycle.

Workflow Checklist

  • Step 1: Environment Readiness
    • Verify Docker is running.
  • Step 2: Execute Tests
    • Run make -C integration_tests test in the project root.
  • Step 3: Lifecycle Management
    • Use make -C integration_tests clean if needed to prune images.

Detailed Instructions

1. Run Integration Tests

Ensure the Docker daemon is active, then execute the following command from the project root to build the image and run the full test suite:

make -C integration_tests test-verbose

2. Standard Makefile Targets

You can also use the Makefile directly for granular control:

Build the image only
make -C integration_tests build
Clean up images
make -C integration_tests clean

Success Criteria

  • Docker image builds successfully with git and make installed.
  • caf CLI is linked and available in the container.
  • Real-world skills are cloned from GitHub (Vercel, Anthropic).
  • caf skills add successfully installs these real skills.
  • All integration scenarios pass.

Scenarios Covered

  1. CLI Health: Version and help checks.
  2. Real-World Skills (Vercel): Clones vercel-labs/agent-skills and installs skills like web-design-guidelines.
  3. Real-World Skills (Anthropic): Clones anthropics/skills and installs document skills.
  4. Subagent Verification: Lists available subagents in the clean container.
  5. Multi-Agent Matrix: Tests are executed for both Claude Code and Cursor agents.
  6. Scope Isolation: Tests are executed for both project and global scopes, verifying that global installations do not leak into the project's package.json.
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. 4d ago First seen · 61 lines · 37 tokens per session scan A 7f1ddc783860

Subscribe to this mod's changes

test-integration-docker is a skill published in the GitHub repository yu-iskw/coding-agent-fabric (1 stars, last pushed 19d ago), licensed Apache-2.0. It adds 37 tokens to every session and 494 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.