معلومات المصدر
- المستودع
- redhat-et/claw-collections
- آخر نشاط في المصدر
- ١٦ يونيو ٢٠٢٦ في ١٨:٢٧
- لغة SKILL.md المكتشفة
- الإنجليزية
- النجوم
- ٠
- التفرعات
- ٤
خيارات التثبيت
يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.
مراجعة ملفات المصدر
اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.
عرض SKILL.md
SKILL.md
تعليمات المصدر · معاينة للقراءة فقط- name
- variance-analysis
- description
- Produce a structured budget-vs-actual variance analysis
# Variance Analysis
Produce a structured variance analysis comparing budget to
actual figures.
## Required inputs
Ask the user for:
- **Period** (e.g., Q2 2026, June 2026)
- **Line items** or categories to analyze
- **Budget figures** and **actual figures**
- **Materiality threshold** for flagging (default: 5% or $10K)
## Analysis structure
### 1. Summary table
| Line Item | Budget | Actual | Var ($) | Var (%) | Flag |
|-----------|--------|--------|---------|---------|------|
Flag items exceeding the materiality threshold with a marker.
### 2. Favorable / Unfavorable classification
Group variances by:
- **Favorable**: actuals better than budget
- **Unfavorable**: actuals worse than budget
### 3. Root cause commentary
For each flagged variance, provide:
- Likely cause (volume, price, timing, one-time)
- Whether the variance is expected to recur
- Suggested action (investigate, adjust forecast, none)
### 4. Net impact
Summarize the total favorable and unfavorable impact on the
bottom line for the period.
عرض على GitHub