zsxh1990/pr-genius

插件 ⭐ 2 MIT coding

PR Genius — 提交前改进顾问 + 大型开源项目 PR 知识库

安装

pip install prgenius-core

# Analyze PR
python3 -m prgenius analyze "feat: add feature" --repo org/repo --body "Fixes #123"

# Coach (pass/fail)
python3 -m prgenius coach "feat: add feature" --repo org/repo

# Triage (policy check)
python3 -m prgenius triage "docs: typo" --repo org/repo --diff-stat "docs/faq.md | 3 ++-"

# Status heartbeat (outbound PR monitoring)
python3 -m prgenius status --author zsxh1990
python3 -m prgenius status --author zsxh1990 --format json --save-snapshot

# Profile writeback suggestions (dry-run)
python3 -m prgenius profile writeback --author zsxh1990

zsxh1990/pr-genius 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。