log-correction

Log analyst mistakes and fixes in structured YAML correction logs.

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill log-correction-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-correction
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/ai-analyst/skills/ai-analyst/log-correction
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill log-correction-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analysts frequently repeat the same mistakes across data analysis projects when errors are not systematically recorded, leading to wasted time, incorrect insights, and repeated fixes for the same issues.

Core Features & Use Cases

  • Error Categorization: Classify mistakes into SQL, metric, schema, logic, or other types to identify common failure patterns.
  • Severity Tracking: Assign critical, high, medium, or low severity to errors to prioritize fixes for high-impact mistakes.
  • Shared Knowledge Base: Append corrections to a central log that all future analyses reference to avoid repeating errors. Use case: If an analyst uses an incorrect join in a SQL query that skews Q3 revenue calculations, they can log the correction so the entire team avoids the same error in future revenue reporting.

Quick Start

Use the log-correction skill to record the error where the wrong customer churn metric was used for the Q3 report, including the correct metric definition and fixed SQL query.

Frequently Asked Questions about log-correction

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

FAQPage Schema
How do I track data analysis errors to prevent repeating the same SQL mistakes?

Track data analysis errors by recording mistakes and their corresponding fixes in a structured YAML storage system. This builds a shared knowledge base that logs SQL before and after comparisons, categorizes error types, and prevents analysts from repeating the same query mistakes in future projects.

What is the best way to categorize metric and schema errors in an analyst workflow?

The best way to categorize metric and schema errors is by classifying them into distinct types like SQL, metric, schema, or logic. This systematic categorization identifies common failure patterns and builds a centralized correction log for future reference.

How do I record the severity of a data validation error?

Record the severity of a data validation error by assigning critical, high, medium, or low severity classifications. This severity tracking prioritizes fixes for high-impact mistakes and structures the error correction log to highlight the most disruptive data analysis issues.

Can I log manual corrections when automatic error feedback capture is insufficient?

Yes, you can log manual corrections when automatic feedback capture is insufficient. The system supports manual correction entry to track systemic gaps in data validation processes, ensuring that analyst mistakes and their corresponding fixes are accurately recorded.

Does the log-correction skill require any specific dependencies or components?

No, the log-correction skill requires no external dependencies or components. It operates independently using structured YAML storage for correction logs and index tracking to manage error categorization and SQL comparison data.