mcpbeat

Procurement Audit

vixues/procurement-audit

> Review procurement contracts and purchase packages against uploaded compliance rules (招标/采购制度). Use for 采购审核, contract compliance checklists, or procurement statistics rollups.

328 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
194
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/vixues/LeAgent --skill procurement-audit

The instruction itself

5 sections, as written by the author

Procurement audit

Scope

Map each claim/contract clause to an explicit rule in the uploaded policy pack.

Do not invent institutional thresholds.

Before starting

Call ask_user alone when needed for:

  • Which rule documents apply
  • Audit depth (full checklist vs spot-check)
  • Whether to produce a summary stats sheet plus a findings sheet

Multi-file join

When ≥2 attachments are present (catalog, contract, bid sheet):

  • List each file’s role and key columns
  • Align join keys before filling any template
  • Flag unmatched rows explicitly

Output

  • Findings table with rule citation + evidence snippet
  • Optional stats rollup Excel
  • Always return managed file_id / download_url

When the user adds a missed rule (e.g. lodging-equivalent procurement caps),

update this skill / procedure for subsequent runs.

How to use it

Copy the folder

Take vixues/procurement-audit from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.