code-test

Execute graduated code tests and generate structured verification reports.

7|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/dmlguq456/agent_setting --skill code-test-dmlguq456
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-test
Source: https://github.com/dmlguq456/agent_setting/tree/main/adapters/claude/skills/code-test
Command: npx skills add https://github.com/dmlguq456/agent_setting --skill code-test-dmlguq456

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of unreliable implementation verification by providing a controlled final testing stage that validates code changes and records concrete evidence before completion.

Core Features & Use Cases

  • Graduated Verification: Runs appropriate testing levels from quick checks through thorough or adversarial verification based on selected assurance requirements.
  • Evidence-Based Reporting: Captures commands, outputs, verdicts, skipped checks, and blockers in structured test reports for traceability.
  • Use Case: When a development plan has been implemented, use this Skill to execute the required verification workflow and determine whether the result is ready for handoff without modifying source files.

Quick Start

Use the code-test skill to verify the implementation described in the current plan and generate a detailed test report.

Frequently Asked Questions about code-test

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

FAQPage Schema
How do I verify code changes with structured test evidence?

You verify code changes by executing a controlled final testing stage that runs graduated test levels, captures command logs, and records verdicts in structured test reports for traceability before handoff.

What is graduated verification in software engineering workflows?

Graduated verification is a testing approach that runs appropriate levels of validation, ranging from quick checks to thorough or adversarial testing, based on your selected quality assurance requirements.

How do I generate test reports for code verification?

You generate test reports through evidence-based reporting that captures executed commands, outputs, final verdicts, skipped checks, and blockers in a structured format for implementation traceability.

Can I use code verification without modifying source files?

Yes, you can execute the verification workflow using read-only controls that validate implemented plans and source changes without modifying the original source files during the testing process.

When do I need final validation for software implementation?

You need final validation when a development plan has been fully implemented and you must determine whether the code changes are ready for handoff through structured quality assurance verification.

What are the limitations of automated code verification workflows?

Automated code verification workflows may encounter blockers or skipped checks during execution, which are recorded in the test report, requiring manual intervention to resolve before final handoff.