src/autoskillit/skills_extended/review-approach/SKILL.md
Research modern solutions and approaches for issues or features proposed in a report or plan. Use when user says "review approach", "review approaches", "research solutions", or wants external validation of a proposed direction.
npx skillsauth add talont-org/autoskillit review-approachInstall 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.
Research modern solutions, approaches, and strategies relevant to the issues or features proposed in a report or plan. Uses web search subagents to gather external perspective and surface options the team may not have considered.
NEVER:
{{AUTOSKILLIT_TEMP}}/review-approach/ directoryrun_in_background: true is prohibited)ALWAYS:
model: "sonnet" when spawning all subagents via the Task tooltemp/review-approach/...
save path to absolute by prepending the full CWD:
review_path = /absolute/cwd/temp/review-approach/{filename}.md
This token is MANDATORY — the pipeline cannot proceed without it.From the report, plan, or conversation context, identify the core problems and proposed features that need external research. Break them into distinct research topics.
Spawn general-purpose subagents (with web search) for each research topic. Each subagent should investigate:
Tailor the search queries to the specific technologies and constraints of the project.
Consolidate subagent findings into a concise review. For each research topic:
Drop anything that doesn't meaningfully inform the decision.
Save to: {{AUTOSKILLIT_TEMP}}/review-approach/review_approach_{topic}_{YYYY-MM-DD_HHMMSS}.md (relative to the current working directory)
# Approach Review: {Topic}
**Date:** {YYYY-MM-DD}
**Source:** {Name of the report/plan being reviewed}
## Context
{Brief statement of the problem and what was proposed}
## Research Findings
### {Research Topic 1}
{What modern solutions exist, trade-offs, relevance to this project}
**Sources:**
- [{title}]({url})
### {Research Topic 2}
{...}
## Recommendations
{What approaches to pursue and why, based on the research}
## Key Takeaways
{Concise bullets — what matters most for the decision at hand}
After saving the review file, emit the structured output token as the very last line of your text output:
IMPORTANT: Emit the structured output tokens as literal plain text with no markdown formatting on the token names. Do not wrap token names in
**bold**,*italic*, or any other markdown. The adjudicator performs a regex match on the exact token name — decorators cause match failure.
review_path = {absolute_path_to_review_file}
development
Generate YAML recipes for .autoskillit/recipes/. Use when user says "make script skill", "generate script", "script a workflow", "write a script", "create a script", "new recipe", "write a pipeline", or when loaded by other skills for script formatting.
data-ai
Create Uncertainty Representation visualization planning spec showing error bar definitions, distribution-aware alternatives, and multi-seed variance protocols. Statistical lens answering "How is uncertainty honestly represented?"
data-ai
Create Temporal Dynamics visualization planning spec showing axis scaling (linear vs log), smoothing disclosure, epoch/step alignment, run aggregation (mean + variance bands), early-stopping markers, and wall-clock vs step-count x-axis. Temporal lens answering "Are training dynamics shown clearly and honestly?"
data-ai
Create Narrative Story Arc visualization planning spec showing visual consistency across the report (same color = same model everywhere), logical figure progression, redundant figure detection, and narrative dependency between figures. Narrative lens answering "Do the figures tell a coherent story across the report?"