docs: add document-feature Copilot custom skill definition - #14505
docs: add document-feature Copilot custom skill definition#14505v-spakirla wants to merge 1 commit into
Conversation
Adds a custom skill that automates generating or updating developer documentation for Teams platform features. The skill: - Discovers repo conventions (frontmatter, TOC, branding, style) - Generates new articles or surgically updates existing docs - Updates TOC.yml and whats-new.md entries - Validates content (links, style, branding) - Creates a PR for human review Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
@v-spakirla please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 0cf381f: ✅ Validation status: passed
For more details, please refer to the build report. |
Summary
Adds a Copilot custom skill definition (
.github/skills/document-feature.md) that automates generating or updating developer documentation for Microsoft Teams platform features and creates a PR for human review.What the skill does
When invoked via
/document-feature <feature-description>, the skill:msteams-platform/.TOC.ymlandwhats-new.mdas appropriate.Key design decisions
Files
.github/skills/document-feature.mdReview checklist