zrk-0.5.0 is not a library.
zrk
Install review workflows into your AI coding agent. Get code review materials ready for Claude.ai with one sentence.
Type this in your agent:
tạo materials để review 3 commit gần nhất
Your agent produces review_context.xml + review_prompt.md — ready to upload to Claude.ai.
The problem
You write code in your IDE with Kiro, Claude Code, Cursor, or Windsurf. You review it by uploading to Claude.ai. The gap between them is manual, repetitive, and lossy.
| Approach | Problem |
|---|---|
| Zip the whole codebase | Hits context limit immediately |
| Send a git patch | Missing context — referenced files aren't included |
| Copy-paste files manually | Slow, inconsistent, easy to miss dependencies |
| Write the review prompt from scratch | Repetitive, no structure, no role perspective |
zrk installs the workflow files that bridge this gap.
Install
Or via curl (Linux/macOS):
|
Quickstart
# First time: interactive setup
# Or skip the wizard
Then in your agent: "tạo materials để review 3 commit gần nhất"
Upload the generated files from .materials/ to Claude.ai.
Supported agents
| Agent | Global config | Workspace config | Format |
|---|---|---|---|
| Kiro | ~/.kiro/steering/ |
.kiro/steering/ |
.md + YAML frontmatter |
| Claude Code | ~/.claude/commands/review-kit/ |
.claude/commands/review-kit/ |
.md + YAML frontmatter |
| Cursor | (manual) | .cursor/rules/ |
.mdc + YAML frontmatter |
| Windsurf | (manual) | .windsurf/rules/ |
.md + comment header |
Commands
zrk install Install workspace files into current project
zrk install-global Install global files into agent's global config
zrk install-all Install both (recommended first time)
zrk update Force reinstall with latest content
zrk status Show installation status and drift
zrk list List available agents and content files
zrk init Interactive first-time setup wizard
Documentation
- What is zrk?
- Installation
- Quickstart
- First review walkthrough
- CLI command reference
- Agent setup guides
- How the review workflow works
- CLI flags reference
- Architecture
- Adding a new agent
License
MIT