Files
nvbench/AGENTS.md
Oleksandr Pavlyk 5db472c8f8 Implemented the NVBench PR review workflow. (#403)
* 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
2026-07-01 19:48:24 +00:00

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.