src/dynamic_os/skills/builtins/review_artifact/SKILL.md
Review an existing artifact and return a `ReviewVerdict`. This skill merges the earlier critique wrappers into one generic reviewer skill.
npx skillsauth add szaaaaaa/researchagent src/dynamic_os/skills/builtins/review_artifactInstall 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.
Review an existing artifact and return a ReviewVerdict.
This skill merges the earlier critique wrappers into one generic reviewer skill.
tools
Clarify the user's intent into one of three tiers: a confidently inferred goal, a default-filled goal with explicit assumptions, or a structured reask with option-style questions. The skill uses `ctx.tools.llm_chat()` with a structured JSON schema and emits either `ClarifiedIntent` or `ClarificationRequest`. When previous-round `ClarificationResponse` artifacts are present in `ctx.input_artifacts`, they are folded into the prompt so the LLM can incorporate prior answers.
data-ai
# extract_keywords_v0 (broken baseline) Demo asset for the `reflect_on_failure → optimize_skill` chain. See `run.py` for the deliberate bug.
testing
Use this skill to search papers.
testing
This fixture skill attempts a network call and should be blocked by its own permissions.