Skip to content

Commit 157ad63

Browse files
committed
feat: Introduce [EFFORT_PROFILE] to pr-review skill for explicit Native Graph categorization (#9851)
1 parent 1186f91 commit 157ad63

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.agent/skills/pr-review/assets/pr-review-template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* **`[PRODUCTIVITY]`**: [0-100] - [Brief justification]
1414
* **`[IMPACT]`**: [0-100] - [Brief justification]
1515
* **`[COMPLEXITY]`**: [0-100] - [Brief justification]
16+
* **`[EFFORT_PROFILE]`**: [Quick Win | Heavy Lift | Maintenance | Architectural Pillar] - [Brief justification]
1617

1718
---
1819

.agent/skills/pr-review/references/pr-review-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Every PR review MUST score the work across the following categories on a scale o
2626
* **`[PRODUCTIVITY]`** (0-100): Were the primary goals of the linked ticket achieved?
2727
* **`[IMPACT]`** (0-100): What is the significance of the change? (100 = critical framework architecture, 10 = trivial typo fix).
2828
* **`[COMPLEXITY]`** (0-100): Factor in file touchpoints, depth of changes (core vs. app-level), and cognitive load.
29+
* **`[EFFORT_PROFILE]`**: Categorize the effort relative to the Impact/Complexity ratio to establish explicit Native Graph labels. Valid values are: `Quick Win` (High ROI/Low Complexity), `Heavy Lift` (High Complexity/High Impact), `Maintenance` (Routine tasks), or `Architectural Pillar` (Fundamental shifts).
2930

3031
## 4. Graph Ingestion Tags
3132
To bridge the gap between human/agent code review and the internal Agent OS memory, you MUST use the following explicit markdown tags for any critical feedback.

0 commit comments

Comments
 (0)