Vectora Code Review

Vectora Code Review is a skill for Claude Code, Codex from vectora-ltda/vectora. It costs 20 tokens per session (117 once invoked), scanned A, original, no licence file.

A structured code-review workflow that records evidence, risks, and tests. Code review is the process of examining changes for defects and maintainability before they are accepted.

In plain words
What is it for?
Use it to inspect code changes, document supporting evidence, identify risks, and note relevant tests.
Why use it?
It gives a review a repeatable structure instead of relying on informal comments or guesses.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to inspect code changes, document supporting evidence, identify risks, and note relevant tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vectora-ltda/vectora/code-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vectora-ltda/vectora --skill code-review
Clone the repo
git clone --depth 1 https://github.com/vectora-ltda/vectora

Made for: Claude Code, 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 Vectora Code Review

README.md
[![agentmods](https://agentmods.dev/badge/skills/vectora-ltda/vectora/code-review/github.svg)](https://agentmods.dev/skills/vectora-ltda/vectora/code-review)
Your own site
<a href="https://agentmods.dev/skills/vectora-ltda/vectora/code-review"><img src="https://agentmods.dev/badge/skills/vectora-ltda/vectora/code-review/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 Vectora Code Review

Your own site · 80×15
<a href="https://agentmods.dev/skills/vectora-ltda/vectora/code-review"><img src="https://agentmods.dev/badge/skills/vectora-ltda/vectora/code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 117 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 unknown 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.00020 $0.00117
Opus 5 $0.00010 $0.00059
Sonnet 5 $0.00004 $0.00023
Haiku 4.5 $0.00002 $0.00012

Measured 2d ago against content hash a31745de0c52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

Vectora Code Review 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 2d ago.

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.

skills/official/code-review/SKILL.md · 17 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 2d ago First seen · 17 lines · 20 tokens per session scan A a31745de0c52

Subscribe to this mod's changes

Vectora Code Review is a skill published in the GitHub repository vectora-ltda/vectora (1 stars, last pushed today), with no licence file. It adds 20 tokens to every session and 117 once invoked, about $0.0001 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-10.

Related

Other skills, from other repositories

code-review

Reviews Spec Kit code changes for positive and negative test coverage, regression evidence for bug fixes, and consistent repository terminology. Use when reviewing a diff or pull request. Do not use for implementing changes or posting GitHub review actions.

github/spec-kit · 48 tokens

ce-code-review

Review a named diff or PR for bugs, regressions, tests, and standards. Use when asked to review code or when a shipping skill needs a review receipt. Use when asked to apply this review's findings locally. Use ce-resolve-pr-feedback for feedback already left on a PR.

EveryInc/compound-engineering-plugin · 62 tokens

ce-resolve-pr-feedback

Resolve PR review feedback. Use when addressing feedback already left on a PR. Not for reviewing the code before feedback exists; that is ce-code-review.

EveryInc/compound-engineering-plugin · 36 tokens

api-design-reviewer

Use when reviewing a proposed REST or GraphQL API change before merge — checks contract clarity, backwards compatibility, errors, pagination, auth, and naming.

oxbshw/LLM-Agents-Ecosystem-Handbook · 35 tokens

code-review

Code review discipline: the approval bar is "improves code health," not "perfect," Fowler's code-smell catalog gives design/complexity concerns a name instead of a vague feeling, and small PRs keep review depth from degrading. Use when reviewing a pull request or diff, requesting a review, deciding whether a change is…

aethrox/doctrine · 78 tokens

improve-codebase-architecture

Scan a codebase (or a named area of one) for architectural friction, classify each finding by how it was incurred, and propose deepening opportunities in priority order. Use when the user wants an architecture review, asks where the design is causing pain, wants technical debt surfaced and prioritized, or asks what to…

aethrox/doctrine · 73 tokens