com um clique
tfplan2md
tfplan2md contém 30 skills coletadas de oocx, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Minimum-requirements checklist for any change — code or docs-only. Run this before every PR creation or push to avoid CI failures on the first attempt.
Generate PNG screenshots for release notes using the repository's HtmlRenderer and ScreenshotGenerator tools. Use when asked to add screenshots to release notes or documentation.
Determine the next available issue number across all change types (feature, fix, workflow) by checking both local docs and remote branches, then reserve it by pushing an empty branch.
Convert the mermaid diagram in docs/agents.md to a blueprint-styled SVG for the website. Use when the workflow diagram in agents.md is updated and needs to be reflected on the website.
Run a focused accessibility pass for website changes (WCAG 2.1 AA-oriented).
Create and update interactive examples for the Eleventy website using page entrypoints and src/examples fragments.
Use browser tools to inspect rendering and troubleshoot website issues with the Maintainer.
Run a lightweight, repeatable quality checklist for the website (including style guide adherence).
Generate website HTML exports and screenshots using the repo's HtmlRenderer and ScreenshotGenerator tools.
Standard structure and key principles for agent definition markdown files.
Guidelines for selecting appropriate language models for agents based on task-specific benchmarks, availability, and cost efficiency.
Regenerate test snapshot files after intentional markdown output changes. Use after modifying templates or rendering logic.
Standard workflow for GitHub Copilot coding agents including report_progress usage, delegation handling, and PR communication patterns.
Run User Acceptance Testing by creating a PR with rendered markdown on GitHub or Azure DevOps. Use when validating markdown rendering in real platforms.
Run .NET tests correctly using the test-with-timeout.sh wrapper to handle .NET 10 dual test runner modes and prevent test hangs.
Guide for selecting appropriate VS Code Copilot tools when configuring agents, including environment-specific considerations.
Create and (optionally) merge a GitHub pull request using wrapper scripts (preferred) or GitHub CLI (fallback), following the repo policy for rebase and merge.
View GitHub PR status/details using GitHub MCP tools (preferred) or gh CLI (fallback).
Export and analyze VS Code Copilot chat logs for retrospective metrics. Extracts model usage, tool invocations, approval patterns, and timing data.
Detect and analyze edge crossings and overlaps in SVG workflow diagrams using geometric intersection algorithms and visual analysis. Use when validating diagram layouts.
Create an Azure DevOps pull request using az devops tooling; include the repo’s linear-history merge preference and ask the Maintainer if merge options differ.
Safely rebase the current feature branch on top of the latest origin/main. Use when preparing a branch for PR, UAT, or release.
Resolve git merge/rebase conflicts safely without losing intended changes.
Generate the comprehensive demo markdown artifacts from the current codebase. Use before UAT to ensure test artifacts reflect the latest code.
Create comprehensive architecture documentation using the arc42 template structure (12 sections covering introduction, constraints, context, solution strategy, building blocks, runtime, deployment, concepts, decisions, quality, risks, and glossary).
Validate agent definitions for consistency, model availability, handoff integrity, and tool existence. Use this when creating or modifying agents.
Watch a GitHub UAT PR for maintainer feedback or approval by polling comments until approved/passed.
Watch an Azure DevOps UAT PR for maintainer feedback or approval by polling threads and reviewer votes until approved/passed.
Create a new Agent Skill following project standards and templates. Use this when you need to encapsulate a new capability or workflow.
{{description}}