rf-reviewer
v0.2.4Motor determinístico para revisar entregáveis de Requisitos Funcionais (Excel): extrai a planilha, deixa o agente preencher a análise cruzada com a memória do projeto, e INJETA a análise de volta na MESMA planilha do cliente de forma mecânica e não-destrutiva (colunas anexadas, original 100% preservado, versionado). Perfis de coluna trocáveis por assunto. Escopo: arquivos TABULARES (xlsx/csv); documentos (pdf/docx/pptx) seguem outro fluxo.
By Allan SantosLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rf-reviewer for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rf-reviewer@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/AllanSantos-DV/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is rf-reviewer/.
Plugin files
├── .claude-plugin/plugin.json├── skills/revisar-rf/SKILL.md└── .mcp.json
Included Skills1
Revisa um entregável de Requisitos Funcionais (RF) em Excel de qualquer projeto usando o MCP rf-engine. A parte mecânica (extrair, montar colunas, formatar, INJETAR a análise de volta na planilha, validar, versionar) é das tools; o julgamento (preencher as colunas por referência cruzada com a memória do projeto, com o project_id da sua memória) é do agente. Use SEMPRE que chegar uma PLANILHA (.xlsx/.csv) de requisitos para analisar/revisar antes de enviar ao cliente. NÃO use para documentos (.pdf/.docx/.pptx) — esses seguem o fluxo de análise de documento.
MCP servers1
- url
- http://127.0.0.1:19847/mcp
Plugin manifests1
{
"name": "rf-reviewer",
"version": "0.2.4",
"displayName": "RF Reviewer — Revisão de Requisitos em Excel",
"description": "Motor determinístico para revisar entregáveis de Requisitos Funcionais (Excel): extrai a planilha, deixa o agente preencher a análise cruzada com a memória do projeto, e INJETA a análise de volta na MESMA planilha do cliente de forma mecânica e não-destrutiva (colunas anexadas, original 100% preservado, versionado). Perfis de coluna trocáveis por assunto. Escopo: arquivos TABULARES (xlsx/csv); documentos (pdf/docx/pptx) seguem outro fluxo.",
"author": {
"name": "Allan Santos"
},
"homepage": "https://github.com/AllanSantos-DV/claude-code-plugins",
"license": "MIT",
"keywords": [
"excel",
"requisitos-funcionales",
"requisitos",
"mcp",
"openpyxl",
"revisao"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rf-reviewer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rf-reviewer)