---
name: Compliance Check
slug: compliance-check
category: AI Engineering
description: Compliance Check extracts mandatory requirements from bid documents and checks whether the response document addresses each one. Use it to report compliant and non-compliant items in a structured JSON output.
github: "https://github.com/guangshu100/BidMaster-Pro/tree/main/skills/check/compliance_check"
language: Python
stars: 239
forks: 66
install: "npx degit https://github.com/guangshu100/BidMaster-Pro/tree/main/skills/check/compliance_check ~/.claude/skills/compliance_check"
installs_to: ~/.claude/skills/compliance_check
source_path: skills/check/compliance_check/SKILL.md
collection_size: 4
category_size: 2793
collection_url: "https://dirskills.com/collections/guangshu100/BidMaster-Pro"
added: 2026-09-03T06:03:54.645Z
last_synced: 2026-09-03T06:03:54.645Z
canonical_url: "https://dirskills.com/skills/compliance-check"
---

# Compliance Check

Compliance Check extracts mandatory requirements from bid documents and checks whether the response document addresses each one. Use it to report compliant and non-compliant items in a structured JSON output.

**Install:**

```bash
npx degit https://github.com/guangshu100/BidMaster-Pro/tree/main/skills/check/compliance_check ~/.claude/skills/compliance_check
```

## README

# 合规性检查技能

## 检查逻辑
1. 从招标文件提取所有硬性要求
2. 逐条在投标文件中查找对应响应
3. 判断每项是否满足

## 输出格式
JSON: 包含total_requirements、compliant、non_compliant、items列表
