
Claude Skills by github
github.com/githubUpdate a markdown file section with an index/table of files from a specified folder.
Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.
Use when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation history. Reads the local session directory at `~/.copilot/session-state/`, extracts recurring preferences and conventions, and writes a fenced personalization block into `~/.copilot/copilot-instructions.md`. Runs entirely on the user's machine via the local `vardoger` CLI (`pipx install vardoger`); no network calls and no uploads. Trigge...
Guidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practices
Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices
This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Find and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods, properties, events, enumeration values).
UWP-to-WinUI 3 migration reference. Maps legacy UWP APIs to correct Windows App SDK equivalents with before/after code snippets. Covers namespace changes, threading (CoreDispatcher to DispatcherQueue), windowing (CoreWindow to AppWindow), dialogs, pickers, sharing, printing, background tasks, and the most common Copilot code generation mistakes.
Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.
Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.
Build GitHub Copilot workflows with Xquik X API SDKs, REST endpoints, MCP tools, signed webhooks, tweet search, user lookup, follower exports, media actions, and agent automation.
Guide for debugging GitHub Agentic Workflows - analyzing logs, auditing runs, and troubleshooting issues
Route gh-aw workflow create/debug/upgrade requests to the right prompts.
Upgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks.
List GitHub repository labels with per_page pagination support.
List GitHub Actions workflows with per_page pagination support.
Add and validate custom Go analysis linters in gh-aw.
Infer JSON structure and types with jq-based schema discovery.
Analyze gh-aw OpenTelemetry traces from JSONL mirrors or OTLP backends.
Generate a new pkg/linters analyzer from a merged or open PR pattern.
Normalize SKILL.md artifacts into Scheduling-Structural-Logical (SSL) JSON representations using a conservative multi-pass extraction pipeline.
This repository builds **gh-aw** (GitHub Agentic Workflows), a GitHub CLI extension for writing workflows in markdown and compiling them to GitHub Actions.
Review code that performs git or gh operations against repository checkouts in gh-aw, checking that the right credentials are available at the right time and that sparseness, shallowness and credential-free factors are properly considered.
Use Go struct tags to render styled terminal output in gh-aw.
Teach Copilot how to plan, address, and respond to pull request review feedback.
Author, validate, and debug canvas extensions that the agent can open in the GitHub Copilot app's side panel. Use when creating, reviewing, or troubleshooting a canvas extension — including its actions, inputs, rendered content, and the surrounding extension wiring (tools, hooks, lifecycle).
Define and validate GitHub custom agent files, prompts, and examples.
Add and test declarative behavior-defined agentic engines in gh-aw, extending Go infrastructure only when necessary.
Code organization patterns, file structure guidelines, WASM build variants, and string processing conventions for gh-aw Go code.
Internal gh-aw architecture: validation system design, safe output message patterns, schema validation, YAML compatibility notes, and MCP logs guardrail.
Release management, changeset workflow, firewall log parsing, breaking CLI change rules, and Go module summaries for gh-aw.
Security best practices for gh-aw workflows and Go code: template injection prevention, shell script security, supply chain hardening, and static analysis integration.
Core developer rules and coding conventions for gh-aw changes.
Write concise Diataxis docs for gh-aw with Starlight markdown conventions.
Write consistent, actionable validation error messages in gh-aw.
Apply safe error-pattern matching rules for agentic engines.
Design gh-aw error handling, retry, recovery, and debugging flows.
Use gh agent-session commands to inspect and manage agent sessions.
Use gh agent-task commands to create, run, and monitor agent tasks.
Practical tips for reviewing and improving Copilot agent PRs.
Query GitHub discussions with jq filtering and reusable selectors.
Query GitHub issues with jq filtering and reusable selectors.
Reference for GitHub MCP server tools, methods, and usage patterns.
Query GitHub pull requests with jq filtering and reusable selectors.
Write robust JavaScript for GitHub Actions github-script steps.
Implement and test Go codemods for the gh aw fix command.
Implement secret-safe HTTP headers for MCP transport in gh-aw.
Split large JavaScript files into maintainable modules safely.
Add new safe-output message types and wire validation/rendering.