verify-code

Automate a self-correcting loop that writes, analyzes, and refactors code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LeonardSylvester/zfdm_relaunch --skill verify-code-leonardsylvester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-code
Source: https://github.com/LeonardSylvester/zfdm_relaunch/tree/main/.claude/skills/verify-code
Command: npx skills add https://github.com/LeonardSylvester/zfdm_relaunch --skill verify-code-leonardsylvester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diese Funktion automatisiert eine selbst-korrigierende Code-Schleife, die Code schreibt, analysiert und verbessert, um Fehler frühzeitig zu erkennen und die Qualität der Implementierung zu erhöhen.

Core Features & Use Cases

  • Selbst-korrigierender Code-Loop: Generiert initialen Code, analysiert auf drei Problemkategorien und liefert Verbesserungen.
  • Strukturiertes Review-Workflow: Dokumentiert gefundene Probleme und erklärt die vorgenommenen Änderungen.
  • End-to-end Iteration: Unterstützt wiederholte Durchläufe mit klaren Schritten zur Steigerung der Code-Qualität in komplexen Modulen.

Quick Start

Gib eine Funktionsanforderung vor, und lasse die Schleife den Code schreiben, Bugs finden und schrittweise verbessern.

Frequently Asked Questions about verify-code

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

FAQPage Schema
How do I automate self-correcting code generation and bug detection?

Automate self-correcting code generation by running a verification loop that writes initial implementation, analyzes it for three problem categories, documents issues, and refactors the code with applied fixes.

What is an iterative improvement loop for code analysis and refactoring?

An iterative improvement loop is a structured workflow that produces code, performs self-analysis to identify edge cases and security issues, and executes deterministic refactoring steps to increase implementation quality.

How do I write code for security-sensitive modules and automatically fix bugs?

Write code for security-sensitive modules by defining a functional requirement and triggering an automated loop that generates the code, detects bugs across multiple problem categories, and explains the applied changes.

Does automated code verification support complex functions across multiple languages?

Automated code verification supports complex functions, edge cases, and security-sensitive modules across multiple languages and environments by enforcing deterministic steps for initial implementation, analysis, and rewriting.

What is the best way to document issues found during automated code review?

The best way to document issues during automated code review is to use a structured workflow that records found problems across three categories and explains the changes made during the refactoring step.

Why does my code need a structured verification loop for iterative improvement?

Your code needs a structured verification loop to detect bugs early, handle complex edge cases, and ensure iterative improvement through deterministic steps that analyze, document, and rewrite implementations.