Stats
Actions
Tags
From dev-workflow
Copilot Lint review workflow: check CI status → run local lint/build → review Copilot PR comments with critical thinking → fix only necessary issues → loop. Use when user says 'cl' or wants to review and fix Copilot code review comments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflow:clThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CI 检查 + Copilot 评论审查,只修复真正有必要的问题。
CI 检查 + Copilot 评论审查,只修复真正有必要的问题。
gh pr checksgh run view <id> --log-failed,本地 npm run lint + npm run build,修复gh pr view --comments + gh api repos/{owner}/{repo}/pulls/$PR_NUMBER/comments不要盲目修改所有 Copilot 建议!
| 必须修改 | 可以忽略 |
|---|---|
| SQL注入、XSS、敏感信息泄露 | 过度防御的建议 |
| 实际会导致问题的 Bug | 假阳性、误报 |
| 严重影响可读性的风格问题 | 纯粹的风格偏好 |
| 明显的性能问题 | 微优化、过早优化 |
| 有实际收益的改进 | 教条式建议 |
判断标准: 当前上下文是否真有问题?修改有实际收益?符合项目需求?
输出决策:需要修改: [原因] / 忽略: [原因]
修复后提交推送,循环检查直到通过。
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub davie521/claude-skills --plugin dev-workflow