用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/YunosukeYoshino/harness --skill pr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Build AI chat interfaces using ai-elements components — conversations, messages, tool displays, prompt inputs, and more. Use when the user wants to build a chatbot, AI assistant UI, or any AI-powered chat interface.
Repository development entrypoint for requests like 実装して, 追加して, 修正して, この repo で作って. Handles work artifacts, TDD, smoke/E2E verification, review, and handoff.
Fix GitHub or local review findings, re-verify, and loop up to 3 times before escalating.
基于 SOC 职业分类
正在显示 SKILL.md
| name | pr |
| description | Create a PR only after quality gates, work artifacts, and Codex review request preparation are complete. |
| user_invocable | true |
Run pnpm check (lint + typecheck + test). All must pass before proceeding.
If any gate fails, fix the issue and re-run. Do not skip.
Confirm these files exist and are non-empty:
work/plans/active/*.md -- implementation planwork/progress/current/*.md -- progress logwork/qa-reports/active/*.md -- QA reportIf any artifact is missing, create it before continuing.
Use gh pr create with the following content:
Title: concise, under 70 characters, conventional-commit style prefix.
Body:
## Summary
<1-3 bullet points summarizing ALL commits on this branch, not just the latest>
## Test plan
- [ ] pnpm check passes (lint, typecheck, test)
- [ ] Work artifacts present (plan, progress, QA report)
- [ ] <additional test steps relevant to the change>
Closes #<issue number if applicable>
Generated with Claude Code
Build the summary from git log and git diff against the base branch.
Include Closes #N when there is a linked issue.
After the PR is created, request a review via one of:
codex-review-prep skill to prepare context, then trigger Codex workflow@codex review to invoke Codex review directlyConfirm the review request was dispatched before reporting completion.