mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-07-14 11:07:25 +00:00
* Implemented the NVBench PR review workflow.
Added:
- .agents/skills/review-nvbench/SKILL.md:
with /review-nvbench modes: context, feedback, adversarial
- AGENTS.md:
with repo-level PR review guidance
- ci/util/pr_review_context.sh:
executable helper modeled on the CCCL script but adapted for NVIDIA/nvbench
- docs/pr_review.md:
with the human/Codex review workflow and NVBench-specific review focus
* Apply suggestion from @oleksandr-pavlyk
10 lines
647 B
Markdown
10 lines
647 B
Markdown
# Agent Guidance
|
|
|
|
## PR Review Workflow
|
|
|
|
When helping with a pull request review, separate context gathering from review comments. Use the repo-local `review-nvbench` skill when available.
|
|
|
|
The default mode is context gathering: use `ci/util/pr_review_context.sh`, explain the issue, PR intent, implementation strategy, and suggested file review order, but do not produce review findings until the user explicitly asks for feedback. If no issue or PR context is discoverable, explicitly flag that the review is missing required context before proceeding.
|
|
|
|
Follow `docs/pr_review.md` for the full review workflow and NVBench-specific review focus.
|