rvue-cli
v0.2.1
Published
Team intelligence for AI coding agents. Extract conventions, anti-patterns, and domain knowledge from your codebase and PR history.
Maintainers
Readme
rvue
Team intelligence for AI coding agents. Extract conventions, anti-patterns, and domain knowledge from your codebase and PR history - then deliver it to Cursor, Claude Code, and other AI tools.
Quick start
npx rvue-cli login
npx rvue-cli enableThis scans your repo, analyzes PR history with AI, and generates:
.rvue/intelligence.json- structured team intelligence.cursor/skills/rvue-team-intel/- Agent Skill for CursorAGENTS.md- entry point for Claude Code and similar tools
Commands
| Command | Description |
| ------------------- | ----------------------------------------------------------- |
| rvue login | Authenticate with GitHub OAuth |
| rvue enable | Scan repo and generate intelligence |
| rvue sync | Incrementally update with latest PRs |
| rvue show <type> | Display conventions, anti-patterns, knowledge, or reviewers |
| rvue check <file> | Validate a file against team conventions |
| rvue mcp-install | Set up MCP server for Cursor |
| rvue setup-action | Generate GitHub Actions workflow for auto-sync |
| rvue token create | Create API token for CI/CD |
CI/CD
- name: Sync rvue intelligence
run: npx rvue-cli@latest sync --ci
env:
RVUE_TOKEN: ${{ secrets.RVUE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}Install globally
npm install -g rvue-cli
rvue enableAfter global install, the command is just rvue (not rvue-cli).
Documentation
Full docs at rvue.dev/docs
License
MIT
