Add Skill: code-review-agent

Extracted from: https://github.com/itszhaoziyan-n/AgentKit.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-05 15:46:16 +00:00
parent 5f917f4121
commit 730115b418
5 changed files with 125 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Examples: code-review-agent
## Usage Example
```python
# How to use this skill
# Inputs: Repository diff or code changeset (string), User ID (string)
# Process: Step 1: Build the code review graph using `build_graph()` from `agentkit.workflow.code_review.graph` → Step 2: Invoke the graph with initial parameters including the repository diff and user ID, and set thread_id as a configurable parameter → Step 3: The graph processes the input through various steps until completion or human approval is needed
# Outputs: Review result (dictionary containing messages, issues, etc.)
```