microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/devcontainer-python-uv-887

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/prompts/code-review/functional-code-review.prompt.md

17lines · modepreview

---
description: "Pre-PR branch diff review for functional correctness, error handling, edge cases, and testing gaps - Brought to you by microsoft/hve-core"
agent: functional-code-review
argument-hint: "[baseBranch=origin/main]"
---

# Functional Code Review

## Inputs

* ${input:baseBranch:origin/main}: (Optional) Comparison base branch. Defaults to `origin/main`.

## Requirements

Run the functional-code-review agent to analyze the current branch diff against the base branch.

The agent reviews changed files through five focus areas: Logic, Edge Cases, Error Handling, Concurrency, and Contract. It produces a severity-ordered report with numbered findings, concrete code fixes, and testing recommendations.