用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/grafana/plugin-ci-workflows --skill code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | code-review |
| description | Conduct a code review of the changes in the current branch compared to main |
Perform a thorough code review that verifies functionality, maintainability, and security before approving a change. Focus on architecture, readability, performance implications, and provide actionable suggestions for improvement.
Compare the current git branch with the main branch.
Do not run lint, vet, build or tests as part of the code review. Simply review the changes, and consult other files in the repository as needed.
gh pr view to read the description and linked issues for contextgit log main..HEAD) and any context provided by the userThese checks apply only to .yml/.yaml files in .github/workflows/ and actions/ directories:
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2)@main (release process handles tagging)run: blocks (use env: vars instead to prevent shell injection)ubuntu-latest (e.g., ubuntu-arm64-small)actions/github-script rather than complex bashenv: block, not inline ${{ }}Provide constructive feedback with concrete examples and actionable guidance for the author.