用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/wso2/docs-is --skill fix-documentation-issues命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | fix-documentation-issues |
| description | Guidelines to follow for sending fixes for documentation related GitHub issues |
AI-Agent/Cannot-Fix label to the related GitHub issue and explain in a comment.Follow this process to handle the documentation issues:
Version detection:
Apply the fix required for the related Github issue to the appropriate file locations:
cd $DOCS_IS_PATH before any file operationsCreate a SINGLE PR containing all version changes in the docs-is repository:
Clearly document in PR which versions were updated and why
Find ALL version directories under en/identity-server/ that need updating
Update files in ALL affected version directories in the same branch
PR title: Fix: [short description] for all affected versions (product-is#${ISSUE_NUMBER})
Commit msg: Fix: [short description] for all affected versions (product-is#${ISSUE_NUMBER})
PR body template:
Fixes https://github.com/wso2/product-is/issues/${ISSUE_NUMBER}
Type: [Broken Links / Spelling / Grammar / Documentation / Suggestions]
Summary: [1–2 line description of changes]
Affected Versions: [List all versions that were updated in this PR]
Style Scope Verification: [Include ONLY when adding to existing documents] Verify Microsoft Style Guidelines have been applied ONLY to newly added content without modifying existing content style unless specifically requested.
Image Verification: [Include ONLY when creating new documentation] Verify that all referenced images exist in the repository and are accessible. No broken image links have been added.
After creating the PR, add a comment to the original product-is issue with the link to the PR. The comment must list all versions that were updated in the PR
For screenshot-related issues:
AI-Agent/In-Progress) from the related GITHUB ISSUE.AI-Agent/Cannot-FixFor GitHub push protection errors:
Large files error:
git status and git ls-files -s | sort -n -k 2Always continue with the workflow as best you can even if you encounter push errors
For external link verification:
Always verify external links thoroughly using multiple methods before reporting issues
For ANY external resource (blogs, documentation, forums, GitHub repos, etc.):
For invalid suggestions with references:
Comment: "Reference verification failed: [specific reason]. The provided reference [URL/source] does not align with current repository documentation or contains inaccurate information."
Remove workflow labels(AI-Agent/In-Progress)
Add label: AI-Agent/Cannot-Fix
For partially verifiable suggestions:
Comment: "Partial verification completed. Verified: [what was confirmed]. Requires manual review for: [what needs verification]."
Remove workflow labels(AI-Agent/In-Progress)
Add label: AI-Agent/Cannot-Fix
AI-Agent/Cannot-Fix and provide the reason in a comment on the related Github issue.AI-Agent/Fixed label to the related Github issue after creating the PR.