.claude/skills/skills/genai-disclaimer/SKILL.md
Standard disclaimer and attribution templates for AI-generated or AI-assisted data analysis outputs
npx skillsauth add dathere/qsv genai-disclaimerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Standard disclaimers and attribution notices for AI-generated or AI-assisted data analysis outputs.
Add a GenAI disclaimer to any output that:
describegpt)*Analysis assisted by AI. Results should be independently verified before decision-making.*
---
**AI Disclosure:** This analysis was generated with AI assistance using qsv data wrangling
tools and Claude. All statistical computations were performed by qsv (deterministic,
reproducible); interpretations, summaries, and recommendations were AI-generated and should
be reviewed by a domain expert before acting on them.
---
## AI-Generated Content Disclosure
**Tools used:** qsv (data processing), Claude (analysis and interpretation)
**Date:** [YYYY-MM-DD]
This document contains AI-generated content. The following aspects were AI-assisted:
- [ ] Data profiling interpretation and quality assessment
- [ ] Statistical summary and narrative
- [ ] Data Dictionary, Description, and Tags
- [ ] Chart type selection and visualization design
- [ ] Recommendations and conclusions
**What is deterministic:** All row counts, statistics, frequency distributions, and data
transformations were computed by qsv — a deterministic, open-source tool. Given the same
input data and parameters, these results are exactly reproducible.
**What is AI-generated:** Narrative interpretations, quality assessments, chart design
decisions, and recommendations were generated by an LLM. These outputs may contain errors,
hallucinations, or biases inherent to the model. They should be reviewed by a qualified
analyst before use in decision-making.
**Reproducibility:** The qsv commands and parameters used are documented in this analysis.
Re-running them on the same input data will produce identical numerical results. AI-generated
narratives may vary between runs.
| Output Type | Recommended Level | |-------------|-------------------| | Quick Slack message or internal chat | Short | | Internal report or dashboard annotation | Medium | | Stakeholder presentation | Medium or Full | | Regulatory or compliance deliverable | Full | | Published research or external report | Full | | Exploratory analysis (own use) | None needed |
| Component | Attribution | Reproducible? | |-----------|-------------|---------------| | Row counts, statistics, frequencies | qsv (deterministic) | Yes — exact same results every run | | Data type inference, null counts | qsv (deterministic) | Yes | | Data cleaning operations (dedup, trim, safenames) | qsv (deterministic) | Yes | | SQL query results via sqlp | qsv/Polars (deterministic) | Yes | | Data Dictionary, Description, Tags | AI-generated via describegpt | No — may vary between runs | | Quality assessment narrative | AI-generated | No | | Chart type recommendations | AI-generated | No | | Conclusions and recommendations | AI-generated | No | | Validation methodology review | AI-generated | No |
When these commands produce output, consider appending the appropriate disclaimer:
/data-profile → Medium or Full (contains AI interpretation of statistics)/data-describe → Full (describegpt output is entirely AI-generated)/data-validate → Medium or Full (methodology review is AI-generated)/data-viz → Medium (chart type selection and title framing are AI decisions)/data-clean → Short or None (operations are deterministic; only the choice of operations was AI-guided)/data-join → Short or None (join execution is deterministic)/csv-query → Short or None (SQL results are deterministic)/data-convert → None (purely mechanical format conversion)Some jurisdictions and industries require explicit AI disclosure:
When in doubt, use the Full disclaimer. Over-disclosure is always safer than under-disclosure.
development
Machine-readable journal format for reproducible data analysis operations
documentation
Performance guide covering index files, stats cache, and frequency cache accelerators for qsv
data-ai
Infer a semantic ontology from all files in the working directory - entities, attributes, relationships, domain taxonomy, and cross-file join paths. Outputs ONTOLOGY.md.
development
Create publication-quality visualizations from CSV/TSV/Excel data using Python