process_change
Process a code diff through a pipeline that classifies intent, reviews for secrets and bugs, and returns a structured PR brief.
Instructions
Process a code change through the Change-Driven pipeline (Flow ④).
Full pipeline: Diff → ChangeSet → Review → Blast Radius → Vault
Classifies intent (bugfix/feature/refactor/test/security/performance), runs code review (hardcoded secrets, TODOs, broad exceptions, unsafe), computes belief impact, and returns a structured PR brief.
Args: diff_text: Raw unified diff text (git diff output) commit_message: Optional commit message for intent classification pr_title: Optional PR title
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_title | No | ||
| diff_text | Yes | ||
| commit_message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |