prr-kit 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,12 +7,15 @@
|
|
|
7
7
|
[](https://www.npmjs.com/package/prr-kit)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
[](https://nodejs.org)
|
|
10
|
-
[](https://prrkit.sitenow.cloud)
|
|
11
|
+
[](https://prrkit.sitenow.cloud/docs)
|
|
11
12
|
|
|
12
13
|
> AI-driven Pull Request code review — structured, multi-perspective, actionable.
|
|
13
14
|
|
|
14
15
|
Module system, agent YAML, step-file workflows, CLI installer with full IDE integration.
|
|
15
16
|
|
|
17
|
+
**[🌐 Website](https://prrkit.sitenow.cloud)** **[📖 Full Documentation](https://prrkit.sitenow.cloud/docs)**
|
|
18
|
+
|
|
16
19
|
## Quick Start
|
|
17
20
|
|
|
18
21
|
```bash
|
|
@@ -26,7 +29,10 @@ npx pr-review install
|
|
|
26
29
|
npx prr-kit install --directory /path/to/repo --modules prr --tools claude-code --yes
|
|
27
30
|
```
|
|
28
31
|
|
|
29
|
-
Then open your IDE in the installed project and use
|
|
32
|
+
Then open your IDE in the installed project and use one of these commands to start:
|
|
33
|
+
|
|
34
|
+
- `/prr-quick` — one command, full pipeline (select PR → review → report)
|
|
35
|
+
- `/prr-master` — full menu with all options
|
|
30
36
|
|
|
31
37
|
## How It Works
|
|
32
38
|
|