auditar-entrada

Audit cuaderno entries via the cuaderno-auditor subagent and write structured reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bautisalva/media-bias-instagram --skill auditar-entrada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auditar-entrada
Source: https://github.com/bautisalva/media-bias-instagram/tree/main/.claude/skills/auditar-entrada
Command: npx skills add https://github.com/bautisalva/media-bias-instagram --skill auditar-entrada

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits cuaderno entries by spawning the cuaderno-auditor subagent to validate verifiable claims, producing a reliable, auditable report.

Core Features & Use Cases

  • Orchestrated audit flow: launches a cuaderno-auditor subagent to audit a single entry and return a structured report.
  • Date-driven checks: accepts a specific date (YYYY-MM-DD) or audits the most recent entry when no date is provided.
  • Traceable outputs: writes the per-entry audit to cuaderno/auditorias and emits a final JSON summary to stdout.

Quick Start

Invoke the audit with a specific date in YYYY-MM-DD format, or omit the date to audit the most recent cuaderno entry.

Frequently Asked Questions about auditar-entrada

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

FAQPage Schema
How do I audit cuaderno notebook entries for data integrity?

You can audit cuaderno notebook entries for data integrity by invoking a cuaderno-auditor subagent that validates verifiable claims and outputs a structured report to the cuaderno/auditorias directory.

What are the prerequisites for validating claims in cuaderno entries?

Validating claims in cuaderno entries requires a non-empty src/data/2024USElections_IG.csv file and the presence of src/plot_utils.py, ensuring the audit subagent has the necessary data and utilities to execute successfully.

Can I audit a specific cuaderno entry by date instead of the most recent one?

Yes, you can audit a specific cuaderno entry by providing a date in YYYY-MM-DD format, or you can omit the date to automatically target and audit the most recent entry stored under cuaderno/entradas.

How does the cuaderno audit subagent report its results?

The cuaderno audit subagent reports results by generating a per-entry structured audit file in the cuaderno/auditorias directory and emitting a one-line JSON summary to stdout for quick verification.

What is the best way to automate single-entry data verification in a notebook?

Automating single-entry data verification is best handled by orchestrating a single subagent invocation per entry, which enforces preconditions, validates claims, and produces one traceable audit report without multiple concurrent checks.