output-integrity

Verify completeness and accuracy of tool, file, log, and data outputs.

2|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/koki3141/codex-global-skills --skill output-integrity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-integrity
Source: https://github.com/koki3141/codex-global-skills/tree/main/output-integrity
Command: npx skills add https://github.com/koki3141/codex-global-skills --skill output-integrity

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill prevents false conclusions by verifying the completeness and accuracy of output from tools, logs, files, and data.

Core Features & Use Cases

  • Output Verification: Check for truncation, pagination, and missing information in outputs.
  • File Integrity: Verify the completeness of files, archives, and project templates.
  • Log Analysis: Ensure logs are complete and relevant.
  • Diff Checking: Verify the integrity of diffs.
  • Data Validation: Check the completeness and accuracy of data sets.
  • API Response Validation: Ensure API responses are complete and accurate.
  • Completeness & Non-existence Gates: Provide structured processes for claiming completeness or non-existence.

Quick Start

Run the output-integrity skill to verify the integrity of the output from the 'latest_run.log' file.

Frequently Asked Questions about output-integrity

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

FAQPage Schema
How do I check if my log analysis output is truncated or missing data?

To check if log analysis output is truncated or missing data, verify output completeness by scanning for pagination markers and truncation indicators. This ensures logs are complete and relevant before drawing conclusions.

What is the best way to verify file integrity and completeness after generating project templates?

The best way to verify file integrity and completeness for project templates is to validate the generated output against expected structures, ensuring no files or content sections are missing from the archive.

How do I validate API response completeness for paginated data sets?

To validate API response completeness for paginated data sets, check response payloads for pagination tokens and verify that all expected records are returned without truncation across multiple pages.

Can I use automated completeness checks for diff verification in quality assurance?

Yes, you can use automated completeness checks for diff verification in quality assurance. The process validates diff integrity by ensuring all expected changes are captured and no modifications are truncated.

Does output verification work for claiming non-existence or completeness in data validation?

Yes, output verification works for claiming non-existence or completeness in data validation by providing structured gates. These gates enforce a rigorous verification process before confirming that missing data or complete outputs are accurate.

Why does incomplete output verification lead to false conclusions in system integrity checks?

Incomplete output verification leads to false conclusions in system integrity checks because truncated or paginated data hides critical anomalies, causing analysts to miss underlying errors and draw inaccurate reliability assessments.