@renfeng/ai-code-review 1.1.0 → 1.1.1
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 +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ Two MCP servers from the `ai-code-review` npm package:
|
|
|
14
14
|
|
|
15
15
|
| Skill | Description | Install URL |
|
|
16
16
|
|-------|-------------|-------------|
|
|
17
|
-
| `code-change-review` | Platform-agnostic diff analysis. Traces callers, types, imports, tests. Produces structured findings JSON. | [
|
|
18
|
-
| `gitlab-mr-review` | End-to-end GitLab MR review. Clones, analyzes, posts draft notes, publishes with verdict. Supports batch reviews. | [
|
|
19
|
-
| `gitlab-todo-triage` | GitLab todo list cleanup. Marks merged/closed/draft MRs as done, delegates open MRs for review. | [
|
|
17
|
+
| `code-change-review` | Platform-agnostic diff analysis. Traces callers, types, imports, tests. Produces structured findings JSON. | [`skills/code-change-review`](skills/code-change-review) |
|
|
18
|
+
| `gitlab-mr-review` | End-to-end GitLab MR review. Clones, analyzes, posts draft notes, publishes with verdict. Supports batch reviews. | [`skills/gitlab-mr-review`](skills/gitlab-mr-review) |
|
|
19
|
+
| `gitlab-todo-triage` | GitLab todo list cleanup. Marks merged/closed/draft MRs as done, delegates open MRs for review. | [`skills/gitlab-todo-triage`](skills/gitlab-todo-triage) |
|
|
20
20
|
|
|
21
21
|
## Installation
|
|
22
22
|
|
|
@@ -32,9 +32,9 @@ Each skill can be imported independently:
|
|
|
32
32
|
|
|
33
33
|
In Kiro: Agent Steering & Skills → `+` → Import a skill → GitHub → paste the skill subdirectory URL:
|
|
34
34
|
|
|
35
|
-
- [code-change-review](
|
|
36
|
-
- [gitlab-mr-review](
|
|
37
|
-
- [gitlab-todo-triage](
|
|
35
|
+
- [code-change-review](skills/code-change-review)
|
|
36
|
+
- [gitlab-mr-review](skills/gitlab-mr-review)
|
|
37
|
+
- [gitlab-todo-triage](skills/gitlab-todo-triage)
|
|
38
38
|
|
|
39
39
|
## Prerequisites
|
|
40
40
|
|
|
@@ -64,7 +64,7 @@ The power uses `npx @renfeng/ai-code-review@latest` to run the MCP servers. Afte
|
|
|
64
64
|
|
|
65
65
|
## Agent Setup
|
|
66
66
|
|
|
67
|
-
The `gitlab-mr-review` skill delegates code analysis to a `Code Change Reviewer` subagent. The skill automatically creates the agent on first use via `custom-agent-creator`, using the definition in [
|
|
67
|
+
The `gitlab-mr-review` skill delegates code analysis to a `Code Change Reviewer` subagent. The skill automatically creates the agent on first use via `custom-agent-creator`, using the definition in [`skills/gitlab-mr-review/references/code-change-reviewer-agent.md`](skills/gitlab-mr-review/references/code-change-reviewer-agent.md).
|
|
68
68
|
|
|
69
69
|
## Troubleshooting
|
|
70
70
|
|