verify-app

Generate a verification transcript of code changes in tasks/20_verification.md.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/lightningfastsls/London_Lab --skill verify-app-lightningfastsls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-app
Source: https://github.com/lightningfastsls/London_Lab/tree/main/.codex/skills/verify-app
Command: npx skills add https://github.com/lightningfastsls/London_Lab --skill verify-app-lightningfastsls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code changes often require manual verification, which can be slow and error-prone. This Skill standardizes the process by executing a defined set of checks and producing a verifiable transcript saved at tasks/20_verification.md.

Core Features & Use Cases

  • Reads AGENTS.md for canonical checks and uses the task brief to guide validation steps.
  • Runs the smallest relevant checks first, escalates to full validations when configured, and records commands and results for traceability.
  • Supports staged and complete delivery workflows, providing a clear, auditable verification trail.

Quick Start

Run the verification workflow against the active task folder to generate the tasks/20_verification.md transcript.

Frequently Asked Questions about verify-app

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

FAQPage Schema
How do I automate code verification for CI and generate an audit transcript?

To automate code verification, this Skill reads AGENTS.md for canonical checks, executes the smallest relevant checks first, escalates to full validations, and writes a reproducible audit transcript to tasks/20_verification.md.

What is a verification transcript and how does it improve code checks?

A verification transcript is a reproducible record of executed lint, tests, and CI checks saved to tasks/20_verification.md. It improves code checks by enforcing environment awareness and recording exact commands and results for audit and handoff.

How do I run lint and test checks based on AGENTS.md documentation?

You can run lint and test checks by executing the verification workflow against the active task folder. The Skill reads AGENTS.md for canonical checks, uses the task brief to guide validation, and records commands and results for traceability.

Does automated code verification support staged delivery workflows?

Automated code verification supports both staged and complete delivery workflows. It runs the smallest relevant checks first, escalates to full validations when configured, and produces a clear, auditable verification trail for each stage.

What's the best way to ensure reproducible CI test results during code changes?

The best way to ensure reproducible CI test results is to generate a verification transcript that records exact commands, enforces environment awareness, and outputs results to tasks/20_verification.md for audit and handoff.

Why does code verification require reading documentation before running tests?

Code verification requires reading documentation like AGENTS.md because it contains the canonical checks needed to guide validation steps. This ensures the smallest relevant checks run first before escalating to full validations for accurate traceability.