code-research-verify

Verify code-analysis claims against actual source code.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FlexNetOS/envctl --skill code-research-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-research-verify
Source: https://github.com/FlexNetOS/envctl/tree/main/.agents/skills/code-research-verify
Command: npx skills add https://github.com/FlexNetOS/envctl --skill code-research-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of ensuring the accuracy of code-analysis claims by actively seeking to refute them against the actual source code.

Core Features & Use Cases

  • Adversarial Verification: Assesses the validity of code-analysis claims by attempting to prove them false.
  • Code Analysis: Utilizes code as evidence, examining the code's actual behavior against claims.
  • Use Case: When reviewing a claim made about a piece of code, use this Skill to verify the claim by cross-referencing the code and identifying counter-examples or ambiguities.

Quick Start

Verify the claim about a code snippet being efficient by using the 'code-research-verify' Skill.

Frequently Asked Questions about code-research-verify

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

FAQPage Schema
How do I verify if a code analysis claim is actually true against the source code?

To verify code analysis claims, you cross-reference the actual source code to identify counter-examples or ambiguities, actively attempting to prove the claim false using static analysis and code execution.

What is adversarial testing in the context of code verification?

Adversarial testing for code verification assesses the validity of code-analysis claims by actively seeking to refute them, examining the code's actual behavior against the original assertions.

Can I use this approach to validate claims during a security audit?

Yes, adversarial code verification is applicable to security audits, debugging, and code quality assurance, detecting discrepancies and ambiguities by cross-referencing the actual source code against the claims.

How do I cross-reference source code to find counter-examples for a claim?

You find counter-examples by executing the code and running static analysis to detect discrepancies and ambiguities, cross-referencing the actual source code behavior against the provided claims.

Does code verification require code execution to detect discrepancies?

Yes, detecting discrepancies and ambiguities during code verification requires both code execution and static analysis to assess the actual behavior against the provided claims.