sungkhum/agent-skills-pack · Archived

copy-review

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.

First seen Mar 12, 2026

Installation

$ npx skills add sungkhum/agent-skills-pack --skill copy-review

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sungkhum/agent-skills-pack.

npx skills add sungkhum/agent-skills-pack

Browse all from sungkhum/agent-skills-pack

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License https://github.com/bmad-code-org/BMAD-METHOD/blob/main/LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 925 B
  • docs SUMMARY.md 192 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

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 defaults
  • reader_type (optional): humans (default) or llm

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.md for the canonical procedure and output format.