Markdown compatibility1 detected · 1 enabled · 0 broken links · mkdocs docs
- HomeREADME.md
- Getting starteddocs/getting-started.md
- Core conceptsdocs/core-concepts.md
- Demo walkthroughdocs/demo-walkthrough.md
- Review pull requestsdocs/review-pull-requests.md
- Review repository branchesdocs/review-repository-branches.md
- Draft reviewsdocs/draft-reviews.md
- Brainstorming Reviewsdocs/brainstorming-reviews.md
- Live Preview Reviewsdocs/web-app-reviews.md
- Commentary Formsdocs/commentary-forms.md
- Review progressdocs/review-progress.md
- Review modesdocs/review-modes.md
- Workspacedocs/workspace.md
- Markdown renderingdocs/markdown-rendering.md
- Markdown extensionsdocs/markdown-extensions.md
- Static HTML reviewdocs/static-html-review.md
- Knowledge Braindocs/knowledge-brain.md
- Access and authenticationdocs/access-and-authentication.md
- Developer accessdocs/developer-access.md
- Generate a GitHub PATdocs/generate-a-github-pat.md
- Azure DevOpsdocs/azure-devops.md
- Commentary CLIdocs/commentary-cli.md
- Agent skillsCurrent page
- API and MCPdocs/api-and-mcp.md
- API referencedocs/api/reference.md
- MCP toolsdocs/api/mcp-tools.md
- Blogdocs/blog.md
- Troubleshooting and FAQdocs/troubleshooting-and-faq.md
- MkDocsMkDocs rendering is enabled. MkDocs-specific syntax remains visible as ordinary Markdown when compatibility rendering is unavailable.
Agent Skills
Commentary publishes portable agent skills for review workflows.
Project: commentary-dev/commentary-skills
Available Skills
commentary-draft-review: use the Commentary CLI for live collaborative review of local Markdown, MDX, static HTML, and plain text artifacts.commentary-brainstorm-review: apply accepted consensus changes from Commentary Brainstorming Reviews through MCP-only or local file-backed workflows.
When To Use Them
Use commentary-draft-review when an agent is creating or editing a local text artifact and a human should review it in Commentary before the work is committed.
Use commentary-brainstorm-review when a Commentary review is in Brainstorming mode and the agent should apply only accepted consensus changes.
The skills keep the same product boundaries as Commentary:
- use Commentary for review transport, comments, revisions, sharing, and consensus state
- keep local files as the editing surface for file-backed workflows
- use MCP only when the review is remote-only and the connected MCP tools expose the needed operations
- do not create Git branches, commits, pull requests, or provider reviews unless the user separately asks for that Git work
- do not store tokens, private review URLs, reviewer identities, or access grants in repository files
Install Options
Skill-compatible agents can use the skill folders from the public repository.
GitHub Copilot cloud agent users can install the skills with GitHub CLI 2.90.0 or later:
gh skill preview commentary-dev/commentary-skills commentary-draft-review gh skill install commentary-dev/commentary-skills commentary-draft-review gh skill preview commentary-dev/commentary-skills commentary-brainstorm-review gh skill install commentary-dev/commentary-skills commentary-brainstorm-review
GitHub Copilot CLI users can install the commentary-review plugin from the repository marketplace:
copilot plugin marketplace add commentary-dev/commentary-skills copilot plugin install commentary-review@commentary-skills
Claude Code users can add the repository as a plugin marketplace and install the commentary-review plugin:
/plugin marketplace add commentary-dev/commentary-skills /plugin install commentary-review@commentary-skills
See Commentary CLI, Draft reviews, and Brainstorming Reviews.