revisar-minhas-provisoes

revisar-minhas-provisoes is a skill for Claude Code, Codex from gethouston/houston. It costs 161 tokens per session (2,150 once invoked), scanned A, original, MIT.

A live register for accounting provisions, which are estimated amounts recorded for costs or obligations before the final amount is known. It recalculates active balances and identifies possible reversal entries.

In plain words
What is it for?
Use it to list active provisions, check whether any are outdated, and review pending reversal entries for items such as prepaid software, deferred revenue, paid time off, or accrued payroll.
Why use it?
It makes it easier to find stale provisions and see which estimates may need to be reversed in the current period.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to list active provisions, check whether any are outdated, and review pending reversal entries for items such as prepaid software, deferred revenue, paid time off, or accrued payroll.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gethouston/houston/revisar-minhas-provisoes
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 gethouston/houston --skill revisar-minhas-provisoes
Clone the repo
git clone --depth 1 https://github.com/gethouston/houston

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 revisar-minhas-provisoes

README.md
[![agentmods](https://agentmods.dev/badge/skills/gethouston/houston/revisar-minhas-provisoes/github.svg)](https://agentmods.dev/skills/gethouston/houston/revisar-minhas-provisoes)
Your own site
<a href="https://agentmods.dev/skills/gethouston/houston/revisar-minhas-provisoes"><img src="https://agentmods.dev/badge/skills/gethouston/houston/revisar-minhas-provisoes/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 revisar-minhas-provisoes

Your own site · 80×15
<a href="https://agentmods.dev/skills/gethouston/houston/revisar-minhas-provisoes"><img src="https://agentmods.dev/badge/skills/gethouston/houston/revisar-minhas-provisoes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 161 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,150 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00161 $0.02150
Opus 5 $0.00081 $0.01075
Sonnet 5 $0.00032 $0.00430
Haiku 4.5 $0.00016 $0.00215

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

Security

Grade A, and why

revisar-minhas-provisoes 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 9d 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.

store/agents-i18n/pt/bookkeeping/.agents/skills/revisar-minhas-provisoes/SKILL.md · 93 lines

How it starts

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

Revisar Provisões

Registro vivo de cada provisão que os livros carregam. Cada execução recalcula os saldos a partir dos lançamentos contábeis subjacentes, classifica cada linha (active / reversed / stale / written-off), e mostra os candidatos a lançamentos de reversão do período atual. Registro é um documento vivo, reescrito no lugar, NÃO indexado em outputs.json.

Quando usar

  • "liste nossas provisões ativas" / "atualize o registro de provisões".
  • "alguma provisão está vencida" / "algo que eu devesse reverter".
  • "quais lançamentos contábeis de reversão estão pendentes este mês".
  • Chamada pela habilidade run-monthly-close depois das conciliações, antes da habilidade prep-journal-entry disparar o lote de reversão.

Conexões que eu preciso

Eu executo trabalho externo através do Composio. Antes desta habilidade rodar, verifico se as categorias abaixo estão conectadas. Faltando → eu nomeio a categoria, peço para você conectar na aba Integrações, e paro.

  • Nenhuma conexão externa necessária. Eu trabalho inteiramente a partir dos seus lançamentos contábeis existentes, do registro de provisões, e do plano de contas.

Esta habilidade nunca trava por causa de uma conexão faltante.

Informações que eu preciso

Eu leio o seu contexto contábil primeiro. Para cada campo obrigatório que estiver faltando, faço UMA pergunta em linguagem simples (melhor modalidade: aplicativo conectado > envio de arquivo > URL > colar) e espero.

  • Um plano de contas com seções de despesa antecipada, diferido, provisionado, e PTO - Obrigatório. Por quê: eu descubro novas provisões automaticamente varrendo essas seções da demonstração no plano de contas. Se estiver faltando eu pergunto: "Já temos um plano de contas? Se não, vamos elaborar um primeiro para que as linhas de provisão tenham um lugar."
  • Um contexto contábil finalizado - Obrigatório. Por quê: preciso do seu método contábil e do período atual para calcular saldos e reversões. Se estiver faltando eu pergunto: "Já configuramos os livros? Se não, rode a configuração primeiro."
  • Um histórico atual de lançamentos contábeis - Obrigatório. Por quê: eu recalculo o saldo de cada provisão a partir dos lançamentos contábeis que atingem o seu código de conta. Se estiver faltando eu pergunto: "Já processamos algum período? Se não, vamos rodar um fechamento primeiro para que existam lançamentos contábeis para calcular."

Read the full file on GitHub · 93 lines

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. 9d ago First seen · 93 lines · 161 tokens per session scan A d6cb9a896257

Subscribe to this mod's changes

revisar-minhas-provisoes is a skill published in the GitHub repository gethouston/houston (113 stars, last pushed yesterday), licensed MIT. It adds 161 tokens to every session and 2,150 once invoked, about $0.0008 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-03.

Related

Other skills, from other repositories

Redação e Melhoria de Textos sobre Consolidação de Contas com Normas APA

Skill para reescrever ou melhorar seções específicas sobre consolidação de contas (tipos, métodos, processos), respeitando limites estritos de contagem de palavras e incluindo citações e referências bibliográficas formatadas segundo as normas APA.

ECNU-ICALK/AutoSkill · 67 tokens

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens