用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/microsoft/mcscatblog --skill mcscatblog-new-post命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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
Start the local Jekyll dev server and open a post in the browser
基于 SOC 职业分类
正在显示 SKILL.md
| name | mcscatblog-new-post |
| description | Create a new blog post with branch, front matter, and asset folder |
Scaffold a new blog post with everything ready to write.
The argument should be a short description of the post topic, e.g. "Dataverse search for unauthenticated agents" or "WebChat middleware patterns". If not provided, ask.
Ask for details (if not provided):
_data/authors.yml — if not there, add them)Generate the slug from the topic. Use lowercase, hyphens, no special characters. Keep it short but descriptive. Today's date for the prefix.
Create a branch: post/<slug> (e.g., post/dataverse-search-unauthenticated)
Create the post file at _posts/YYYY-MM-DD-<slug>.md with front matter:
---
layout: post
title: "<Working Title>"
date: YYYY-MM-DD
categories: [copilot-studio, <second-category>]
tags: []
description: ""
author: <author-key>
image:
path: /assets/posts/<slug>/header.png
alt: ""
---
<!-- Write your post here -->
Create the assets folder: assets/posts/<slug>/
Add author to _data/authors.yml if they're not already there. Ask for their display name if needed.
Report the file path, branch name, and next steps:
assets/posts/<slug>//mcscatblog-local-server/mcscatblog-review-post <file>/mcscatblog-submit-prpublished: false — the post lives on a feature branch so there's no risk of it going live prematurely. Unpublished posts don't render on the local dev server, which makes previewing impossible.copilot-studio as the first category