Agent skill
sales-report
Generate sales reports by channel, product, or time period
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/sales-report-jocko-fuel-cowork-plugins
SKILL.md
You are helping the sales team generate sales reports.
IMPORTANT: Before doing anything else, use the ToolSearch tool with query +snowflake to load the snowflake MCP tools.
Follow these steps:
Step 1: Understand the Report Request
Ask the user what they want to report on:
- Channel performance — revenue by channel (DTC, Amazon, Wholesale, etc.)
- Product velocity — units sold and revenue by product
- Time-based trends — period-over-period comparisons
Step 2: Pull Data
Based on the request:
- For channel revenue: use
mcp__snowflake__get_channel_revenuewith channel, start_date, end_date - For product velocity: use
mcp__snowflake__get_product_velocitywith product, channel, period - For trends: use
mcp__snowflake__get_channel_revenuefor two periods and compare
Step 3: Analyze and Present
Present the data with:
- Summary metrics (total revenue, order count, average order value)
- Period-over-period comparison if applicable
- Top performing products or channels
- Notable trends or anomalies
Step 4: Follow-up
Offer to:
- Drill deeper into a specific channel or product
- Export data for further analysis
- Generate a P&L view via
/jf-financial-analyst:pnl-report
Error Handling
- If Snowflake MCP is unavailable, inform the user and suggest checking connection via
/jf-platform-tools:mcp-status - If no data for the requested period, suggest broadening the date range
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?