All authors
github avatar

Claude Skills by github

github.com/github
466 skillsA× 452B× 13C× 120 installs298 views
Update Markdown File IndexA

Update a markdown file section with an index/table of files from a specified folder.

ai-agentsgo
0
34,507
Update SpecificationA

Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.

ai-agentsgotesting
0
34,507
Vardoger AnalyzeA

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...

ai-agentsbashgit
0
34,507
Vscode Ext CommandsA

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

ai-agentsgo
0
34,507
Vscode Ext LocalizationA

Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices

ai-agentsjavascripttypescript
0
34,507
Web Design ReviewerA

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.

ai-agentstypescriptreact
0
34,507
Webapp TestingA

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.

ai-agentsjavascriptgo
0
34,507
Winmd Api SearchA

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).

ai-agentsgoc++
0
34,507
Winui3 Migration GuideA

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.

ai-agentstestingapi
0
34,507
Workiq CopilotA

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.

ai-agentsgit
0
34,507
Write Coding Standards From FileA

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.

ai-agentsjavascripttypescript
0
34,507
X Twitter ScraperA

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.

ai-agentstypescriptpython
0
34,507
Debugging WorkflowsA

Guide for debugging GitHub Agentic Workflows - analyzing logs, auditing runs, and troubleshooting issues

developmentpythonbash
0
5,082
Agentic WorkflowsA

Route gh-aw workflow create/debug/upgrade requests to the right prompts.

ai-agentsgitbackend
0
5,082
Awf Release IntegratorA

Upgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks.

devopsgobash
0
5,082
Github Labels QueryA

List GitHub repository labels with per_page pagination support.

developmentbashnode
0
5,082
Github Workflows QueryA

List GitHub Actions workflows with per_page pagination support.

developmentbashnode
0
5,082
Go LintersA

Add and validate custom Go analysis linters in gh-aw.

code-qualitygogit
0
5,082
JqschemaA

Infer JSON structure and types with jq-based schema discovery.

toolsgobash
0
5,082
Otel QueriesA

Analyze gh-aw OpenTelemetry traces from JSONL mirrors or OTLP backends.

datarustgo
0
5,082
Pr To Go LinterA

Generate a new pkg/linters analyzer from a merged or open PR pattern.

code-qualitygo
0
5,082
SslA

Normalize SKILL.md artifacts into Scheduling-Structural-Logical (SSL) JSON representations using a conservative multi-pass extraction pipeline.

ai-agentsgoshell
0
5,082
gh-aw Prompt SurfaceA

This repository builds **gh-aw** (GitHub Agentic Workflows), a GitHub CLI extension for writing workflows in markdown and compiling them to GitHub Actions.

ai-agentsbashgit
0
5,082
Checkout Credential ReviewA

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.

ai-agentsgogit
0
5,082
Console RenderingA

Use Go struct tags to render styled terminal output in gh-aw.

ai-agentsgo
0
5,082
Copilot ReviewA

Teach Copilot how to plan, address, and respond to pull request review feedback.

ai-agentsrustbash
0
5,082
Create CanvasA

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).

ai-agentstypescriptgo
0
5,082
Custom AgentsA

Define and validate GitHub custom agent files, prompts, and examples.

ai-agentsjavascripttypescript
0
5,082
Custom Engine ImplementationA

Add and test declarative behavior-defined agentic engines in gh-aw, extending Go infrastructure only when necessary.

ai-agentsjavascriptpython
0
5,082
Developer Code OrganizationA

Code organization patterns, file structure guidelines, WASM build variants, and string processing conventions for gh-aw Go code.

ai-agentsgobash
0
5,082
Developer InternalsA

Internal gh-aw architecture: validation system design, safe output message patterns, schema validation, YAML compatibility notes, and MCP logs guardrail.

ai-agentsjavascriptpython
0
5,082
Developer ReleaseA

Release management, changeset workflow, firewall log parsing, breaking CLI change rules, and Go module summaries for gh-aw.

ai-agentsgobash
0
5,082
Developer SecurityA

Security best practices for gh-aw workflows and Go code: template injection prevention, shell script security, supply chain hardening, and static analysis integration.

ai-agentsrustgo
0
5,082
DeveloperA

Core developer rules and coding conventions for gh-aw changes.

ai-agentsjavascriptgo
0
5,082
DocumentationB

Write concise Diataxis docs for gh-aw with Starlight markdown conventions.

ai-agentsgobash
0
5,082
Error MessagesA

Write consistent, actionable validation error messages in gh-aw.

ai-agentsgonode
0
5,082
Error Pattern SafetyA

Apply safe error-pattern matching rules for agentic engines.

ai-agentsjavascriptgo
0
5,082
Error Recovery PatternsA

Design gh-aw error handling, retry, recovery, and debugging flows.

ai-agentsjavascriptpython
0
5,082
Gh Agent SessionA

Use gh agent-session commands to inspect and manage agent sessions.

ai-agentsgobash
0
5,082
Gh Agent TaskA

Use gh agent-task commands to create, run, and monitor agent tasks.

ai-agentsgobash
0
5,082
Github Copilot Agent Tips And TricksA

Practical tips for reviewing and improving Copilot agent PRs.

ai-agentsjavascriptjava
0
5,082
Github Discussion QueryA

Query GitHub discussions with jq filtering and reusable selectors.

ai-agentsgobash
0
5,082
Github Issue QueryA

Query GitHub issues with jq filtering and reusable selectors.

ai-agentsgobash
0
5,082
Github Mcp ServerA

Reference for GitHub MCP server tools, methods, and usage patterns.

ai-agentsreactdocker
0
5,082
Github Pr QueryA

Query GitHub pull requests with jq filtering and reusable selectors.

ai-agentsrustbash
0
5,082
Github ScriptA

Write robust JavaScript for GitHub Actions github-script steps.

ai-agentsjavascripttypescript
0
5,082
Go CodemodA

Implement and test Go codemods for the gh aw fix command.

ai-agentsgoexpress
0
5,082
Http Mcp HeadersA

Implement secret-safe HTTP headers for MCP transport in gh-aw.

ai-agentsgoshell
0
5,082
Javascript RefactoringA

Split large JavaScript files into maintainable modules safely.

ai-agentsjavascripttypescript
0
5,082
MessagesA

Add new safe-output message types and wire validation/rendering.

ai-agentsjavascriptgo
0
5,082