feat: add cc:request label step to pr-push skill (#2773)
## Summary
- Add step 8 to the `pr-push` skill that automatically adds the
`cc:request` label for non-trivial PRs to trigger code review
- This prevents issues like lint failures from slipping through when the
agent doesn't fully execute lint checks (e.g., due to token limits in
long CI runs)
- Renumbered subsequent steps (9-11) accordingly
## Test plan
- [ ] Verify the `pr-push` skill SKILL.md has the new step 8 with clear
trivial/non-trivial criteria
- [ ] Verify step numbering is correct (1-11)
- [ ] Run `pr-push` on a non-trivial PR and confirm `cc:request` label
is added
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- devin-review-badge-begin -->
---
<a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2773"
target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
</picture>
</a>
<!-- devin-review-badge-end -->
Co-authored-by:
Claude Opus 4.6 <noreply@anthropic.com>
正在显示
请
注册
或者
登录
后发表评论