review-trtmc-pr

review-trtmc-pr is a skill for Codex from NVIDIA/TensorRT-Model-Connect. It costs 98 tokens per session (3,858 once invoked), scanned A, original, Apache-2.0.

A code-review workflow for TensorRT-Model-Connect, a project that connects NVIDIA TensorRT models and tools. It checks a GitHub pull request or local branch against the current architecture, repository rules, and validation evidence.

In plain words
What is it for?
Use it for contributor self-review, pull-request review, architecture checks, and verifying that claimed tests match the reviewed code.
Why use it?
It helps reviewers inspect the exact code being proposed and avoid approving changes based on an outdated branch or incomplete testing.

Skill for Codex ✓ vendor

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is PYTHONPATH=core/builder:apps/benchmark:. python3 tools/test_impact.py --validate.

Good fit Use it for contributor self-review, pull-request review, architecture checks, and verifying that claimed tests match the reviewed code.

Compare 6 skills from other repositories ↓
About the project

NVIDIA/TensorRT-Model-Connect is a collection of C++ reference implementations for deploying supported Hugging Face models with NVIDIA TensorRT, a system that runs trained models to produce inference results. It is for developers who want to build and run supported models or evaluate model integrations through TensorRT. The catalogue entries provide skills and instructions for using this model deployment workflow.

NVIDIA/TensorRT-Model-Connect · 237 stars · on GitHub · nvidia.github.io

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/NVIDIA/TensorRT-Model-Connect
agentmods
npx agentmods add skills/nvidia/tensorrt-model-connect/review-trtmc-pr

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review-trtmc-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/nvidia/tensorrt-model-connect/review-trtmc-pr/github.svg)](https://agentmods.dev/skills/nvidia/tensorrt-model-connect/review-trtmc-pr)
Your own site
<a href="https://agentmods.dev/skills/nvidia/tensorrt-model-connect/review-trtmc-pr"><img src="https://agentmods.dev/badge/skills/nvidia/tensorrt-model-connect/review-trtmc-pr/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review-trtmc-pr

Your own site · 80×15
<a href="https://agentmods.dev/skills/nvidia/tensorrt-model-connect/review-trtmc-pr"><img src="https://agentmods.dev/badge/skills/nvidia/tensorrt-model-connect/review-trtmc-pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,858 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.03858
Opus 5 $0.00049 $0.01929
Sonnet 5 $0.00020 $0.00772
Haiku 4.5 $0.00010 $0.00386

Measured today against content hash f0afbe91e66a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

review-trtmc-pr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/trtmc-agent-skills/skills/review-trtmc-pr/SKILL.md · 352 lines

How it starts

The opening of the file, as written. The whole thing — 352 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Review TRTMC PR

Review Contract

  • Review an explicit comparison: the exact PR base and head in pull-request mode, or the fetched canonical main, local HEAD, and disclosed working tree state in local self-review mode. Never substitute a remembered branch.
  • Treat the canonical NVIDIA/TensorRT-Model-Connect:main, root AGENTS.md, CONTRIBUTING.md, and current architecture documents as authoritative. PR #1093 explains the cutover but is historical rationale, not a substitute for current code and policy.
  • Review changed behavior and newly relied-on behavior. Do not charge the PR for unrelated, unchanged migration debt.
  • Keep the PR and contributor branch unchanged. Do not approve, request changes, comment, label, trigger CI, push, or edit code unless the user explicitly asks for that separate action.
  • Treat fork code as untrusted. Inspect it in a detached temporary worktree; never run it on a privileged or protected runner and never expose secrets.
  • An absence of findings is not proof of correctness. State untested paths and unresolved evidence explicitly.

Select The Review Mode

  • Use pull-request mode when given a PR number or URL. Prefer this mode for the final contributor self-review because it includes the exact remote head, PR description, commits, linked issue, and current checks.
  • Use local self-review mode when asked to review a branch before a PR exists. Include committed changes and disclose staged, unstaged, and untracked files. A dirty working tree cannot receive a ready-to-submit result because its uncommitted content has no immutable reviewed head.

For contributor self-review, remain read-only and tell the contributor whether the self-review checkbox can honestly be selected. Do not mark the PR ready, push, commit, edit files, or publish comments unless separately requested.

Establish The Pull-Request Baseline

Record the repository, PR number, base SHA, head SHA, author, linked issue, current review state, and check state. Refresh remote information instead of using a prior session or stale local ref.

Read the full file on GitHub · 352 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 352 lines · 98 tokens per session scan A f0afbe91e66a

Subscribe to this mod's changes

review-trtmc-pr is a skill published in the GitHub repository NVIDIA/TensorRT-Model-Connect (237 stars, last pushed yesterday), licensed Apache-2.0. It adds 98 tokens to every session and 3,858 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-08.

Related

Other skills, from other repositories

graphsignal-profiler

Set up the Graphsignal Profiler for inference workloads — vLLM, SGLang, PyTorch, and dstack services. Use when the user wants GPU profiling, tracing, or monitoring for inference, asks about graphsignal-run or graphsignal.watch(), or asks about CUPTI / Prometheus / OTLP setup.

graphsignal/graphsignal-profiler · 74 tokens

change-review

Interactive AI skill (Claude Code or Codex) for reviewing dispatch-completed changes. Uses branch-centric review, performs hard checks and three-dimension Verify before merge, then publishes specs/archive/backlog updates through a recoverable governance PR. Use when dispatch runner has completed task groups (status…

lupingluke-ai/general-ai-spec · 67 tokens

review-implement-phase

Implements triaged review actions, commits focused fixes, and posts Done plus resolves threads. Use when the user wants only the implementation phase of the review-framework workflow.

prisma/orm · 38 tokens

engram-branch-pr

PR creation workflow for Engram following the issue-first enforcement system. Trigger: When creating a pull request, opening a PR, or preparing changes for review.

Gentleman-Programming/engram · 37 tokens

verify-behavior

Verify or reproduce visible product behavior by driving the real UI with pi-computer-use's checked tools, requiring verified expect postconditions and durable state evidence for meaningful UI flows. Use when triage needs visual reproduction, implementation needs behavioral proof, review needs interactive confirmation…

nicknisi/dotfiles · 68 tokens

github-contributor

End-to-end playbook for shipping high-quality pull requests to open-source projects you don't maintain — discovery, CONTRIBUTING compliance, PR-size check, minimal-diff implementation, PR description with AI-assisted disclosure, conflict resolution, and post-submission maintainer interaction. Use whenever creating…

daymade/claude-code-skills · 133 tokens