job-costing-analyzer

Analyze job costing data and generate variance reports with trend analysis.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/garethdaine/agent --skill job-costing-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-costing-analyzer
Source: https://github.com/garethdaine/agent/tree/main/skill-library/skills/job-costing-analyzer
Command: npx skills add https://github.com/garethdaine/agent --skill job-costing-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the analysis of project costs, comparing actual expenditure against budgets to identify overruns and provide actionable insights for project managers.

Core Features & Use Cases

  • Budget vs. Actual Analysis: Compares budgeted amounts with committed and actual costs.
  • Earned Value Management: Calculates key metrics like CPI and SPI.
  • Variance Reporting: Identifies and explains top cost overruns.
  • Use Case: A project manager can use this skill at month-end to quickly generate a report detailing where project costs are deviating from the budget, helping them to control spending and forecast final project costs accurately.

Quick Start

Analyze the provided job costing data file named 'project_costs.csv' and generate a markdown report.

Frequently Asked Questions about job-costing-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze job costing data and identify construction cost overruns by trade?

Analyzing job costing data involves comparing actual project costs against budgeted estimates to identify overruns by trade or phase. This Skill automates that process by calculating earned value metrics and producing variance reports with trend analysis.

What format does project cost data need to be in for budget variance analysis?

Project cost data needs to be in CSV or JSON format for budget variance analysis. The input file must contain specific fields including cost code, description, budget, committed, actual, and forecast to accurately identify cost overruns.

How do I calculate earned value metrics like CPI and SPI for facilities projects?

Calculating earned value metrics like CPI and SPI is done by comparing your budgeted, committed, and actual costs. This Skill automatically computes these indices from your CSV or JSON data to measure project cost performance.

Can I use this for month-end project cost reporting and final cost forecasting?

Yes, you can use this for month-end project cost reporting and final cost forecasting. It compares budgeted amounts with committed and actual costs, identifies top overruns, and helps project managers control spending and forecast final costs.

What is the best way to generate a markdown variance report from a project_costs.csv file?

The best way to generate a markdown variance report is to feed your project_costs.csv file directly into the Skill. It analyzes the data, identifies cost overruns, calculates earned value, and outputs an actionable markdown report detailing budget deviations.