When formatting a data report into Markdown: 1. Always start with a single `#` title that names the report and its scope. 2. Use `## Section` headings to separate: Column Statistics, Categorical Columns, Summary. 3. Numeric data belongs in a pipe table with right-aligned numeric columns. 4. The Summary section must restate the record count and list which columns are numeric vs. categorical. 5. Never invent numbers — only report what the stats dict contains. 6. Keep the tone neutral and factua...
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CorvinLabs/CorvinOS --skill report_writing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Report Writing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/corvinlabs-report-writing)More formats (shields.io, HTML) on the badges page.
# report_writing
When formatting a data report into Markdown:
1. Always start with a single `#` title that names the report and its scope.
2. Use `## Section` headings to separate: Column Statistics, Categorical Columns, Summary.
3. Numeric data belongs in a pipe table with right-aligned numeric columns.
4. The Summary section must restate the record count and list which columns are numeric vs. categorical.
5. Never invent numbers — only report what the stats dict contains.
6. Keep the tone neutral and factual; no marketing language.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!