tester

Verify codebase changes against original proposals and PRDs for design drift.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/JacksonZx535/kingsight --skill tester-jacksonzx535
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tester
Source: https://github.com/JacksonZx535/kingsight/tree/main/tester
Command: npx skills add https://github.com/JacksonZx535/kingsight --skill tester-jacksonzx535

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The tester Skill unit addresses the challenge of verifying that the actual code implementation matches the intended design without requiring manual oversight or correction.

Core Features & Use Cases

  • Structural Verification: Conducts automated checks for code integrity, including syntax validation and documentation freshness.
  • Semantic Audit: Performs a thorough 6-dimensional audit for design drift (DP-67) and documentation drift (DP-81/DP-83).
  • Behavioral Verification: Executes end-to-end scenarios to ensure the code behaves as expected under different conditions.
  • Quality Report: Generates detailed reports that summarize the testing outcomes and facilitate developer actions.

Quick Start

Run the tester Skill unit to verify the recent changes in your project codebase.

Frequently Asked Questions about tester

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

FAQPage Schema
How do I detect design drift when my codebase changes diverge from the original PRD?

To detect design drift, you can run an automated semantic audit that compares codebase changes against original proposals and PRDs. This process ensures code integrity by identifying where the implementation no longer matches the intended design without manual oversight.

What is a semantic audit in automated testing and how does it verify code compliance?

A semantic audit is an automated verification process that performs a 6-dimensional check for design drift and documentation drift. It ensures code compliance by validating that the actual implementation matches the intended design specifications and PRDs.

How do I automate code verification to ensure implementation matches design intent?

You automate code verification by running a structured review pipeline that conducts structural, semantic, and behavioral checks. This validates syntax, performs end-to-end scenario testing, and generates a detailed quality report for developer actions.

Can I verify documentation freshness automatically during a code review pipeline?

Yes, automated verification can check documentation freshness as part of its structural verification process. It identifies documentation drift, ensuring that technical docs remain aligned with recent codebase changes without manual review.

What is the best way to audit codebase changes for behavioral compliance under different conditions?

The best way to audit behavioral compliance is through behavioral verification, which executes end-to-end scenarios. This ensures the code behaves as expected under varying conditions and summarizes outcomes in a detailed quality report.

Do I need original proposals and PRDs to run an automated semantic audit on my codebase?

Yes, original proposals and PRDs are required as baseline inputs for the semantic audit. The automated testing process compares actual codebase changes against these documents to accurately detect design drift and ensure code integrity.