Agent skill · Security

procurement-audit

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

vixuesgithub.com/vixuesGitHub ↗
claude-coderead-onlyApache-2.0
Install
npx skills add vixues/LeAgent --skill procurement-audit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: ask_userpdf_readerexcel_readerdocument_parsercode_executionexcel_generator
Path: backend/leagent/skills/builtin/procurement-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 195
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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): 1. List each file’s role and key columns 2. Align join keys before filling any template 3. 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.

What's inside
Steps it walks through
  1. Scope
  2. Before starting
  3. Multi-file join
  4. Output
More from LeAgent
All skills →
About this skill
What does the procurement-audit skill do?

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

How do I install it?

Run `npx skills add vixues/LeAgent --skill procurement-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vixues/LeAgent, a repository with 195 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going