assurance-scan

Automate codebase assurance scans and generate normalized JSON evidence.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill assurance-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assurance-scan
Source: https://github.com/JonusNattapong/agenttalk-mcp/tree/main/src/skills/devkit/assurance-scan
Command: npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill assurance-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agenttalk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the production of codebase assurance scan evidence, streamlining the process for release gates, milestone closures, security reviews, and release readiness.

Core Features & Use Cases

  • Adaptive Scan Evidence: Generates evidence for release gates and milestone closures by detecting a repo stack and running quality, security, dependency, packaging, encoding, and hygiene checks.
  • Evidence Production: Outputs a normalized JSON artifact that can be used in ASSURANCE.md.
  • Use Case: When Codex needs to run checks on a repository, this skill can be used to ensure that all necessary checks are performed and the results are documented.

Quick Start

Run the assurance scan for the current directory with the 'change' profile:

python -m agenttalk.assurance --root . --profile change --out .agenttalk/assurance/runs

Frequently Asked Questions about assurance-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate codebase assurance scanning for release readiness?

Automate codebase assurance scanning by running a profile-based command that detects the repository stack and executes quality, security, dependency, and hygiene checks to produce release readiness evidence.

What is a normalized JSON artifact for codebase assurance?

A normalized JSON artifact for codebase assurance is a structured output file documenting quality, security, and hygiene check results, designed to be embedded directly into an ASSURANCE.md file.

Does the assurance scan require Python and specific dependencies?

Yes, the assurance scan requires Python and the agenttalk library installed in your environment to execute the automated codebase checks and generate the JSON evidence artifacts.

Can I run security and quality checks for milestone closures automatically?

Yes, you can run security and quality checks for milestone closures by executing the scan with the change profile, which detects the repo stack and outputs the evidence needed for release gates.

What is the best way to generate release gate evidence from repository checks?

The best way to generate release gate evidence is using an automated assurance scan that runs packaging, encoding, and dependency checks, outputting a normalized JSON artifact for immediate review.