reconciliation

tarafından google-gemini

Yüklenen giderleri önceden ayrıştırılmış fatura veritabanıyla mutabakat sağlayarak, tutar uyuşmazlıkları, eksik faturalar ve tüccar uyuşmazlıkları gibi farklılıkları işaretler…

npx skills add https://github.com/google-gemini/gemini-managed-agents-templates --skill reconciliation

Reconciliation

Reconcile expenses from expenses.csv against the pre-parsed invoice database (parsed_invoices.json) completely locally (offline). It compares records, performs fuzzy merchant matching, and generates a detailed discrepancies report.

Embedded Script

python3 skills/reconciliation/scripts/reconcile.py --workspace .agents/workspace

Arguments

ArgumentDefaultDescription
--workspace.agents/workspaceWorkspace directory containing expenses.csv and parsed_invoices.json
--tolerance0.01Amount match tolerance in dollars

What it does

  1. Loads expenses.csv from .agents/workspace/ (columns: date, employee, merchant, category, amount, memo).
  2. Loads parsed_invoices.json from .agents/workspace/ (generated by the pdf-parsing skill).
  3. Performs local fuzzy matching between expenses and invoice records (normalized merchant names, amount tolerance).
  4. Flags discrepancies: Amount Mismatch, Missing Invoice, Unmatched Invoice, Merchant Mismatch.
  5. Generates .agents/workspace/reconciliation_report.md with summary stats and discrepancy tables.
  6. Generates .agents/workspace/reconciliation_data.json with machine-readable matched results.

Dependencies

None! This script runs 100% locally with zero external API calls.

Discrepancy Types

TypeDescription
Amount MismatchExpense and invoice matched by merchant but amounts differ beyond tolerance
Missing InvoiceExpense record exists with no matching invoice document
Unmatched InvoiceInvoice document exists with no matching expense record
Merchant MismatchExpense and invoice matched by amount but merchant names differ significantly

Output

FilePathDescription
Reconciliation Report.agents/workspace/reconciliation_report.mdHuman-readable markdown report with summary stats, discrepancy table, and matched items
Reconciliation Data.agents/workspace/reconciliation_data.jsonStructured JSON with expenses, invoices, matches, and discrepancies

google-gemini tarafından daha fazla skill

greeter
google-gemini
Dostça bir karşılama becerisi
official
code-reviewer
google-gemini
Yerel değişiklikler ve uzak pull request'ler için otomatik kod incelemesi; doğruluk, bakım kolaylığı ve güvenlik açısından yapılandırılmış analiz sunar. Hem yerel dosya sistemi değişikliklerini (aşamalı ve aşamasız) hem de otomatik GitHub CLI checkout ile uzak PR'ları (numara veya URL ile) destekler. Kodu yedi boyutta analiz eder: doğruluk, bakım kolaylığı, okunabilirlik, verimlilik, güvenlik, uç durum yönetimi ve test kapsamı. İsteğe bağlı ön doğrulama test paketlerini (ör. npm run preflight) çalıştırarak...
official
review-duplication
google-gemini
Kod incelemeleri sırasında, kod tabanında yinelenen işlevsellik, yeniden icat edilmiş tekerlekler veya mevcut yapıların yeniden kullanılmaması durumlarını proaktif olarak araştırmak için bu beceriyi kullanın.
official
gemini-api-cli
google-gemini
Gemini API CLI aracını kullanma kılavuzu. Gemini API ile komut satırı üzerinden etkileşim kurmanız, aracıları yönetmeniz veya medya (görseller, …) oluşturmanız gerektiğinde kullanın.
official
agent-tui
google-gemini
Main Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications…
official
async-pr-review
google-gemini
Kullanıcı asenkron bir PR incelemesi başlatmak, bir PR üzerinde arka plan kontrolleri yapmak veya daha önce başlatılmış bir asenkron PR’nin durumunu kontrol etmek istediğinde bu yeteneği tetikleyin…
official
behavioral-evals
google-gemini
Davranışsal değerlendirmeler oluşturma, çalıştırma, düzeltme ve teşvik etme rehberi. Ajan karar mantığını doğrularken, hataları ayıklarken, prompt hatalarını ayıklarken kullanın…
official
ci
google-gemini
Gemini CLI için yüksek performanslı, hızlı başarısız olma özelliği sunan özel bir beceri
official