Schema-driven pre-implementation artifact audit (read-only) plus routing to the right editor
Scanned 9/3/2026
Install to Claude Code
npx -y skills add amauryconstant/openspec-extended --skill osx-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Osx Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/amauryconstant-osx-review)More formats (shields.io, HTML) on the badges page.
---
description: Schema-driven pre-implementation artifact audit (read-only) plus routing to the right editor
license: MIT
allowed-tools: Bash(openspec:*)
name: osx-review
---
Schema-driven, **read-only** audit of planning artifacts in a change. Emits a routing report; never edits files. Editors (`osx-modify-artifacts` or `/opsx:update`) are invoked separately, typically by the user.
> **Store selection** — see `{{PLATFORM_DIR}}/skills/references/store-selection.md`.
## Input
Optionally specify `[change-name] [artifact-id]` after `/{{CMD_PREFIX}}review`. If omitted, the agent infers from context or prompts.
| Input | Behavior |
|-------|----------|
| `/{{CMD_PREFIX}}review add-auth specs/auth` | Audit specific artifact in specific change |
| `/{{CMD_PREFIX}}review add-auth` | Audit the entire change |
| `/{{CMD_PREFIX}}review` | Infer from context or prompt |
## Steps
1. **Load the skill body** — read `{{PLATFORM_DIR}}/skills/osx-review-artifacts/SKILL.md` and follow `## Workflow`. This command wraps that skill; do not duplicate rules here.
2. **Load change context** when needed via `openspec-extended osx ctx get <change>` (per the skill's protocol).
3. **Persist the routing report** once the skill completes its work.
## Guardrails
- **Read-only.** Never edit planning artifacts. The routed editor does the writing.
- **No code edits.** Findings that imply code changes route to `/opsx:apply`.
- **No hardcoded artifact names.** Read ids and paths from `openspec status` and `openspec instructions` JSON.
See `{{PLATFORM_DIR}}/skills/osx-review-artifacts/SKILL.md` for the full contract, output templates, and severity calibration.
<!--
# AUTO-GENERATED from opencode via `mise run sync:mirrors` — do not edit by hand.
Source: resources/opencode/commands/osx-review.md
Regenerate: `mise run sync:mirrors`
-->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!