github / github/spec-kit

[Extension]: Add china-compliance

未关闭
#2,758 4 条评论 0 个 reaction 已指派 1 人 已被 @mnriem 认领 在 GitHub 查看
enhancement extension-submission stale
主要语言
Python
星标
137k
派生
12.3k
平均合并
2 天 12 小时
30 天内合并 PR
159

描述

### Extension ID

china-compliance

### Extension Name

China Compliance Extension

### Version

1.0.0

### Description

Chinese advertising law compliance checker, AI search visibility auditor, and cross-border data compliance assessor for Spec-Driven Development. Covers 200+ banned words across 5 Chinese platforms, AI citation monitoring for 5 Chinese AI engines, and PIPL/GDPR/CCPA cross-border data transfer assessment.

### Author

lm203688

### Repository URL

https://github.com/lm203688/spec-kit-china-compliance

### Download URL

https://github.com/lm203688/spec-kit-china-compliance/archive/refs/tags/v1.0.0.zip

### License

MIT

### Homepage (optional)

https://github.com/lm203688/spec-kit-china-compliance

### Documentation URL (optional)

https://github.com/lm203688/spec-kit-china-compliance#readme

### Changelog URL (optional)

_No response_

### Required Spec Kit Version

>=0.1.0

### Required Tools (optional)

```markdown

```

### Number of Commands

3

### Number of Hooks (optional)

0

### Tags

compliance, chinese, geo, legal

### Key Features

- 200+ banned words across 5 Chinese platforms with safe replacement suggestions
- AI search visibility scoring across 5 Chinese AI engines (DeepSeek, Kimi, 豆包, 通义千问, 文心一言)
- Cross-border data transfer assessment (PIPL + GDPR + CCPA)
- Risk-level classification (high/medium/low) with actionable fix suggestions
- Real API backend for compliance checks (no API key required for basic usage)
- 3 slash commands: /speckit.china-compliance.check, /speckit.china-compliance.geo-audit, /speckit.china-compliance.data-export

### Testing Checklist

- [x] Extension installs successfully via download URL
- [x] All commands execute without errors
- [x] Documentation is complete and accurate
- [x] No security vulnerabilities identified
- [x] Tested on at least one real project

### Submission Requirements

- [x] Valid `extension.yml` manifest included
- [x] README.md with installation and usage instructions
- [x] LICENSE file included
- [x] GitHub release created with version tag
- [x] All command files exist and are properly formatted
- [x] Extension ID follows naming conventions (lowercase-with-hyphens)

### Testing Details

Tested with Claude Code, Cursor, and Windsurf. All 3 commands (/speckit.china-compliance.check, /speckit.china-compliance.geo-audit, /speckit.china-compliance.data-export) execute correctly. API backend tested with real Chinese advertising copy - caught 23 violations in a single Douyin script that 3 human reviewers missed. extension.yml validated against spec-kit schema. Compatible with 30+ AI coding agents via specify integration.

### Example Usage

```markdown
# After running specify init my-project --integration copilot

# Check content for Chinese advertising law violations
/speckit.china-compliance.check "我们的产品是全国最好的,效果第一,国家级认证"

# Audit brand visibility in Chinese AI search engines
/speckit.china-compliance.geo-audit "你的品牌名"

# Assess cross-border data compliance
/speckit.china-compliance.data-export "电商应用,收集用户姓名地址支付信息,数据存储在AWS新加坡"
```

### Proposed Catalog Entry

```json
{
"id": "china-compliance",
"name": "China Compliance Extension",
"version": "1.0.0",
"description": "Chinese advertising law, AI search visibility, and cross-border data compliance for SDD",
"author": "lm203688",
"repository": "https://github.com/lm203688/spec-kit-china-compliance",
"download": "https://github.com/lm203688/spec-kit-china-compliance/archive/refs/tags/v1.0.0.zip",
"license": "MIT"
}
```

### Additional Context

_No response_

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。