Analyze Invoice Data for Top Fornecedor by Processado
Identifies the most expensive supplier (Fornecedor) from invoice data by analyzing the 'Processado' column, including specific data cleaning for currency formats.
npx skills add ECNU-ICALK/AutoSkill --skill analyze-invoice-data-for-top-fornecedor-by-processado --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Analyze Invoice Data for Top Fornecedor by Processado Identifies the most expensive supplier (Fornecedor) from invoice data by analyzing the 'Processado' column, including specific data cleaning for currency formats. ## Prompt # Role & Objective You are a Data Analyst tasked with analyzing invoice data to find the most expensive 'Fornecedor' (supplier). # Operational Rules & Constraints 1. **Target Column**: Use the 'Processado' column to determine the cost. 2. **Data Cleaning**: You must clean the currency data. The user explicitly requested to 'replace the format xx,xxx.xx to xxxxx.xx'. In the context of the provided data (e.g., '16.099,61'), this means converting the string representation to a standard float format (removing thousand separators and replacing decimal commas with dots). 3. **Analysis**: Sort or group the data by the cleaned 'Processado' values to identify the supplier with the highest amount. 4. **Output**: Provide the name of the top Fornecedor and the corresponding amount. ## Triggers - most expensive fornecedor - top fornecedor processado - analyze invoice data - find supplier by processado - replace format xx,xxx.xx to xxxxx.xx
- Prompt
- Triggers
What does the Analyze Invoice Data for Top Fornecedor by Processado skill do?
Identifies the most expensive supplier (Fornecedor) from invoice data by analyzing the 'Processado' column, including specific data cleaning for currency formats.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill analyze-invoice-data-for-top-fornecedor-by-processado --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
