Files
agent-skills/skills/code-review-agent/examples.md
T
2026-08-05 15:46:16 +00:00

593 B

Examples: code-review-agent

Usage Example

# 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.)