slide-excellence

Solid

The one review fan-out for a deck - visual audit, pedagogical review (with the devil's-advocate challenges), proofreading, fact check against the deck's declared sources, and a render audit of full-deck screenshots, run as parallel subagents and synthesized. Use for a comprehensive quality check before milestones, or when the user says "review the deck", "proofread", "pedagogy review", "fact check", or "challenge the slides".

Code & Development 5 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Slide Excellence Review Run a comprehensive multi-dimensional review of a Quarto deck. Up to five components run independently and in parallel, then the results are synthesized into one summary. This is the one fan-out: the former standalone proofreading, pedagogy, and devil's-advocate skills were folded in here, and the fact check and render audit joined in WP6. **Read-only.** No agent edits a source file. Fixes are applied separately after the presenter reviews the reports. ## Steps ### 1. Resolve the deck and capture its premises `$ARGUMENTS` is a deck name (bare name or `genre/name`). Resolve paths through the scripts, never by hand, and capture three things every agent will receive: ```bash QMD=$(python3 scripts/deckpath.py <Deck> --field qmd) PROFILE_JSON=$(python3 scripts/deckprofile.py <Deck>) # resolved profile, as JSON DECK_YML=$(cat "$(python3 scripts/deckpath.py <Deck> --field config)") # <deck>.deck.yml verbatim ``` If the deck predates `/new-deck` and has no `deck.yml`, `DECK_YML` is empty: say so, and the agents review against the genre's default profile (the profile JSON still resolves). Set `DATE` to today as `YYYY-MM-DD`. All reports for this run go under `quality_reports/reviews/` (`mkdir -p` it): | Component | Report | |---|---| | slide-auditor | `quality_reports/reviews/<Deck>-visual-<DATE>.md` | | pedagogy-reviewer | `quality_reports/reviews/<Deck>-pedagogy-<DATE>.md` | | proofreader | `quality_reports/reviews/<Deck>-proofread-<DATE...

Details

Author
alohays
Repository
alohays/paper2pr
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category