用户在 Web/UI 反馈 Bug 时,结构化收集信息并发布 PR 到 `mouxangithub/ai`(或 openpilot)。 > 详见 `ai/docs/PR_AUTOMATION.md`
Scanned 9/12/2026
Install to Claude Code
npx -y skills add mouxangithub/ai --skill ai-web-bugfix --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ai Web Bugfix?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mouxangithub-ai-web-bugfix)More formats (shields.io, HTML) on the badges page.
# op助手 Web Bug → Pull Request
用户在 Web/UI 反馈 Bug 时,结构化收集信息并发布 PR 到 `mouxangithub/ai`(或 openpilot)。
> 详见 `ai/docs/PR_AUTOMATION.md`
## 何时触发
- 用户说「这个界面有 bug」「帮我提个 issue/PR」
- Web 端反馈表单提交后由 AI 跟进
- 小改动(文案、样式、docs)适合 `severity=ui|docs|typo`
## 流程
```
report_bug_and_publish_pr(
repo_target="assistant",
title="fix(web): ...",
repro_steps="1. 打开 ... 2. 点击 ...",
expected="应显示 ...",
actual="实际 ...",
severity="ui",
confirm=false
)
```
用户确认后 `confirm=true`。工具会:
1. 附加环境信息与近期 audit trail
2. 在 assistant 仓 commit/push(`ai/*` 或 `fix/*` 分支)
3. 创建 PR 并打 `ai-auto-review`(UI 类可加 `ai-safe-merge`)
4. GitHub Actions 自动审阅;符合条件则 squash 合并
PC 上可在 PR 评论 `/oc ...` 让 OpenCode 继续改代码(见 `ai/docs/PR_AUTOMATION.md`)。
## 参数
| 参数 | 说明 |
|------|------|
| `repo_target` | 默认 `assistant`;openpilot 内 ai 改动用 `openpilot` |
| `severity` | `ui` / `docs` / `typo` / `web` / `logic` / `crash` |
| `request_auto_fix` | 打 `ai-auto-fix` 标签(预留 Actions 自动修复) |
| `attach_audit` | 附最近工具审计记录 |
## 注意
- **离路**才能执行写操作
- 需配置 `ai_github_actions_pat` 与 git push 凭据
- `logic` / `crash` 类默认**不**自动合并,需 PC 人工审阅
- 独立 ai 仓路径:`ai_assistant_repo_path` 或环境变量 `AI_ASSISTANT_REPO_PATH`
## 相关工具
- `git_publish_pull_request` — 非 Bug 场景的通用 PR
- `get_github_pull_request` — 查 PR 状态
- `auto_review_pull_request` — 设备侧补审
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
一个全面的 Claude Code 会话验证系统。
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.