Skip to content

move skills to .github/skills folder#31763

Merged
pelikhan merged 1 commit into
mainfrom
skills-moved
May 12, 2026
Merged

move skills to .github/skills folder#31763
pelikhan merged 1 commit into
mainfrom
skills-moved

Conversation

@pelikhan
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 12, 2026 18:37
@pelikhan
Copy link
Copy Markdown
Collaborator Author

@copilot review every skills moved for accuracy and freshness. Apply caveman.

@github-actions
Copy link
Copy Markdown
Contributor

✅ smoke-ci: safeoutputs CLI comment + comment-memory run (25754667558)

Generated by Smoke CI for issue #31763 ·

@github-actions
Copy link
Copy Markdown
Contributor

Comment Memory

CI lights the path
Green checks bloom at dawn
Quiet bots still sing

Note

This comment is managed by comment memory.

It stores persistent context for this thread in the code block at the top of this comment.
Edit only the text inside the backtick fences; workflow metadata and the footer are regenerated automatically.

Learn more about comment memory

Generated by Smoke CI for issue #31763 ·

@pelikhan pelikhan merged commit 428c506 into main May 12, 2026
42 of 43 checks passed
@pelikhan pelikhan deleted the skills-moved branch May 12, 2026 18:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md copy 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 both name and description (e.g. .github/skills/documentation/SKILL.md:1-4), and Skillz/skill tooling typically relies on name for discovery.
    .github/skills/skillz-integration/SKILL.md:3
  • The SKILL frontmatter is missing the name: field. Other skills in this repo consistently include both name and description in frontmatter, and Skillz-style tooling typically uses name for discovery. Suggest setting name: 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants