csv-data-auditor
Installation
SKILL.md
CSV Data Auditor
Instructions
When auditing CSV data, perform these validation checks systematically:
1. File Structure Validation
- Verify the file exists and is readable
- Check if the file is a valid CSV format
- Ensure consistent delimiter usage
- Verify proper quoting and escaping
- Check for balanced quotes
2. Header Analysis
- Confirm headers exist (unless headerless CSV)
- Check for duplicate header names
- Validate header naming conventions
- Ensure headers are descriptive and consistent
- Check for special characters in headers
Related skills
More from aig787/agpm
pdf-processor
Process PDF files for text extraction, form filling, and document analysis. Use when you need to extract content from PDFs, fill forms, or analyze document structure.
11code-reviewer
Perform comprehensive code reviews with focus on correctness, performance, security, and maintainability. Use when reviewing pull requests, merge requests, or code changes.
11commit-message-generator
Generate conventional commit messages based on git diff analysis. Use when you need to create well-structured commit messages following conventional commit format.
8