用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/microsoft/mcscatblog --skill mcscatblog-submit-pr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
End-to-end review, fix, publish, and verify a blog post PR from another author
Build and embed a React widget into a Jekyll blog post as a self-contained HTML file
Create a new blog post with branch, front matter, and asset folder
基于 SOC 职业分类
正在显示 SKILL.md
| name | mcscatblog-submit-pr |
| description | Commit current changes and create a pull request for review |
Commit the current changes on a feature branch and create a PR for review.
Run git status to see what's changed. If there are no changes, tell the user and stop.
If on main, create a new branch. Name it based on the changes:
post/<slug> (e.g., post/dataverse-search-copilot-studio)edit/<slug>fix/<short-description>Stage the relevant files. Be selective:
_posts/assets/posts/_data/authors.yml.claude/ local files, or screenshots left in the repo rootCommit with a descriptive message. For new posts, include the post title. For edits, describe what changed.
Push the branch to origin.
Create the PR using gh pr create:
## Summary
<1-3 bullet points describing the changes>
## Checklist
- [ ] Ran `/review-post` and addressed feedback
- [ ] Local server renders correctly (`./tools/run.sh`)
- [ ] All images have alt text and captions
- [ ] 2-3 internal links to related posts
- [ ] Tags chosen for Chirpy "Further Reading" overlap
--draft.