Skill Claude CodeCodex ✓ vendor
Architects, generates, and validates Agent Skills. Enforces specification and best practices. Used any time an agent skill must be created or updated.
Instructions, prompts, and configurations to help you make the most of GitHub Copilot.
Skill Claude CodeCodex ✓ vendor
Architects, generates, and validates Agent Skills. Enforces specification and best practices. Used any time an agent skill must be created or updated.
Skill Claude CodeCodex ✓ vendor
Generates Custom Agent files (.github/agents/.agent.md) with persona-based configurations, specialized tool sets, and role-specific cognitive architectures. Use when the user requests a specialized role or perspective (Security Auditor, Documentation Writer, Release Engineer, etc.). Creates agents with defined…
Skill Claude CodeCodex ✓ vendor
Generates path-specific instruction files (.github/instructions/.md) with JIT loading via applyTo glob patterns. Performs LLM-driven repository analysis to discover file patterns and extract scope-specific rules. Use when the user requests scoped, framework-specific, or directory-specific rules for testing…
Skill Claude CodeCodex ✓ vendor
Generates reusable Prompt Template files (.github/prompts/.prompt.md) with variable substitution for ad-hoc, high-frequency tasks. Use when the user needs quick, repeatable prompts for common operations (explain code, fix bug, add tests, refactor, document). Creates templates with handlebars variables, optimized…
Skill Claude CodeCodex ✓ vendor
Generates the global repository constitution file (.github/copilot-instructions.md). Works for code repositories, documentation repositories, data repositories, and mixed repos. Performs LLM-driven deep repository analysis including docs, code patterns, build systems, documentation generators, and data schemas.…
Skill Claude CodeCodex ✓ vendor
Creates well-formed Jira issues in the LNDENG project (warthogs.atlassian.net) — stories, epics, objectives, tasks, spikes, bugs, and more — with correct field mappings, sprint assignment, and acceptance criteria.
Skill Claude CodeCodex ✓ vendor
Author or improve debian/tests/ for as-installed Debian/Ubuntu package testing per DEP-8. Detects package shape (library, daemon, CLI tool, data), proposes the minimal Restrictions set, and produces a draft debian/tests/control plus test scripts for the maintainer to run. Advisory only — does not run tests.
Skill Claude CodeCodex ✓ vendor
Review an Ubuntu Feature Freeze exception (FFe) request filed as a Launchpad bug for compliance with the Release Team process, and produce a report with a recommendation.
Skill Claude CodeCodex ✓ vendor
Review an Ubuntu Final Freeze exception request filed as a Launchpad bug for compliance with the Release Team process, and produce a report with a recommendation.
Skill Claude CodeCodex ✓ vendor
Validates and reviews an Ubuntu package in the NEW queue, merge request, bug, or PPA for compliance with Ubuntu and Debian NEW rules before sponsoring or acceptance.
Skill Claude CodeCodex ✓ vendor
Review an Ubuntu Stable Release Update (SRU) and produce a report with a recommendation.
Skill Claude CodeCodex ✓ vendor
Review an Ubuntu UI Freeze exception (UIFe) request filed as a Launchpad bug for compliance with the Release Team process, and produce a report with a recommendation.
Skill Claude CodeCodex ✓ vendor
Generates a complete Ubuntu SRU Bug Description template ([Impact], [Test Plan], [Where problems could occur]) using interactive human guidance to filter out noise. Trigger phrases: "sru template", "ubuntu sru description", "write sru bug".
Skill Claude CodeCodex ✓ vendor
Generates structured changelogs from git history and pull requests. Use when preparing release notes, summarizing changes between tags/branches, or maintaining a CHANGELOG.md file. Supports Conventional Commits parsing.
Skill Claude CodeCodex ✓ vendor
Validates documentation builds successfully. Use when checking Sphinx/RTD build integrity or diagnosing build failures. Reports errors, warnings, and build configuration issues.
Skill Claude CodeCodex ✓ vendor
Analyzes documentation against Diataxis framework (Tutorial, How-to, Reference, Explanation). Use when reviewing documentation structure or classifying content type. Identifies misalignments between declared category and actual content.
Skill Claude CodeCodex ✓ vendor
Performs comprehensive documentation review including build validation, Diataxis analysis, structure audit, accuracy verification, and style compliance. Use when reviewing documentation changes or auditing documentation quality.
Skill Claude CodeCodex ✓ vendor
Validates documentation structural integrity including heading hierarchy, metadata, file naming, navigation, and cross-references. Use when checking documentation organization or validating toctree structure.
Skill Claude CodeCodex ✓ vendor
Enforces project documentation style guide compliance for tone, voice, terminology, punctuation, and formatting. Use when checking documentation style or validating MyST/reST syntax. Cites specific style guide violations.
Skill Claude CodeCodex ✓ vendor
Verifies documentation accuracy by cross-referencing claims, CLI commands, API signatures, and configuration against source code. Use when validating documentation correctness or checking code-docs consistency. Flags unsupported or outdated claims.
Skill Claude CodeCodex ✓ vendor
Migrates legacy ops.testing Harness suites to state-transition tests by enumerating Harness usages, defining explicit State objects, and recreating assertions per Juju event so charms stay compatible with modern ops releases.
Skill Claude CodeCodex ✓ vendor
Builds and parses structured retrospective artifact folders for troubleshooting, incident review, and delivery retros. Use this skill when capturing session context, synthesizing external context (GitHub, Jira, Mattermost, logs), querying prior retrospectives, or preparing downstream inputs for OKB entries…
Skill Claude CodeCodex ✓ vendor
Lets an agent authenticate to APIs and MCP servers WITHOUT ever seeing secret values. Use whenever a task needs an API token, MCP token, password, or key. The agent passes a credential reference (a name); a trusted non-LLM broker resolves it from the OS keyring, injects it into the request, scrubs the response, and…