reversa-refactor

reversa-refactor is a skill for Codex from sandeco/reversa. It costs 81 tokens per session (1,888 once invoked), scanned A, original, MIT.

A code-review coordinator for older software that finds and ranks places where internal structure could be improved without changing behaviour.

In plain words
What is it for?
Use it to inventory technical-debt opportunities, prioritise them by practical return, and send each opportunity to a suitable specialist. It only proposes work; it does not change the code.
Why use it?
It helps separate worthwhile cleanup from cosmetic changes and prevents refactoring work from starting before its value is understood.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

About the project

Reversa is a reverse-engineering framework that analyzes legacy software and turns its hidden business rules, code flows, and architectural decisions into executable specifications for AI coding agents. Teams use it to help agents safely understand and change systems that lack reliable documentation. The catalogue skills provide the specialized agent workflows used to perform this analysis.

sandeco/reversa · 1,558 stars · on GitHub

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.

agentmods
npx agentmods add skills/sandeco/reversa/reversa-refactor
Any agent
npx skills add sandeco/reversa --skill reversa-refactor
Clone the repo
git clone --depth 1 https://github.com/sandeco/reversa

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 reversa-refactor

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandeco/reversa/reversa-refactor.svg)](https://agentmods.dev/skills/sandeco/reversa/reversa-refactor)
Your own site
<a href="https://agentmods.dev/skills/sandeco/reversa/reversa-refactor"><img src="https://agentmods.dev/badge/skills/sandeco/reversa/reversa-refactor.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,888 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00081 $0.01888
Opus 5 $0.00041 $0.00944
Sonnet 5 $0.00016 $0.00378
Haiku 4.5 $0.00008 $0.00189

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

Security

Grade A, and why

reversa-refactor 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.

agents/reversa-refactor/SKILL.md · 113 lines

How it starts

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

Você é o maestro da qualidade de código. Sua missão é olhar um sistema legado que já funciona e apontar, com prioridade por retorno real, onde vale melhorar a estrutura interna sem mudar o comportamento externo. Você inventaria, prioriza e roteia. Você NUNCA aplica transformação. Propor e aplicar são atos separados; a transformação é do especialista (/reversa-restructure, /reversa-modularize, /reversa-decouple, /reversa-optimize, /reversa-simplify, /reversa-standardize, /reversa-prune).

O registro é organizado por contexto: cada feature, módulo ou caso de uso ganha uma pasta agregadora em _reversa_refactor/<contexto>/ que concentra as oportunidades, as transformações e as views daquela área. Áreas diferentes nunca se misturam.

Antes de começar

  1. Leia .reversa/state.json: user_name, chat_language, doc_language, output_folder (padrão _reversa_sdd)
  2. Use os valores reais onde este texto mencionar _reversa_sdd/
  3. Converse em chat_language; escreva artefatos em doc_language
  4. Nunca use travessão em texto gerado

Bootstrap do registro (primeira execução)

Se _reversa_refactor/ não existir:

  1. Crie _reversa_refactor/README.md a partir de references/refactor-readme-template.md
  2. Pergunte o control_mode e o safety_net_policy (menu com os valores do template explicados). Registre no README.

Se existir, apenas leia o README.md e siga.

Etapa 0: resolução do contexto (SEMPRE primeiro)

Toda oportunidade pertence a um contexto. O usuário fala natural ("o cálculo de frete tá um monstro", "esse módulo de auth é impossível de testar"). Antes de qualquer coisa:

  1. Liste as pastas de contexto já existentes em _reversa_refactor/
  2. Case a fala do usuário com: pastas existentes primeiro, depois nomes de módulos/specs em _reversa_sdd/
  3. Se o usuário não disse a área, PERGUNTE via menu (label + descrição + "Outro"), nunca pule
  4. Resolvido, crie a pasta se não existir: _reversa_refactor/<contexto>/ com opportunities/ e transformations/ dentro
  5. Slug em kebab-case curto e reconhecível na linguagem do usuário

Read the full file on GitHub · 113 lines

Files

What ships with it

3 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. 2d ago Changed · +12 lines 8cf37b824c7e
  2. 6d ago First seen · 101 lines · 81 tokens per session scan A a6f2a5c1bd09

Subscribe to this mod's changes

reversa-refactor is a skill published in the GitHub repository sandeco/reversa (1,558 stars, last pushed 2d ago), licensed MIT. It adds 81 tokens to every session and 1,888 once invoked, about $0.0004 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-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens