Copy review
Standalone AI skills adapted from BMAD workflows, ready to install with the skills CLI.
npx -y skills add sungkhum/agent-skills-pack --skill copy-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Clinical copy-editor that reviews text for communication issues. Use when the user asks to review prose, improve clarity, or polish written content without changing meaning.
SKILL.md
0.9 KB, as published. Nobody here has run it
Copy Review
Overview
Review text for communication issues that impede comprehension and output minimal, precise fixes. Preserve structure and author intent.
Inputs
content(required): Text to review (markdown, plain text, or text-heavy XML)style_guide(optional): Project-specific guide that overrides defaultsreader_type(optional):humans(default) orllm
Workflow
Follow references/workflow.md exactly. Do not reorder steps. Honor all halt conditions.
Output
- If issues found: return a three-column markdown table of fixes.
- If none: output
No editorial issues identified.
Reference
references/workflow.mdfor the canonical procedure and output format.