JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 29
  • Score
    100M100P100Q86955F
  • License MIT

AI-native skills, commands, and reviewer personas for Open Code Review

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@open-code-review/agents) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @open-code-review/agents

    AI-native skills, commands, and reviewer personas for Open Code Review.

    Overview

    This package contains static assets for AI-powered code review:

    • Skills (skills/ocr/) - Core skill definitions and workflow references
    • Commands (commands/) - Slash command definitions for AI tools

    Installation

    Option 1: CLI (Multi-Tool Support)

    Works with Claude Code, Cursor, Windsurf, and 10+ other AI tools:

    npx @open-code-review/cli init

    Option 2: Claude Code Plugin

    Native Claude Code integration with automatic updates:

    # Add the marketplace
    /plugin marketplace add open-code-review/open-code-review
    
    # Install the plugin
    /plugin install open-code-review

    Or test locally:

    claude --plugin-dir ./packages/agents

    Package Structure

    packages/agents/
    ├── .claude-plugin/
    │   └── plugin.json       # Claude Code plugin manifest
    ├── commands/             # Slash commands (→ /open-code-review:review)
    │   ├── review.md
    │   ├── doctor.md
    │   └── ...
    └── skills/
        └── ocr/              # Main OCR skill
            ├── SKILL.md      # Core Tech Lead skill
            ├── AGENTS.md     # AI assistant instructions
            ├── references/   # Workflow, reviewers, etc.
            └── assets/       # Templates, config

    Skills (skills/ocr/)

    File Description
    SKILL.md Core Tech Lead skill definition
    AGENTS.md Instructions for AI assistants
    references/workflow.md 8-phase review workflow
    references/synthesis.md Finding synthesis guide
    references/discourse.md Multi-agent discourse rules
    references/reviewers/*.md Reviewer persona definitions
    assets/config.yaml Configuration template (installed to .ocr/config.yaml)

    Commands (commands/)

    Command CLI Format Plugin Format
    review.md /ocr:review /open-code-review:review
    doctor.md /ocr:doctor /open-code-review:doctor
    reviewers.md /ocr:reviewers /open-code-review:reviewers
    history.md /ocr:history /open-code-review:history
    show.md /ocr:show /open-code-review:show
    post.md /ocr:post /open-code-review:post

    License

    MIT