Add Skill: code-review-agent-workflow

Extracted from: https://github.com/itszhaoziyan-n/AgentKit.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-05 15:14:49 +00:00
parent dc40d4c0db
commit b30ca24988
5 changed files with 126 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: code-review-agent-workflow
## Usage Example
```python
# How to use this skill
# Inputs: Sample diff of code changes (str), Repo context (dict)
# Process: Step 1: Build the graph for the code review agent using `build_graph()` from `agentkit.workflow.code_review.graph` → Step 2: Invoke the graph with initial parameters including sample diff, repo context, user ID, and other metadata → Step 3: The graph processes the input through a series of steps, generating messages and issues as it progresses
# Outputs: Final result containing processed messages and issues (dict)
```