procurement-summarization

Aggregate procurement case data into consolidated executive summaries.

34|13|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Happy-Technologies-LLC/happy-servicenow-skills --skill procurement-summarization
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: procurement-summarization
Source: https://github.com/Happy-Technologies-LLC/happy-servicenow-skills/tree/main/skills/procurement/procurement-summarization
Command: npx skills add https://github.com/Happy-Technologies-LLC/happy-servicenow-skills --skill procurement-summarization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline procurement management by automatically summarizing active cases, communications, approvals, spend, and pipeline status into a concise, decision-ready briefing.

Core Features & Use Cases

  • Retrieve and consolidate procurement case details from the sn_proc_case table for quick situational awareness.
  • Summarize vendor communications and approval chains to expose bottlenecks and escalation paths.
  • Analyze spend by vendor, category, and time period using proc_po and sn_proc_invoice to inform budgeting and vendor negotiations.
  • Generate end-to-end pipeline reports covering requisitions, POs, and invoices to monitor progress and forecast workload.
  • Produce executive-ready summaries for quarterly reviews and board-level reporting.

Quick Start

Run a weekly procurement summary for the last 30 days to generate an executive-ready report.

Frequently Asked Questions about procurement-summarization

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

FAQPage Schema
How do I generate an executive procurement summary from ServiceNow case data?▼

Generate a procurement summary by aggregating ServiceNow case data, communications, and approvals into a decision-ready briefing. The skill queries tables like sn_proc_case and sys_journal_field to consolidate procurement activity and produce an executive-ready report.

What is the best way to track purchase orders and invoices for spend analysis in ServiceNow?▼

Track purchase orders and invoices by analyzing proc_po and sn_proc_invoice tables to inform spend analysis. The skill aggregates this procurement spend data by vendor, category, and time period to monitor budgeting and vendor negotiations.

Can I summarize vendor communications and approval chains from ServiceNow journals?▼

Summarize vendor communications and approval chains by extracting data from sys_journal_field and sysapproval_approver. The skill consolidates these records to expose approval bottlenecks and escalation paths within your procurement cases.

Does this procurement summarization approach require specific ServiceNow table access?▼

Procurement summarization requires read access to relevant ServiceNow tables including sn_proc_case, proc_po, sn_spo_requisition, and sn_proc_invoice. Standard REST or MCP queries for SN-Query-Table and journal extraction are needed to retrieve the data.

How do I create an end-to-end pipeline report covering requisitions, POs, and invoices?▼

Create an end-to-end pipeline report by consolidating requisitions, purchase orders, and invoices from sn_spo_requisition, proc_po, and sn_proc_invoice. The skill monitors procurement progress and forecasts workload to generate a comprehensive pipeline status briefing.

Why does my procurement case summary not include recent approval updates?▼

A procurement case summary might miss recent approval updates if read access to sysapproval_approver is restricted or journal extraction fails. Ensure standard REST or MCP queries successfully retrieve the latest sys_journal_field records to capture all communications.