move skills to .github/skills folder#31763
Merged
Merged
Conversation
Collaborator
Author
|
@copilot review every skills moved for accuracy and freshness. Apply caveman. |
Contributor
Contributor
Comment MemoryNote This comment is managed by comment memory.It stores persistent context for this thread in the code block at the top of this comment. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR relocates and expands the repository’s “skills” documentation by consolidating SKILL.md files under .github/skills/ and adding several new skills (plus helper query scripts) to support agent workflows.
Changes:
- Removes the old
skills/documentation/SKILL.mdcopy and standardizes skills under.github/skills/. - Adds multiple new SKILL.md guides (safe outputs, MCP, querying GitHub entities, JS refactoring, reporting, etc.).
- Adds GitHub query helper scripts (issues/PRs/discussions) under skill folders.
Show a summary per file
| File | Description |
|---|---|
| skills/documentation/SKILL.md | Removes the legacy documentation skill file (now under .github/skills/documentation/). |
| .github/skills/temporary-id-safe-output/SKILL.md | Adds implementation plan skill for temporary ID support in safe outputs. |
| .github/skills/skillz-integration/SKILL.md | Updates Skillz integration skill frontmatter/content. |
| .github/skills/reporting/SKILL.md | Adds reporting-format skill (details/summary guidance). |
| .github/skills/otel-queries/SKILL.md | Adds OpenTelemetry query/playbook skill. |
| .github/skills/messages/SKILL.md | Adds safe-output messages system extension guide. |
| .github/skills/javascript-refactoring/SKILL.md | Adds repo-specific JS refactoring/bundling guidance. |
| .github/skills/http-mcp-headers/SKILL.md | Adds HTTP MCP header secret support write-up skill. |
| .github/skills/github-script/SKILL.md | Adds github-script best practices skill. |
| .github/skills/github-pr-query/SKILL.md | Adds PR query skill documentation. |
| .github/skills/github-pr-query/query-prs.sh | Adds bash helper to query PRs with optional jq filtering. |
| .github/skills/github-mcp-server/SKILL.md | Adds GitHub MCP server documentation skill. |
| .github/skills/github-issue-query/SKILL.md | Adds issue query skill documentation. |
| .github/skills/github-issue-query/query-issues.sh | Adds bash helper to query issues with optional jq filtering. |
| .github/skills/github-discussion-query/SKILL.md | Adds discussion query skill documentation. |
| .github/skills/github-discussion-query/query-discussions.sh | Adds bash helper to query discussions with optional jq filtering. |
| .github/skills/github-discussion-query/query-discussions.py | Adds Python helper to query discussions with optional jq filtering. |
| .github/skills/github-copilot-agent-tips-and-tricks/SKILL.md | Adds internal tips/tricks skill for Copilot agent PR workflows. |
| .github/skills/gh-agent-task/SKILL.md | Adds skill for gh agent-task usage (safe-output integration). |
| .github/skills/gh-agent-session/SKILL.md | Adds skill for agent session creation flow (safe-output integration). |
| .github/skills/error-recovery-patterns/SKILL.md | Adds frontmatter to the error recovery patterns skill. |
| .github/skills/error-pattern-safety/SKILL.md | Adds regex safety guidance skill for error patterns. |
| .github/skills/error-messages/SKILL.md | Adds error message style guide skill. |
| .github/skills/developer/SKILL.md | Adds comprehensive developer conventions and architecture guidance. |
| .github/skills/custom-agents/SKILL.md | Cleans up custom-agents SKILL frontmatter. |
| .github/skills/console-rendering/SKILL.md | Adds console rendering system usage skill. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (2)
.github/skills/error-recovery-patterns/SKILL.md:3
- The SKILL frontmatter is missing the required
name:field. Most skills in this repo include bothnameanddescription(e.g..github/skills/documentation/SKILL.md:1-4), and Skillz/skill tooling typically relies onnamefor discovery.
.github/skills/skillz-integration/SKILL.md:3 - The SKILL frontmatter is missing the
name:field. Other skills in this repo consistently include bothnameanddescriptionin frontmatter, and Skillz-style tooling typically usesnamefor discovery. Suggest settingname: skillz-integration(matching the folder name).
- Files reviewed: 4/26 changed files
- Comments generated: 0
Copilot stopped work on behalf of
pelikhan due to an error
May 12, 2026 18:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.