devskill 2.0.6 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/meta.ts +13 -1
- package/package.json +1 -1
- package/scripts/cli.ts +55 -10
- package/skills/add-educational-comments/LICENSE.md +21 -0
- package/skills/add-educational-comments/SKILL.md +128 -0
- package/skills/add-educational-comments/SYNC.md +5 -0
- package/skills/agent-governance/LICENSE.md +21 -0
- package/skills/agent-governance/SKILL.md +569 -0
- package/skills/agent-governance/SYNC.md +5 -0
- package/skills/agentic-eval/LICENSE.md +21 -0
- package/skills/agentic-eval/SKILL.md +189 -0
- package/skills/agentic-eval/SYNC.md +5 -0
- package/skills/ai-prompt-engineering-safety-review/LICENSE.md +21 -0
- package/skills/ai-prompt-engineering-safety-review/SKILL.md +230 -0
- package/skills/ai-prompt-engineering-safety-review/SYNC.md +5 -0
- package/skills/algorithmic-art/LICENSE.txt +202 -0
- package/skills/algorithmic-art/SKILL.md +405 -0
- package/skills/algorithmic-art/SYNC.md +5 -0
- package/skills/algorithmic-art/templates/generator_template.js +223 -0
- package/skills/algorithmic-art/templates/viewer.html +599 -0
- package/skills/appinsights-instrumentation/LICENSE.md +21 -0
- package/skills/appinsights-instrumentation/LICENSE.txt +21 -0
- package/skills/appinsights-instrumentation/SKILL.md +48 -0
- package/skills/appinsights-instrumentation/SYNC.md +5 -0
- package/skills/appinsights-instrumentation/examples/appinsights.bicep +30 -0
- package/skills/appinsights-instrumentation/references/ASPNETCORE.md +29 -0
- package/skills/appinsights-instrumentation/references/AUTO.md +13 -0
- package/skills/appinsights-instrumentation/references/NODEJS.md +28 -0
- package/skills/appinsights-instrumentation/references/PYTHON.md +48 -0
- package/skills/appinsights-instrumentation/scripts/appinsights.ps1 +20 -0
- package/skills/apple-appstore-reviewer/LICENSE.md +21 -0
- package/skills/apple-appstore-reviewer/SKILL.md +305 -0
- package/skills/apple-appstore-reviewer/SYNC.md +5 -0
- package/skills/arch-linux-triage/LICENSE.md +21 -0
- package/skills/arch-linux-triage/SKILL.md +31 -0
- package/skills/arch-linux-triage/SYNC.md +5 -0
- package/skills/architecture-blueprint-generator/LICENSE.md +21 -0
- package/skills/architecture-blueprint-generator/SKILL.md +322 -0
- package/skills/architecture-blueprint-generator/SYNC.md +5 -0
- package/skills/aspire/LICENSE.md +21 -0
- package/skills/aspire/SKILL.md +231 -0
- package/skills/aspire/SYNC.md +5 -0
- package/skills/aspire/references/architecture.md +341 -0
- package/skills/aspire/references/cli-reference.md +307 -0
- package/skills/aspire/references/dashboard.md +226 -0
- package/skills/aspire/references/deployment.md +237 -0
- package/skills/aspire/references/integrations-catalog.md +68 -0
- package/skills/aspire/references/mcp-server.md +195 -0
- package/skills/aspire/references/polyglot-apis.md +296 -0
- package/skills/aspire/references/testing.md +281 -0
- package/skills/aspire/references/troubleshooting.md +194 -0
- package/skills/aspnet-minimal-api-openapi/LICENSE.md +21 -0
- package/skills/aspnet-minimal-api-openapi/SKILL.md +41 -0
- package/skills/aspnet-minimal-api-openapi/SYNC.md +5 -0
- package/skills/automate-this/LICENSE.md +21 -0
- package/skills/automate-this/SKILL.md +244 -0
- package/skills/automate-this/SYNC.md +5 -0
- package/skills/autoresearch/LICENSE.md +21 -0
- package/skills/autoresearch/SKILL.md +275 -0
- package/skills/autoresearch/SYNC.md +5 -0
- package/skills/aws-cdk-python-setup/LICENSE.md +21 -0
- package/skills/aws-cdk-python-setup/SKILL.md +111 -0
- package/skills/aws-cdk-python-setup/SYNC.md +5 -0
- package/skills/az-cost-optimize/LICENSE.md +21 -0
- package/skills/az-cost-optimize/SKILL.md +305 -0
- package/skills/az-cost-optimize/SYNC.md +5 -0
- package/skills/azure-deployment-preflight/LICENSE.md +21 -0
- package/skills/azure-deployment-preflight/SKILL.md +216 -0
- package/skills/azure-deployment-preflight/SYNC.md +5 -0
- package/skills/azure-deployment-preflight/references/ERROR-HANDLING.md +392 -0
- package/skills/azure-deployment-preflight/references/REPORT-TEMPLATE.md +352 -0
- package/skills/azure-deployment-preflight/references/VALIDATION-COMMANDS.md +379 -0
- package/skills/azure-devops-cli/LICENSE.md +21 -0
- package/skills/azure-devops-cli/SKILL.md +94 -0
- package/skills/azure-devops-cli/SYNC.md +5 -0
- package/skills/azure-devops-cli/references/advanced-usage.md +197 -0
- package/skills/azure-devops-cli/references/boards-and-iterations.md +258 -0
- package/skills/azure-devops-cli/references/org-and-security.md +469 -0
- package/skills/azure-devops-cli/references/pipelines-and-builds.md +245 -0
- package/skills/azure-devops-cli/references/repos-and-prs.md +333 -0
- package/skills/azure-devops-cli/references/variables-and-agents.md +212 -0
- package/skills/azure-devops-cli/references/workflows-and-patterns.md +668 -0
- package/skills/azure-pricing/LICENSE.md +21 -0
- package/skills/azure-pricing/SKILL.md +189 -0
- package/skills/azure-pricing/SYNC.md +5 -0
- package/skills/azure-pricing/references/COPILOT-STUDIO-RATES.md +135 -0
- package/skills/azure-pricing/references/COST-ESTIMATOR.md +142 -0
- package/skills/azure-pricing/references/REGIONS.md +84 -0
- package/skills/azure-pricing/references/SERVICE-NAMES.md +106 -0
- package/skills/azure-resource-health-diagnose/LICENSE.md +21 -0
- package/skills/azure-resource-health-diagnose/SKILL.md +290 -0
- package/skills/azure-resource-health-diagnose/SYNC.md +5 -0
- package/skills/azure-resource-visualizer/LICENSE.md +21 -0
- package/skills/azure-resource-visualizer/LICENSE.txt +21 -0
- package/skills/azure-resource-visualizer/SKILL.md +233 -0
- package/skills/azure-resource-visualizer/SYNC.md +5 -0
- package/skills/azure-resource-visualizer/assets/template-architecture.md +41 -0
- package/skills/azure-role-selector/LICENSE.md +21 -0
- package/skills/azure-role-selector/LICENSE.txt +21 -0
- package/skills/azure-role-selector/SKILL.md +6 -0
- package/skills/azure-role-selector/SYNC.md +5 -0
- package/skills/azure-static-web-apps/LICENSE.md +21 -0
- package/skills/azure-static-web-apps/SKILL.md +315 -0
- package/skills/azure-static-web-apps/SYNC.md +5 -0
- package/skills/bigquery-pipeline-audit/LICENSE.md +21 -0
- package/skills/bigquery-pipeline-audit/SKILL.md +129 -0
- package/skills/bigquery-pipeline-audit/SYNC.md +5 -0
- package/skills/boost-prompt/LICENSE.md +21 -0
- package/skills/boost-prompt/SKILL.md +25 -0
- package/skills/boost-prompt/SYNC.md +5 -0
- package/skills/brand-guidelines/LICENSE.txt +202 -0
- package/skills/brand-guidelines/SKILL.md +73 -0
- package/skills/brand-guidelines/SYNC.md +5 -0
- package/skills/breakdown-epic-arch/LICENSE.md +21 -0
- package/skills/breakdown-epic-arch/SKILL.md +66 -0
- package/skills/breakdown-epic-arch/SYNC.md +5 -0
- package/skills/breakdown-epic-pm/LICENSE.md +21 -0
- package/skills/breakdown-epic-pm/SKILL.md +58 -0
- package/skills/breakdown-epic-pm/SYNC.md +5 -0
- package/skills/breakdown-feature-implementation/LICENSE.md +21 -0
- package/skills/breakdown-feature-implementation/SKILL.md +128 -0
- package/skills/breakdown-feature-implementation/SYNC.md +5 -0
- package/skills/breakdown-feature-prd/LICENSE.md +21 -0
- package/skills/breakdown-feature-prd/SKILL.md +61 -0
- package/skills/breakdown-feature-prd/SYNC.md +5 -0
- package/skills/breakdown-plan/LICENSE.md +21 -0
- package/skills/breakdown-plan/SKILL.md +509 -0
- package/skills/breakdown-plan/SYNC.md +5 -0
- package/skills/breakdown-test/LICENSE.md +21 -0
- package/skills/breakdown-test/SKILL.md +365 -0
- package/skills/breakdown-test/SYNC.md +5 -0
- package/skills/canvas-design/LICENSE.txt +202 -0
- package/skills/canvas-design/SKILL.md +130 -0
- package/skills/canvas-design/SYNC.md +5 -0
- package/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/skills/centos-linux-triage/LICENSE.md +21 -0
- package/skills/centos-linux-triage/SKILL.md +31 -0
- package/skills/centos-linux-triage/SYNC.md +5 -0
- package/skills/chrome-devtools/LICENSE.md +21 -0
- package/skills/chrome-devtools/SKILL.md +97 -0
- package/skills/chrome-devtools/SYNC.md +5 -0
- package/skills/claude-api/LICENSE.txt +202 -0
- package/skills/claude-api/SKILL.md +246 -0
- package/skills/claude-api/SYNC.md +5 -0
- package/skills/claude-api/csharp/claude-api.md +400 -0
- package/skills/claude-api/curl/examples.md +193 -0
- package/skills/claude-api/go/claude-api.md +404 -0
- package/skills/claude-api/java/claude-api.md +430 -0
- package/skills/claude-api/php/claude-api.md +241 -0
- package/skills/claude-api/python/agent-sdk/README.md +345 -0
- package/skills/claude-api/python/agent-sdk/patterns.md +359 -0
- package/skills/claude-api/python/claude-api/README.md +410 -0
- package/skills/claude-api/python/claude-api/batches.md +185 -0
- package/skills/claude-api/python/claude-api/files-api.md +165 -0
- package/skills/claude-api/python/claude-api/streaming.md +162 -0
- package/skills/claude-api/python/claude-api/tool-use.md +590 -0
- package/skills/claude-api/ruby/claude-api.md +92 -0
- package/skills/claude-api/shared/error-codes.md +206 -0
- package/skills/claude-api/shared/live-sources.md +121 -0
- package/skills/claude-api/shared/models.md +119 -0
- package/skills/claude-api/shared/tool-use-concepts.md +305 -0
- package/skills/claude-api/typescript/agent-sdk/README.md +296 -0
- package/skills/claude-api/typescript/agent-sdk/patterns.md +209 -0
- package/skills/claude-api/typescript/claude-api/README.md +321 -0
- package/skills/claude-api/typescript/claude-api/batches.md +106 -0
- package/skills/claude-api/typescript/claude-api/files-api.md +98 -0
- package/skills/claude-api/typescript/claude-api/streaming.md +178 -0
- package/skills/claude-api/typescript/claude-api/tool-use.md +527 -0
- package/skills/cli-mastery/LICENSE.md +21 -0
- package/skills/cli-mastery/SKILL.md +43 -0
- package/skills/cli-mastery/SYNC.md +5 -0
- package/skills/cli-mastery/references/final-exam.md +24 -0
- package/skills/cli-mastery/references/module-1-slash-commands.md +88 -0
- package/skills/cli-mastery/references/module-2-keyboard-shortcuts.md +38 -0
- package/skills/cli-mastery/references/module-3-modes.md +33 -0
- package/skills/cli-mastery/references/module-4-agents.md +42 -0
- package/skills/cli-mastery/references/module-5-skills.md +33 -0
- package/skills/cli-mastery/references/module-6-mcp.md +50 -0
- package/skills/cli-mastery/references/module-7-advanced.md +38 -0
- package/skills/cli-mastery/references/module-8-configuration.md +34 -0
- package/skills/cli-mastery/references/scenarios.md +44 -0
- package/skills/cloud-design-patterns/LICENSE.md +21 -0
- package/skills/cloud-design-patterns/SKILL.md +62 -0
- package/skills/cloud-design-patterns/SYNC.md +5 -0
- package/skills/cloud-design-patterns/references/architecture-design.md +127 -0
- package/skills/cloud-design-patterns/references/azure-service-mappings.md +13 -0
- package/skills/cloud-design-patterns/references/best-practices.md +34 -0
- package/skills/cloud-design-patterns/references/deployment-operational.md +91 -0
- package/skills/cloud-design-patterns/references/event-driven.md +21 -0
- package/skills/cloud-design-patterns/references/messaging-integration.md +127 -0
- package/skills/cloud-design-patterns/references/performance.md +180 -0
- package/skills/cloud-design-patterns/references/reliability-resilience.md +156 -0
- package/skills/cloud-design-patterns/references/security.md +55 -0
- package/skills/code-exemplars-blueprint-generator/LICENSE.md +21 -0
- package/skills/code-exemplars-blueprint-generator/SKILL.md +126 -0
- package/skills/code-exemplars-blueprint-generator/SYNC.md +5 -0
- package/skills/codeql/LICENSE.md +21 -0
- package/skills/codeql/SKILL.md +405 -0
- package/skills/codeql/SYNC.md +5 -0
- package/skills/codeql/references/alert-management.md +170 -0
- package/skills/codeql/references/cli-commands.md +283 -0
- package/skills/codeql/references/compiled-languages.md +284 -0
- package/skills/codeql/references/sarif-output.md +265 -0
- package/skills/codeql/references/troubleshooting.md +259 -0
- package/skills/codeql/references/workflow-configuration.md +398 -0
- package/skills/comment-code-generate-a-tutorial/LICENSE.md +21 -0
- package/skills/comment-code-generate-a-tutorial/SKILL.md +26 -0
- package/skills/comment-code-generate-a-tutorial/SYNC.md +5 -0
- package/skills/containerize-aspnet-framework/LICENSE.md +21 -0
- package/skills/containerize-aspnet-framework/SKILL.md +454 -0
- package/skills/containerize-aspnet-framework/SYNC.md +5 -0
- package/skills/containerize-aspnetcore/LICENSE.md +21 -0
- package/skills/containerize-aspnetcore/SKILL.md +392 -0
- package/skills/containerize-aspnetcore/SYNC.md +5 -0
- package/skills/context-map/LICENSE.md +21 -0
- package/skills/context-map/SKILL.md +52 -0
- package/skills/context-map/SYNC.md +5 -0
- package/skills/conventional-commit/LICENSE.md +21 -0
- package/skills/conventional-commit/SKILL.md +72 -0
- package/skills/conventional-commit/SYNC.md +5 -0
- package/skills/convert-plaintext-to-md/LICENSE.md +21 -0
- package/skills/convert-plaintext-to-md/SKILL.md +362 -0
- package/skills/convert-plaintext-to-md/SYNC.md +5 -0
- package/skills/copilot-cli-quickstart/LICENSE.md +21 -0
- package/skills/copilot-cli-quickstart/SKILL.md +774 -0
- package/skills/copilot-cli-quickstart/SYNC.md +5 -0
- package/skills/copilot-instructions-blueprint-generator/LICENSE.md +21 -0
- package/skills/copilot-instructions-blueprint-generator/SKILL.md +294 -0
- package/skills/copilot-instructions-blueprint-generator/SYNC.md +5 -0
- package/skills/copilot-sdk/LICENSE.md +21 -0
- package/skills/copilot-sdk/SKILL.md +914 -0
- package/skills/copilot-sdk/SYNC.md +5 -0
- package/skills/copilot-spaces/LICENSE.md +21 -0
- package/skills/copilot-spaces/SKILL.md +205 -0
- package/skills/copilot-spaces/SYNC.md +5 -0
- package/skills/copilot-usage-metrics/LICENSE.md +21 -0
- package/skills/copilot-usage-metrics/SKILL.md +52 -0
- package/skills/copilot-usage-metrics/SYNC.md +5 -0
- package/skills/copilot-usage-metrics/get-enterprise-metrics.sh +22 -0
- package/skills/copilot-usage-metrics/get-enterprise-user-metrics.sh +22 -0
- package/skills/copilot-usage-metrics/get-org-metrics.sh +22 -0
- package/skills/copilot-usage-metrics/get-org-user-metrics.sh +22 -0
- package/skills/cosmosdb-datamodeling/LICENSE.md +21 -0
- package/skills/cosmosdb-datamodeling/SKILL.md +1045 -0
- package/skills/cosmosdb-datamodeling/SYNC.md +5 -0
- package/skills/create-agentsmd/LICENSE.md +21 -0
- package/skills/create-agentsmd/SKILL.md +249 -0
- package/skills/create-agentsmd/SYNC.md +5 -0
- package/skills/create-architectural-decision-record/LICENSE.md +21 -0
- package/skills/create-architectural-decision-record/SKILL.md +97 -0
- package/skills/create-architectural-decision-record/SYNC.md +5 -0
- package/skills/create-github-action-workflow-specification/LICENSE.md +21 -0
- package/skills/create-github-action-workflow-specification/SKILL.md +276 -0
- package/skills/create-github-action-workflow-specification/SYNC.md +5 -0
- package/skills/create-github-issue-feature-from-specification/LICENSE.md +21 -0
- package/skills/create-github-issue-feature-from-specification/SKILL.md +28 -0
- package/skills/create-github-issue-feature-from-specification/SYNC.md +5 -0
- package/skills/create-github-issues-feature-from-implementation-plan/LICENSE.md +21 -0
- package/skills/create-github-issues-feature-from-implementation-plan/SKILL.md +28 -0
- package/skills/create-github-issues-feature-from-implementation-plan/SYNC.md +5 -0
- package/skills/create-github-issues-for-unmet-specification-requirements/LICENSE.md +21 -0
- package/skills/create-github-issues-for-unmet-specification-requirements/SKILL.md +35 -0
- package/skills/create-github-issues-for-unmet-specification-requirements/SYNC.md +5 -0
- package/skills/create-github-pull-request-from-specification/LICENSE.md +21 -0
- package/skills/create-github-pull-request-from-specification/SKILL.md +24 -0
- package/skills/create-github-pull-request-from-specification/SYNC.md +5 -0
- package/skills/create-implementation-plan/LICENSE.md +21 -0
- package/skills/create-implementation-plan/SKILL.md +157 -0
- package/skills/create-implementation-plan/SYNC.md +5 -0
- package/skills/create-llms/LICENSE.md +21 -0
- package/skills/create-llms/SKILL.md +210 -0
- package/skills/create-llms/SYNC.md +5 -0
- package/skills/create-readme/LICENSE.md +21 -0
- package/skills/create-readme/SKILL.md +21 -0
- package/skills/create-readme/SYNC.md +5 -0
- package/skills/create-specification/LICENSE.md +21 -0
- package/skills/create-specification/SKILL.md +127 -0
- package/skills/create-specification/SYNC.md +5 -0
- package/skills/create-spring-boot-java-project/LICENSE.md +21 -0
- package/skills/create-spring-boot-java-project/SKILL.md +163 -0
- package/skills/create-spring-boot-java-project/SYNC.md +5 -0
- package/skills/create-spring-boot-kotlin-project/LICENSE.md +21 -0
- package/skills/create-spring-boot-kotlin-project/SKILL.md +147 -0
- package/skills/create-spring-boot-kotlin-project/SYNC.md +5 -0
- package/skills/create-technical-spike/LICENSE.md +21 -0
- package/skills/create-technical-spike/SKILL.md +230 -0
- package/skills/create-technical-spike/SYNC.md +5 -0
- package/skills/create-tldr-page/LICENSE.md +21 -0
- package/skills/create-tldr-page/SKILL.md +210 -0
- package/skills/create-tldr-page/SYNC.md +5 -0
- package/skills/creating-oracle-to-postgres-master-migration-plan/LICENSE.md +21 -0
- package/skills/creating-oracle-to-postgres-master-migration-plan/SKILL.md +83 -0
- package/skills/creating-oracle-to-postgres-master-migration-plan/SYNC.md +5 -0
- package/skills/creating-oracle-to-postgres-migration-bug-report/LICENSE.md +21 -0
- package/skills/creating-oracle-to-postgres-migration-bug-report/SKILL.md +43 -0
- package/skills/creating-oracle-to-postgres-migration-bug-report/SYNC.md +5 -0
- package/skills/creating-oracle-to-postgres-migration-bug-report/references/BUG-REPORT-TEMPLATE.md +79 -0
- package/skills/creating-oracle-to-postgres-migration-integration-tests/LICENSE.md +21 -0
- package/skills/creating-oracle-to-postgres-migration-integration-tests/SKILL.md +60 -0
- package/skills/creating-oracle-to-postgres-migration-integration-tests/SYNC.md +5 -0
- package/skills/csharp-async/LICENSE.md +21 -0
- package/skills/csharp-async/SKILL.md +49 -0
- package/skills/csharp-async/SYNC.md +5 -0
- package/skills/csharp-docs/LICENSE.md +21 -0
- package/skills/csharp-docs/SKILL.md +62 -0
- package/skills/csharp-docs/SYNC.md +5 -0
- package/skills/csharp-mcp-server-generator/LICENSE.md +21 -0
- package/skills/csharp-mcp-server-generator/SKILL.md +59 -0
- package/skills/csharp-mcp-server-generator/SYNC.md +5 -0
- package/skills/csharp-mstest/LICENSE.md +21 -0
- package/skills/csharp-mstest/SKILL.md +478 -0
- package/skills/csharp-mstest/SYNC.md +5 -0
- package/skills/csharp-nunit/LICENSE.md +21 -0
- package/skills/csharp-nunit/SKILL.md +71 -0
- package/skills/csharp-nunit/SYNC.md +5 -0
- package/skills/csharp-tunit/LICENSE.md +21 -0
- package/skills/csharp-tunit/SKILL.md +100 -0
- package/skills/csharp-tunit/SYNC.md +5 -0
- package/skills/csharp-xunit/LICENSE.md +21 -0
- package/skills/csharp-xunit/SKILL.md +68 -0
- package/skills/csharp-xunit/SYNC.md +5 -0
- package/skills/datanalysis-credit-risk/LICENSE.md +21 -0
- package/skills/datanalysis-credit-risk/SKILL.md +113 -0
- package/skills/datanalysis-credit-risk/SYNC.md +5 -0
- package/skills/datanalysis-credit-risk/references/analysis.py +1223 -0
- package/skills/datanalysis-credit-risk/references/func.py +228 -0
- package/skills/datanalysis-credit-risk/scripts/example.py +391 -0
- package/skills/dataverse-python-advanced-patterns/LICENSE.md +21 -0
- package/skills/dataverse-python-advanced-patterns/SKILL.md +17 -0
- package/skills/dataverse-python-advanced-patterns/SYNC.md +5 -0
- package/skills/dataverse-python-production-code/LICENSE.md +21 -0
- package/skills/dataverse-python-production-code/SKILL.md +116 -0
- package/skills/dataverse-python-production-code/SYNC.md +5 -0
- package/skills/dataverse-python-quickstart/LICENSE.md +21 -0
- package/skills/dataverse-python-quickstart/SKILL.md +14 -0
- package/skills/dataverse-python-quickstart/SYNC.md +5 -0
- package/skills/dataverse-python-usecase-builder/LICENSE.md +21 -0
- package/skills/dataverse-python-usecase-builder/SKILL.md +246 -0
- package/skills/dataverse-python-usecase-builder/SYNC.md +5 -0
- package/skills/debian-linux-triage/LICENSE.md +21 -0
- package/skills/debian-linux-triage/SKILL.md +31 -0
- package/skills/debian-linux-triage/SYNC.md +5 -0
- package/skills/declarative-agents/LICENSE.md +21 -0
- package/skills/declarative-agents/SKILL.md +94 -0
- package/skills/declarative-agents/SYNC.md +5 -0
- package/skills/dependabot/LICENSE.md +21 -0
- package/skills/dependabot/SKILL.md +422 -0
- package/skills/dependabot/SYNC.md +5 -0
- package/skills/dependabot/references/dependabot-yml-reference.md +374 -0
- package/skills/dependabot/references/example-configs.md +409 -0
- package/skills/dependabot/references/pr-commands.md +91 -0
- package/skills/devops-rollout-plan/LICENSE.md +21 -0
- package/skills/devops-rollout-plan/SKILL.md +117 -0
- package/skills/devops-rollout-plan/SYNC.md +5 -0
- package/skills/doc-coauthoring/SKILL.md +375 -0
- package/skills/doc-coauthoring/SYNC.md +5 -0
- package/skills/documentation-writer/LICENSE.md +21 -0
- package/skills/documentation-writer/SKILL.md +45 -0
- package/skills/documentation-writer/SYNC.md +5 -0
- package/skills/docx/LICENSE.txt +30 -0
- package/skills/docx/SKILL.md +590 -0
- package/skills/docx/SYNC.md +5 -0
- package/skills/docx/scripts/__init__.py +1 -0
- package/skills/docx/scripts/accept_changes.py +135 -0
- package/skills/docx/scripts/comment.py +318 -0
- package/skills/docx/scripts/office/helpers/__init__.py +0 -0
- package/skills/docx/scripts/office/helpers/merge_runs.py +199 -0
- package/skills/docx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/skills/docx/scripts/office/pack.py +159 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/docx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/docx/scripts/office/soffice.py +183 -0
- package/skills/docx/scripts/office/unpack.py +132 -0
- package/skills/docx/scripts/office/validate.py +111 -0
- package/skills/docx/scripts/office/validators/__init__.py +15 -0
- package/skills/docx/scripts/office/validators/base.py +847 -0
- package/skills/docx/scripts/office/validators/docx.py +446 -0
- package/skills/docx/scripts/office/validators/pptx.py +275 -0
- package/skills/docx/scripts/office/validators/redlining.py +247 -0
- package/skills/docx/scripts/templates/comments.xml +3 -0
- package/skills/docx/scripts/templates/commentsExtended.xml +3 -0
- package/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
- package/skills/docx/scripts/templates/commentsIds.xml +3 -0
- package/skills/docx/scripts/templates/people.xml +3 -0
- package/skills/dotnet-best-practices/LICENSE.md +21 -0
- package/skills/dotnet-best-practices/SKILL.md +85 -0
- package/skills/dotnet-best-practices/SYNC.md +5 -0
- package/skills/dotnet-design-pattern-review/LICENSE.md +21 -0
- package/skills/dotnet-design-pattern-review/SKILL.md +42 -0
- package/skills/dotnet-design-pattern-review/SYNC.md +5 -0
- package/skills/dotnet-timezone/LICENSE.md +21 -0
- package/skills/dotnet-timezone/SKILL.md +109 -0
- package/skills/dotnet-timezone/SYNC.md +5 -0
- package/skills/dotnet-timezone/references/code-patterns.md +153 -0
- package/skills/dotnet-timezone/references/timezone-index.md +87 -0
- package/skills/dotnet-upgrade/LICENSE.md +21 -0
- package/skills/dotnet-upgrade/SKILL.md +116 -0
- package/skills/dotnet-upgrade/SYNC.md +5 -0
- package/skills/doublecheck/LICENSE.md +21 -0
- package/skills/doublecheck/SKILL.md +277 -0
- package/skills/doublecheck/SYNC.md +5 -0
- package/skills/doublecheck/assets/verification-report-template.md +92 -0
- package/skills/editorconfig/LICENSE.md +21 -0
- package/skills/editorconfig/SKILL.md +63 -0
- package/skills/editorconfig/SYNC.md +5 -0
- package/skills/ef-core/LICENSE.md +21 -0
- package/skills/ef-core/SKILL.md +75 -0
- package/skills/ef-core/SYNC.md +5 -0
- package/skills/entra-agent-user/LICENSE.md +21 -0
- package/skills/entra-agent-user/SKILL.md +270 -0
- package/skills/entra-agent-user/SYNC.md +5 -0
- package/skills/eval-driven-dev/LICENSE.md +21 -0
- package/skills/eval-driven-dev/SKILL.md +862 -0
- package/skills/eval-driven-dev/SYNC.md +5 -0
- package/skills/eval-driven-dev/references/pixie-api.md +195 -0
- package/skills/excalidraw-diagram-generator/LICENSE.md +21 -0
- package/skills/excalidraw-diagram-generator/SKILL.md +613 -0
- package/skills/excalidraw-diagram-generator/SYNC.md +5 -0
- package/skills/excalidraw-diagram-generator/references/element-types.md +497 -0
- package/skills/excalidraw-diagram-generator/references/excalidraw-schema.md +350 -0
- package/skills/excalidraw-diagram-generator/scripts/README.md +193 -0
- package/skills/excalidraw-diagram-generator/scripts/add-arrow.py +312 -0
- package/skills/excalidraw-diagram-generator/scripts/add-icon-to-diagram.py +404 -0
- package/skills/excalidraw-diagram-generator/scripts/split-excalidraw-library.py +183 -0
- package/skills/excalidraw-diagram-generator/templates/business-flow-swimlane-template.excalidraw +334 -0
- package/skills/excalidraw-diagram-generator/templates/class-diagram-template.excalidraw +558 -0
- package/skills/excalidraw-diagram-generator/templates/data-flow-diagram-template.excalidraw +279 -0
- package/skills/excalidraw-diagram-generator/templates/er-diagram-template.excalidraw +662 -0
- package/skills/excalidraw-diagram-generator/templates/flowchart-template.excalidraw +179 -0
- package/skills/excalidraw-diagram-generator/templates/mindmap-template.excalidraw +244 -0
- package/skills/excalidraw-diagram-generator/templates/relationship-template.excalidraw +145 -0
- package/skills/excalidraw-diagram-generator/templates/sequence-diagram-template.excalidraw +509 -0
- package/skills/fabric-lakehouse/LICENSE.md +21 -0
- package/skills/fabric-lakehouse/SKILL.md +106 -0
- package/skills/fabric-lakehouse/SYNC.md +5 -0
- package/skills/fabric-lakehouse/references/getdata.md +36 -0
- package/skills/fabric-lakehouse/references/pyspark.md +189 -0
- package/skills/fedora-linux-triage/LICENSE.md +21 -0
- package/skills/fedora-linux-triage/SKILL.md +31 -0
- package/skills/fedora-linux-triage/SYNC.md +5 -0
- package/skills/finalize-agent-prompt/LICENSE.md +21 -0
- package/skills/finalize-agent-prompt/SKILL.md +26 -0
- package/skills/finalize-agent-prompt/SYNC.md +5 -0
- package/skills/finnish-humanizer/LICENSE.md +21 -0
- package/skills/finnish-humanizer/SKILL.md +145 -0
- package/skills/finnish-humanizer/SYNC.md +5 -0
- package/skills/finnish-humanizer/references/patterns.md +338 -0
- package/skills/first-ask/LICENSE.md +21 -0
- package/skills/first-ask/SKILL.md +30 -0
- package/skills/first-ask/SYNC.md +5 -0
- package/skills/flowstudio-power-automate-build/LICENSE.md +21 -0
- package/skills/flowstudio-power-automate-build/SKILL.md +460 -0
- package/skills/flowstudio-power-automate-build/SYNC.md +5 -0
- package/skills/flowstudio-power-automate-build/references/action-patterns-connectors.md +542 -0
- package/skills/flowstudio-power-automate-build/references/action-patterns-core.md +542 -0
- package/skills/flowstudio-power-automate-build/references/action-patterns-data.md +735 -0
- package/skills/flowstudio-power-automate-build/references/build-patterns.md +108 -0
- package/skills/flowstudio-power-automate-build/references/flow-schema.md +225 -0
- package/skills/flowstudio-power-automate-build/references/trigger-types.md +211 -0
- package/skills/flowstudio-power-automate-debug/LICENSE.md +21 -0
- package/skills/flowstudio-power-automate-debug/SKILL.md +322 -0
- package/skills/flowstudio-power-automate-debug/SYNC.md +5 -0
- package/skills/flowstudio-power-automate-debug/references/common-errors.md +188 -0
- package/skills/flowstudio-power-automate-debug/references/debug-workflow.md +157 -0
- package/skills/flowstudio-power-automate-mcp/LICENSE.md +21 -0
- package/skills/flowstudio-power-automate-mcp/SKILL.md +450 -0
- package/skills/flowstudio-power-automate-mcp/SYNC.md +5 -0
- package/skills/flowstudio-power-automate-mcp/references/MCP-BOOTSTRAP.md +53 -0
- package/skills/flowstudio-power-automate-mcp/references/action-types.md +79 -0
- package/skills/flowstudio-power-automate-mcp/references/connection-references.md +115 -0
- package/skills/flowstudio-power-automate-mcp/references/tool-reference.md +445 -0
- package/skills/fluentui-blazor/LICENSE.md +21 -0
- package/skills/fluentui-blazor/SKILL.md +231 -0
- package/skills/fluentui-blazor/SYNC.md +5 -0
- package/skills/fluentui-blazor/references/DATAGRID.md +162 -0
- package/skills/fluentui-blazor/references/LAYOUT-AND-NAVIGATION.md +173 -0
- package/skills/fluentui-blazor/references/SETUP.md +129 -0
- package/skills/fluentui-blazor/references/THEMING.md +103 -0
- package/skills/folder-structure-blueprint-generator/LICENSE.md +21 -0
- package/skills/folder-structure-blueprint-generator/SKILL.md +405 -0
- package/skills/folder-structure-blueprint-generator/SYNC.md +5 -0
- package/skills/frontend-design/LICENSE.txt +177 -0
- package/skills/frontend-design/SKILL.md +42 -0
- package/skills/frontend-design/SYNC.md +5 -0
- package/skills/game-engine/LICENSE.md +21 -0
- package/skills/game-engine/SKILL.md +139 -0
- package/skills/game-engine/SYNC.md +5 -0
- package/skills/game-engine/assets/2d-maze-game.md +528 -0
- package/skills/game-engine/assets/2d-platform-game.md +1855 -0
- package/skills/game-engine/assets/gameBase-template-repo.md +310 -0
- package/skills/game-engine/assets/paddle-game-template.md +1528 -0
- package/skills/game-engine/assets/simple-2d-engine.md +507 -0
- package/skills/game-engine/references/3d-web-games.md +754 -0
- package/skills/game-engine/references/algorithms.md +843 -0
- package/skills/game-engine/references/basics.md +343 -0
- package/skills/game-engine/references/game-control-mechanisms.md +617 -0
- package/skills/game-engine/references/game-engine-core-principles.md +695 -0
- package/skills/game-engine/references/game-publishing.md +352 -0
- package/skills/game-engine/references/techniques.md +894 -0
- package/skills/game-engine/references/terminology.md +354 -0
- package/skills/game-engine/references/web-apis.md +1394 -0
- package/skills/gen-specs-as-issues/LICENSE.md +21 -0
- package/skills/gen-specs-as-issues/SKILL.md +165 -0
- package/skills/gen-specs-as-issues/SYNC.md +5 -0
- package/skills/generate-custom-instructions-from-codebase/LICENSE.md +21 -0
- package/skills/generate-custom-instructions-from-codebase/SKILL.md +240 -0
- package/skills/generate-custom-instructions-from-codebase/SYNC.md +5 -0
- package/skills/geofeed-tuner/LICENSE.md +21 -0
- package/skills/geofeed-tuner/SKILL.md +864 -0
- package/skills/geofeed-tuner/SYNC.md +5 -0
- package/skills/geofeed-tuner/assets/example/01-user-input-rfc8805-feed.csv +5 -0
- package/skills/geofeed-tuner/assets/iso3166-1.json +1249 -0
- package/skills/geofeed-tuner/assets/iso3166-2.json +20188 -0
- package/skills/geofeed-tuner/assets/small-territories.json +106 -0
- package/skills/geofeed-tuner/references/rfc8805.txt +735 -0
- package/skills/geofeed-tuner/references/snippets-python3.md +85 -0
- package/skills/geofeed-tuner/scripts/templates/index.html +2305 -0
- package/skills/gh-cli/LICENSE.md +21 -0
- package/skills/gh-cli/SKILL.md +2187 -0
- package/skills/gh-cli/SYNC.md +5 -0
- package/skills/git-commit/LICENSE.md +21 -0
- package/skills/git-commit/SKILL.md +124 -0
- package/skills/git-commit/SYNC.md +5 -0
- package/skills/git-flow-branch-creator/LICENSE.md +21 -0
- package/skills/git-flow-branch-creator/SKILL.md +292 -0
- package/skills/git-flow-branch-creator/SYNC.md +5 -0
- package/skills/github-copilot-starter/LICENSE.md +21 -0
- package/skills/github-copilot-starter/SKILL.md +402 -0
- package/skills/github-copilot-starter/SYNC.md +5 -0
- package/skills/github-issues/LICENSE.md +21 -0
- package/skills/github-issues/SKILL.md +201 -0
- package/skills/github-issues/SYNC.md +5 -0
- package/skills/github-issues/references/dependencies.md +71 -0
- package/skills/github-issues/references/images.md +116 -0
- package/skills/github-issues/references/issue-fields.md +191 -0
- package/skills/github-issues/references/issue-types.md +72 -0
- package/skills/github-issues/references/projects.md +273 -0
- package/skills/github-issues/references/search.md +231 -0
- package/skills/github-issues/references/sub-issues.md +137 -0
- package/skills/github-issues/references/templates.md +90 -0
- package/skills/go-mcp-server-generator/LICENSE.md +21 -0
- package/skills/go-mcp-server-generator/SKILL.md +334 -0
- package/skills/go-mcp-server-generator/SYNC.md +5 -0
- package/skills/gtm-0-to-1-launch/LICENSE.md +21 -0
- package/skills/gtm-0-to-1-launch/SKILL.md +321 -0
- package/skills/gtm-0-to-1-launch/SYNC.md +5 -0
- package/skills/gtm-ai-gtm/LICENSE.md +21 -0
- package/skills/gtm-ai-gtm/SKILL.md +569 -0
- package/skills/gtm-ai-gtm/SYNC.md +5 -0
- package/skills/gtm-board-and-investor-communication/LICENSE.md +21 -0
- package/skills/gtm-board-and-investor-communication/SKILL.md +456 -0
- package/skills/gtm-board-and-investor-communication/SYNC.md +5 -0
- package/skills/gtm-developer-ecosystem/LICENSE.md +21 -0
- package/skills/gtm-developer-ecosystem/SKILL.md +310 -0
- package/skills/gtm-developer-ecosystem/SYNC.md +5 -0
- package/skills/gtm-enterprise-account-planning/LICENSE.md +21 -0
- package/skills/gtm-enterprise-account-planning/SKILL.md +429 -0
- package/skills/gtm-enterprise-account-planning/SYNC.md +5 -0
- package/skills/gtm-enterprise-onboarding/LICENSE.md +21 -0
- package/skills/gtm-enterprise-onboarding/SKILL.md +457 -0
- package/skills/gtm-enterprise-onboarding/SYNC.md +5 -0
- package/skills/gtm-operating-cadence/LICENSE.md +21 -0
- package/skills/gtm-operating-cadence/SKILL.md +420 -0
- package/skills/gtm-operating-cadence/SYNC.md +5 -0
- package/skills/gtm-partnership-architecture/LICENSE.md +21 -0
- package/skills/gtm-partnership-architecture/SKILL.md +470 -0
- package/skills/gtm-partnership-architecture/SYNC.md +5 -0
- package/skills/gtm-positioning-strategy/LICENSE.md +21 -0
- package/skills/gtm-positioning-strategy/SKILL.md +438 -0
- package/skills/gtm-positioning-strategy/SYNC.md +5 -0
- package/skills/gtm-product-led-growth/LICENSE.md +21 -0
- package/skills/gtm-product-led-growth/SKILL.md +339 -0
- package/skills/gtm-product-led-growth/SYNC.md +5 -0
- package/skills/gtm-technical-product-pricing/LICENSE.md +21 -0
- package/skills/gtm-technical-product-pricing/SKILL.md +353 -0
- package/skills/gtm-technical-product-pricing/SYNC.md +5 -0
- package/skills/image-manipulation-image-magick/LICENSE.md +21 -0
- package/skills/image-manipulation-image-magick/SKILL.md +252 -0
- package/skills/image-manipulation-image-magick/SYNC.md +5 -0
- package/skills/import-infrastructure-as-code/LICENSE.md +21 -0
- package/skills/import-infrastructure-as-code/SKILL.md +367 -0
- package/skills/import-infrastructure-as-code/SYNC.md +5 -0
- package/skills/internal-comms/LICENSE.txt +202 -0
- package/skills/internal-comms/SKILL.md +32 -0
- package/skills/internal-comms/SYNC.md +5 -0
- package/skills/internal-comms/examples/3p-updates.md +47 -0
- package/skills/internal-comms/examples/company-newsletter.md +65 -0
- package/skills/internal-comms/examples/faq-answers.md +30 -0
- package/skills/internal-comms/examples/general-comms.md +16 -0
- package/skills/issue-fields-migration/LICENSE.md +21 -0
- package/skills/issue-fields-migration/SKILL.md +533 -0
- package/skills/issue-fields-migration/SYNC.md +5 -0
- package/skills/issue-fields-migration/references/issue-fields-api.md +129 -0
- package/skills/issue-fields-migration/references/labels-api.md +74 -0
- package/skills/issue-fields-migration/references/projects-api.md +116 -0
- package/skills/java-add-graalvm-native-image-support/LICENSE.md +21 -0
- package/skills/java-add-graalvm-native-image-support/SKILL.md +449 -0
- package/skills/java-add-graalvm-native-image-support/SYNC.md +5 -0
- package/skills/java-docs/LICENSE.md +21 -0
- package/skills/java-docs/SKILL.md +23 -0
- package/skills/java-docs/SYNC.md +5 -0
- package/skills/java-junit/LICENSE.md +21 -0
- package/skills/java-junit/SKILL.md +63 -0
- package/skills/java-junit/SYNC.md +5 -0
- package/skills/java-mcp-server-generator/LICENSE.md +21 -0
- package/skills/java-mcp-server-generator/SKILL.md +756 -0
- package/skills/java-mcp-server-generator/SYNC.md +5 -0
- package/skills/java-refactoring-extract-method/LICENSE.md +21 -0
- package/skills/java-refactoring-extract-method/SKILL.md +104 -0
- package/skills/java-refactoring-extract-method/SYNC.md +5 -0
- package/skills/java-refactoring-remove-parameter/LICENSE.md +21 -0
- package/skills/java-refactoring-remove-parameter/SKILL.md +84 -0
- package/skills/java-refactoring-remove-parameter/SYNC.md +5 -0
- package/skills/java-springboot/LICENSE.md +21 -0
- package/skills/java-springboot/SKILL.md +65 -0
- package/skills/java-springboot/SYNC.md +5 -0
- package/skills/javascript-typescript-jest/LICENSE.md +21 -0
- package/skills/javascript-typescript-jest/SKILL.md +44 -0
- package/skills/javascript-typescript-jest/SYNC.md +5 -0
- package/skills/kotlin-mcp-server-generator/LICENSE.md +21 -0
- package/skills/kotlin-mcp-server-generator/SKILL.md +449 -0
- package/skills/kotlin-mcp-server-generator/SYNC.md +5 -0
- package/skills/kotlin-springboot/LICENSE.md +21 -0
- package/skills/kotlin-springboot/SKILL.md +70 -0
- package/skills/kotlin-springboot/SYNC.md +5 -0
- package/skills/legacy-circuit-mockups/LICENSE.md +21 -0
- package/skills/legacy-circuit-mockups/SKILL.md +276 -0
- package/skills/legacy-circuit-mockups/SYNC.md +5 -0
- package/skills/legacy-circuit-mockups/references/28256-eeprom.md +190 -0
- package/skills/legacy-circuit-mockups/references/555.md +861 -0
- package/skills/legacy-circuit-mockups/references/6502.md +221 -0
- package/skills/legacy-circuit-mockups/references/6522.md +211 -0
- package/skills/legacy-circuit-mockups/references/6C62256.md +177 -0
- package/skills/legacy-circuit-mockups/references/7400-series.md +177 -0
- package/skills/legacy-circuit-mockups/references/assembly-compiler.md +258 -0
- package/skills/legacy-circuit-mockups/references/assembly-language.md +226 -0
- package/skills/legacy-circuit-mockups/references/basic-electronic-components.md +86 -0
- package/skills/legacy-circuit-mockups/references/breadboard.md +214 -0
- package/skills/legacy-circuit-mockups/references/common-breadboard-components.md +281 -0
- package/skills/legacy-circuit-mockups/references/connecting-electronic-components.md +310 -0
- package/skills/legacy-circuit-mockups/references/emulator-28256-eeprom.md +245 -0
- package/skills/legacy-circuit-mockups/references/emulator-6502.md +251 -0
- package/skills/legacy-circuit-mockups/references/emulator-6522.md +288 -0
- package/skills/legacy-circuit-mockups/references/emulator-6C62256.md +233 -0
- package/skills/legacy-circuit-mockups/references/emulator-lcd.md +266 -0
- package/skills/legacy-circuit-mockups/references/lcd.md +208 -0
- package/skills/legacy-circuit-mockups/references/minipro.md +211 -0
- package/skills/legacy-circuit-mockups/references/t48eeprom-programmer.md +174 -0
- package/skills/make-repo-contribution/LICENSE.md +21 -0
- package/skills/make-repo-contribution/SKILL.md +90 -0
- package/skills/make-repo-contribution/SYNC.md +5 -0
- package/skills/make-repo-contribution/assets/issue-template.md +37 -0
- package/skills/make-repo-contribution/assets/pr-template.md +36 -0
- package/skills/make-skill-template/LICENSE.md +21 -0
- package/skills/make-skill-template/SKILL.md +147 -0
- package/skills/make-skill-template/SYNC.md +5 -0
- package/skills/markdown-to-html/LICENSE.md +21 -0
- package/skills/markdown-to-html/SKILL.md +916 -0
- package/skills/markdown-to-html/SYNC.md +5 -0
- package/skills/markdown-to-html/references/basic-markdown-to-html.md +420 -0
- package/skills/markdown-to-html/references/basic-markdown.md +496 -0
- package/skills/markdown-to-html/references/code-blocks-to-html.md +165 -0
- package/skills/markdown-to-html/references/code-blocks.md +70 -0
- package/skills/markdown-to-html/references/collapsed-sections-to-html.md +136 -0
- package/skills/markdown-to-html/references/collapsed-sections.md +48 -0
- package/skills/markdown-to-html/references/gomarkdown.md +253 -0
- package/skills/markdown-to-html/references/hugo.md +394 -0
- package/skills/markdown-to-html/references/jekyll.md +321 -0
- package/skills/markdown-to-html/references/marked.md +121 -0
- package/skills/markdown-to-html/references/pandoc.md +226 -0
- package/skills/markdown-to-html/references/tables-to-html.md +169 -0
- package/skills/markdown-to-html/references/tables.md +72 -0
- package/skills/markdown-to-html/references/writing-mathematical-expressions-to-html.md +350 -0
- package/skills/markdown-to-html/references/writing-mathematical-expressions.md +76 -0
- package/skills/mcp-builder/LICENSE.txt +202 -0
- package/skills/mcp-builder/SKILL.md +236 -0
- package/skills/mcp-builder/SYNC.md +5 -0
- package/skills/mcp-builder/reference/evaluation.md +602 -0
- package/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
- package/skills/mcp-builder/reference/node_mcp_server.md +970 -0
- package/skills/mcp-builder/reference/python_mcp_server.md +719 -0
- package/skills/mcp-builder/scripts/connections.py +151 -0
- package/skills/mcp-builder/scripts/evaluation.py +373 -0
- package/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/skills/mcp-builder/scripts/requirements.txt +2 -0
- package/skills/mcp-cli/LICENSE.md +21 -0
- package/skills/mcp-cli/SKILL.md +78 -0
- package/skills/mcp-cli/SYNC.md +5 -0
- package/skills/mcp-copilot-studio-server-generator/LICENSE.md +21 -0
- package/skills/mcp-copilot-studio-server-generator/SKILL.md +118 -0
- package/skills/mcp-copilot-studio-server-generator/SYNC.md +5 -0
- package/skills/mcp-create-adaptive-cards/LICENSE.md +21 -0
- package/skills/mcp-create-adaptive-cards/SKILL.md +532 -0
- package/skills/mcp-create-adaptive-cards/SYNC.md +5 -0
- package/skills/mcp-create-declarative-agent/LICENSE.md +21 -0
- package/skills/mcp-create-declarative-agent/SKILL.md +315 -0
- package/skills/mcp-create-declarative-agent/SYNC.md +5 -0
- package/skills/mcp-deploy-manage-agents/LICENSE.md +21 -0
- package/skills/mcp-deploy-manage-agents/SKILL.md +341 -0
- package/skills/mcp-deploy-manage-agents/SYNC.md +5 -0
- package/skills/meeting-minutes/LICENSE.md +21 -0
- package/skills/meeting-minutes/SKILL.md +235 -0
- package/skills/meeting-minutes/SYNC.md +5 -0
- package/skills/memory-merger/LICENSE.md +21 -0
- package/skills/memory-merger/SKILL.md +108 -0
- package/skills/memory-merger/SYNC.md +5 -0
- package/skills/mentoring-juniors/LICENSE.md +21 -0
- package/skills/mentoring-juniors/SKILL.md +310 -0
- package/skills/mentoring-juniors/SYNC.md +5 -0
- package/skills/microsoft-agent-framework/LICENSE.md +21 -0
- package/skills/microsoft-agent-framework/SKILL.md +65 -0
- package/skills/microsoft-agent-framework/SYNC.md +5 -0
- package/skills/microsoft-agent-framework/references/dotnet.md +24 -0
- package/skills/microsoft-agent-framework/references/python.md +24 -0
- package/skills/microsoft-code-reference/LICENSE.md +21 -0
- package/skills/microsoft-code-reference/SKILL.md +99 -0
- package/skills/microsoft-code-reference/SYNC.md +5 -0
- package/skills/microsoft-docs/LICENSE.md +21 -0
- package/skills/microsoft-docs/SKILL.md +134 -0
- package/skills/microsoft-docs/SYNC.md +5 -0
- package/skills/microsoft-skill-creator/LICENSE.md +21 -0
- package/skills/microsoft-skill-creator/SKILL.md +250 -0
- package/skills/microsoft-skill-creator/SYNC.md +5 -0
- package/skills/microsoft-skill-creator/references/skill-templates.md +345 -0
- package/skills/migrating-oracle-to-postgres-stored-procedures/LICENSE.md +21 -0
- package/skills/migrating-oracle-to-postgres-stored-procedures/SKILL.md +42 -0
- package/skills/migrating-oracle-to-postgres-stored-procedures/SYNC.md +5 -0
- package/skills/mkdocs-translations/LICENSE.md +21 -0
- package/skills/mkdocs-translations/SKILL.md +108 -0
- package/skills/mkdocs-translations/SYNC.md +5 -0
- package/skills/model-recommendation/LICENSE.md +21 -0
- package/skills/model-recommendation/SKILL.md +672 -0
- package/skills/model-recommendation/SYNC.md +5 -0
- package/skills/msstore-cli/LICENSE.md +21 -0
- package/skills/msstore-cli/SKILL.md +600 -0
- package/skills/msstore-cli/SYNC.md +5 -0
- package/skills/multi-stage-dockerfile/LICENSE.md +21 -0
- package/skills/multi-stage-dockerfile/SKILL.md +46 -0
- package/skills/multi-stage-dockerfile/SYNC.md +5 -0
- package/skills/my-issues/LICENSE.md +21 -0
- package/skills/my-issues/SKILL.md +8 -0
- package/skills/my-issues/SYNC.md +5 -0
- package/skills/my-pull-requests/LICENSE.md +21 -0
- package/skills/my-pull-requests/SKILL.md +14 -0
- package/skills/my-pull-requests/SYNC.md +5 -0
- package/skills/nano-banana-pro-openrouter/LICENSE.md +21 -0
- package/skills/nano-banana-pro-openrouter/SKILL.md +74 -0
- package/skills/nano-banana-pro-openrouter/SYNC.md +5 -0
- package/skills/nano-banana-pro-openrouter/assets/SYSTEM_TEMPLATE +14 -0
- package/skills/nano-banana-pro-openrouter/scripts/generate_image.py +191 -0
- package/skills/napkin/LICENSE.md +21 -0
- package/skills/napkin/SKILL.md +154 -0
- package/skills/napkin/SYNC.md +5 -0
- package/skills/napkin/assets/napkin.html +2019 -0
- package/skills/napkin/assets/step1-activate.svg +107 -0
- package/skills/napkin/assets/step2-whiteboard.svg +157 -0
- package/skills/napkin/assets/step3-draw.svg +143 -0
- package/skills/napkin/assets/step4-share.svg +98 -0
- package/skills/napkin/assets/step5-response.svg +112 -0
- package/skills/next-best-practices/SKILL.md +153 -0
- package/skills/next-best-practices/SYNC.md +5 -0
- package/skills/next-best-practices/async-patterns.md +87 -0
- package/skills/next-best-practices/bundling.md +180 -0
- package/skills/next-best-practices/data-patterns.md +297 -0
- package/skills/next-best-practices/debug-tricks.md +105 -0
- package/skills/next-best-practices/directives.md +73 -0
- package/skills/next-best-practices/error-handling.md +227 -0
- package/skills/next-best-practices/file-conventions.md +140 -0
- package/skills/next-best-practices/font.md +245 -0
- package/skills/next-best-practices/functions.md +108 -0
- package/skills/next-best-practices/hydration-error.md +91 -0
- package/skills/next-best-practices/image.md +173 -0
- package/skills/next-best-practices/metadata.md +301 -0
- package/skills/next-best-practices/parallel-routes.md +287 -0
- package/skills/next-best-practices/route-handlers.md +146 -0
- package/skills/next-best-practices/rsc-boundaries.md +159 -0
- package/skills/next-best-practices/runtime-selection.md +39 -0
- package/skills/next-best-practices/scripts.md +141 -0
- package/skills/next-best-practices/self-hosting.md +371 -0
- package/skills/next-best-practices/suspense-boundaries.md +67 -0
- package/skills/next-cache-components/SKILL.md +411 -0
- package/skills/next-cache-components/SYNC.md +5 -0
- package/skills/next-intl-add-language/LICENSE.md +21 -0
- package/skills/next-intl-add-language/SKILL.md +19 -0
- package/skills/next-intl-add-language/SYNC.md +5 -0
- package/skills/next-upgrade/SKILL.md +50 -0
- package/skills/next-upgrade/SYNC.md +5 -0
- package/skills/noob-mode/LICENSE.md +21 -0
- package/skills/noob-mode/SKILL.md +263 -0
- package/skills/noob-mode/SYNC.md +5 -0
- package/skills/noob-mode/references/examples.md +418 -0
- package/skills/noob-mode/references/glossary.md +368 -0
- package/skills/nuget-manager/LICENSE.md +21 -0
- package/skills/nuget-manager/SKILL.md +68 -0
- package/skills/nuget-manager/SYNC.md +5 -0
- package/skills/oo-component-documentation/LICENSE.md +21 -0
- package/skills/oo-component-documentation/SKILL.md +74 -0
- package/skills/oo-component-documentation/SYNC.md +5 -0
- package/skills/oo-component-documentation/assets/documentation-template.md +97 -0
- package/skills/oo-component-documentation/references/create-mode.md +32 -0
- package/skills/oo-component-documentation/references/update-mode.md +32 -0
- package/skills/openapi-to-application-code/LICENSE.md +21 -0
- package/skills/openapi-to-application-code/SKILL.md +112 -0
- package/skills/openapi-to-application-code/SYNC.md +5 -0
- package/skills/pdf/LICENSE.txt +30 -0
- package/skills/pdf/SKILL.md +314 -0
- package/skills/pdf/SYNC.md +5 -0
- package/skills/pdf/forms.md +294 -0
- package/skills/pdf/reference.md +612 -0
- package/skills/pdf/scripts/check_bounding_boxes.py +65 -0
- package/skills/pdf/scripts/check_fillable_fields.py +11 -0
- package/skills/pdf/scripts/convert_pdf_to_images.py +33 -0
- package/skills/pdf/scripts/create_validation_image.py +37 -0
- package/skills/pdf/scripts/extract_form_field_info.py +122 -0
- package/skills/pdf/scripts/extract_form_structure.py +115 -0
- package/skills/pdf/scripts/fill_fillable_fields.py +98 -0
- package/skills/pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
- package/skills/pdftk-server/LICENSE.md +21 -0
- package/skills/pdftk-server/SKILL.md +162 -0
- package/skills/pdftk-server/SYNC.md +5 -0
- package/skills/pdftk-server/references/download.md +75 -0
- package/skills/pdftk-server/references/pdftk-cli-examples.md +193 -0
- package/skills/pdftk-server/references/pdftk-man-page.md +232 -0
- package/skills/pdftk-server/references/pdftk-server-license.md +25 -0
- package/skills/pdftk-server/references/third-party-materials.md +103 -0
- package/skills/penpot-uiux-design/LICENSE.md +21 -0
- package/skills/penpot-uiux-design/SKILL.md +342 -0
- package/skills/penpot-uiux-design/SYNC.md +5 -0
- package/skills/penpot-uiux-design/references/accessibility.md +329 -0
- package/skills/penpot-uiux-design/references/component-patterns.md +339 -0
- package/skills/penpot-uiux-design/references/platform-guidelines.md +367 -0
- package/skills/penpot-uiux-design/references/setup-troubleshooting.md +328 -0
- package/skills/php-mcp-server-generator/LICENSE.md +21 -0
- package/skills/php-mcp-server-generator/SKILL.md +522 -0
- package/skills/php-mcp-server-generator/SYNC.md +5 -0
- package/skills/planning-oracle-to-postgres-migration-integration-testing/LICENSE.md +21 -0
- package/skills/planning-oracle-to-postgres-migration-integration-testing/SKILL.md +44 -0
- package/skills/planning-oracle-to-postgres-migration-integration-testing/SYNC.md +5 -0
- package/skills/plantuml-ascii/LICENSE.md +21 -0
- package/skills/plantuml-ascii/SKILL.md +305 -0
- package/skills/plantuml-ascii/SYNC.md +5 -0
- package/skills/playwright-automation-fill-in-form/LICENSE.md +21 -0
- package/skills/playwright-automation-fill-in-form/SKILL.md +28 -0
- package/skills/playwright-automation-fill-in-form/SYNC.md +5 -0
- package/skills/playwright-explore-website/LICENSE.md +21 -0
- package/skills/playwright-explore-website/SKILL.md +17 -0
- package/skills/playwright-explore-website/SYNC.md +5 -0
- package/skills/playwright-generate-test/LICENSE.md +21 -0
- package/skills/playwright-generate-test/SKILL.md +17 -0
- package/skills/playwright-generate-test/SYNC.md +5 -0
- package/skills/polyglot-test-agent/LICENSE.md +21 -0
- package/skills/polyglot-test-agent/SKILL.md +161 -0
- package/skills/polyglot-test-agent/SYNC.md +5 -0
- package/skills/polyglot-test-agent/unit-test-generation.prompt.md +155 -0
- package/skills/postgresql-code-review/LICENSE.md +21 -0
- package/skills/postgresql-code-review/SKILL.md +212 -0
- package/skills/postgresql-code-review/SYNC.md +5 -0
- package/skills/postgresql-optimization/LICENSE.md +21 -0
- package/skills/postgresql-optimization/SKILL.md +404 -0
- package/skills/postgresql-optimization/SYNC.md +5 -0
- package/skills/power-apps-code-app-scaffold/LICENSE.md +21 -0
- package/skills/power-apps-code-app-scaffold/SKILL.md +146 -0
- package/skills/power-apps-code-app-scaffold/SYNC.md +5 -0
- package/skills/power-bi-dax-optimization/LICENSE.md +21 -0
- package/skills/power-bi-dax-optimization/SKILL.md +173 -0
- package/skills/power-bi-dax-optimization/SYNC.md +5 -0
- package/skills/power-bi-model-design-review/LICENSE.md +21 -0
- package/skills/power-bi-model-design-review/SKILL.md +403 -0
- package/skills/power-bi-model-design-review/SYNC.md +5 -0
- package/skills/power-bi-performance-troubleshooting/LICENSE.md +21 -0
- package/skills/power-bi-performance-troubleshooting/SKILL.md +382 -0
- package/skills/power-bi-performance-troubleshooting/SYNC.md +5 -0
- package/skills/power-bi-report-design-consultation/LICENSE.md +21 -0
- package/skills/power-bi-report-design-consultation/SKILL.md +351 -0
- package/skills/power-bi-report-design-consultation/SYNC.md +5 -0
- package/skills/power-platform-mcp-connector-suite/LICENSE.md +21 -0
- package/skills/power-platform-mcp-connector-suite/SKILL.md +156 -0
- package/skills/power-platform-mcp-connector-suite/SYNC.md +5 -0
- package/skills/powerbi-modeling/LICENSE.md +21 -0
- package/skills/powerbi-modeling/SKILL.md +153 -0
- package/skills/powerbi-modeling/SYNC.md +5 -0
- package/skills/powerbi-modeling/references/MEASURES-DAX.md +195 -0
- package/skills/powerbi-modeling/references/PERFORMANCE.md +215 -0
- package/skills/powerbi-modeling/references/RELATIONSHIPS.md +147 -0
- package/skills/powerbi-modeling/references/RLS.md +226 -0
- package/skills/powerbi-modeling/references/STAR-SCHEMA.md +103 -0
- package/skills/pptx/LICENSE.txt +30 -0
- package/skills/pptx/SKILL.md +232 -0
- package/skills/pptx/SYNC.md +5 -0
- package/skills/pptx/editing.md +205 -0
- package/skills/pptx/pptxgenjs.md +420 -0
- package/skills/pptx/scripts/__init__.py +0 -0
- package/skills/pptx/scripts/add_slide.py +195 -0
- package/skills/pptx/scripts/clean.py +286 -0
- package/skills/pptx/scripts/office/helpers/__init__.py +0 -0
- package/skills/pptx/scripts/office/helpers/merge_runs.py +199 -0
- package/skills/pptx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/skills/pptx/scripts/office/pack.py +159 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/pptx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/pptx/scripts/office/soffice.py +183 -0
- package/skills/pptx/scripts/office/unpack.py +132 -0
- package/skills/pptx/scripts/office/validate.py +111 -0
- package/skills/pptx/scripts/office/validators/__init__.py +15 -0
- package/skills/pptx/scripts/office/validators/base.py +847 -0
- package/skills/pptx/scripts/office/validators/docx.py +446 -0
- package/skills/pptx/scripts/office/validators/pptx.py +275 -0
- package/skills/pptx/scripts/office/validators/redlining.py +247 -0
- package/skills/pptx/scripts/thumbnail.py +289 -0
- package/skills/prd/LICENSE.md +21 -0
- package/skills/prd/SKILL.md +143 -0
- package/skills/prd/SYNC.md +5 -0
- package/skills/premium-frontend-ui/LICENSE.md +21 -0
- package/skills/premium-frontend-ui/SKILL.md +110 -0
- package/skills/premium-frontend-ui/SYNC.md +5 -0
- package/skills/project-workflow-analysis-blueprint-generator/LICENSE.md +21 -0
- package/skills/project-workflow-analysis-blueprint-generator/SKILL.md +293 -0
- package/skills/project-workflow-analysis-blueprint-generator/SYNC.md +5 -0
- package/skills/prompt-builder/LICENSE.md +21 -0
- package/skills/prompt-builder/SKILL.md +141 -0
- package/skills/prompt-builder/SYNC.md +5 -0
- package/skills/publish-to-pages/LICENSE.md +21 -0
- package/skills/publish-to-pages/SKILL.md +107 -0
- package/skills/publish-to-pages/SYNC.md +5 -0
- package/skills/publish-to-pages/scripts/convert-pdf.py +176 -0
- package/skills/publish-to-pages/scripts/convert-pptx.py +376 -0
- package/skills/publish-to-pages/scripts/publish.sh +51 -0
- package/skills/pytest-coverage/LICENSE.md +21 -0
- package/skills/pytest-coverage/SKILL.md +28 -0
- package/skills/pytest-coverage/SYNC.md +5 -0
- package/skills/python-mcp-server-generator/LICENSE.md +21 -0
- package/skills/python-mcp-server-generator/SKILL.md +105 -0
- package/skills/python-mcp-server-generator/SYNC.md +5 -0
- package/skills/quasi-coder/LICENSE.md +21 -0
- package/skills/quasi-coder/SKILL.md +369 -0
- package/skills/quasi-coder/SYNC.md +5 -0
- package/skills/readme-blueprint-generator/LICENSE.md +21 -0
- package/skills/readme-blueprint-generator/SKILL.md +78 -0
- package/skills/readme-blueprint-generator/SYNC.md +5 -0
- package/skills/refactor/LICENSE.md +21 -0
- package/skills/refactor/SKILL.md +645 -0
- package/skills/refactor/SYNC.md +5 -0
- package/skills/refactor-method-complexity-reduce/LICENSE.md +21 -0
- package/skills/refactor-method-complexity-reduce/SKILL.md +98 -0
- package/skills/refactor-method-complexity-reduce/SYNC.md +5 -0
- package/skills/refactor-plan/LICENSE.md +21 -0
- package/skills/refactor-plan/SKILL.md +65 -0
- package/skills/refactor-plan/SYNC.md +5 -0
- package/skills/remember/LICENSE.md +21 -0
- package/skills/remember/SKILL.md +126 -0
- package/skills/remember/SYNC.md +5 -0
- package/skills/remember-interactive-programming/LICENSE.md +21 -0
- package/skills/remember-interactive-programming/SKILL.md +13 -0
- package/skills/remember-interactive-programming/SYNC.md +5 -0
- package/skills/repo-story-time/LICENSE.md +21 -0
- package/skills/repo-story-time/SKILL.md +154 -0
- package/skills/repo-story-time/SYNC.md +5 -0
- package/skills/review-and-refactor/LICENSE.md +21 -0
- package/skills/review-and-refactor/SKILL.md +15 -0
- package/skills/review-and-refactor/SYNC.md +5 -0
- package/skills/reviewing-oracle-to-postgres-migration/LICENSE.md +21 -0
- package/skills/reviewing-oracle-to-postgres-migration/SKILL.md +67 -0
- package/skills/reviewing-oracle-to-postgres-migration/SYNC.md +5 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/REFERENCE.md +13 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/empty-strings-handling.md +69 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/no-data-found-exceptions.md +99 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/oracle-parentheses-from-clause.md +190 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/oracle-to-postgres-sorting.md +51 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/oracle-to-postgres-timestamp-timezone.md +187 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/oracle-to-postgres-to-char-numeric.md +145 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/oracle-to-postgres-type-coercion.md +182 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/postgres-concurrent-transactions.md +259 -0
- package/skills/reviewing-oracle-to-postgres-migration/references/postgres-refcursor-handling.md +148 -0
- package/skills/ruby-mcp-server-generator/LICENSE.md +21 -0
- package/skills/ruby-mcp-server-generator/SKILL.md +660 -0
- package/skills/ruby-mcp-server-generator/SYNC.md +5 -0
- package/skills/rust-mcp-server-generator/LICENSE.md +21 -0
- package/skills/rust-mcp-server-generator/SKILL.md +577 -0
- package/skills/rust-mcp-server-generator/SYNC.md +5 -0
- package/skills/sandbox-npm-install/LICENSE.md +21 -0
- package/skills/sandbox-npm-install/SKILL.md +80 -0
- package/skills/sandbox-npm-install/SYNC.md +5 -0
- package/skills/sandbox-npm-install/scripts/install.sh +193 -0
- package/skills/scaffolding-oracle-to-postgres-migration-test-project/LICENSE.md +21 -0
- package/skills/scaffolding-oracle-to-postgres-migration-test-project/SKILL.md +54 -0
- package/skills/scaffolding-oracle-to-postgres-migration-test-project/SYNC.md +5 -0
- package/skills/scoutqa-test/LICENSE.md +21 -0
- package/skills/scoutqa-test/SKILL.md +375 -0
- package/skills/scoutqa-test/SYNC.md +5 -0
- package/skills/secret-scanning/LICENSE.md +21 -0
- package/skills/secret-scanning/SKILL.md +224 -0
- package/skills/secret-scanning/SYNC.md +5 -0
- package/skills/secret-scanning/references/alerts-and-remediation.md +245 -0
- package/skills/secret-scanning/references/custom-patterns.md +158 -0
- package/skills/secret-scanning/references/push-protection.md +164 -0
- package/skills/semantic-kernel/LICENSE.md +21 -0
- package/skills/semantic-kernel/SKILL.md +56 -0
- package/skills/semantic-kernel/SYNC.md +5 -0
- package/skills/semantic-kernel/references/dotnet.md +15 -0
- package/skills/semantic-kernel/references/python.md +15 -0
- package/skills/shadcn/LICENSE.md +21 -0
- package/skills/shadcn/SKILL.md +242 -0
- package/skills/shadcn/SYNC.md +5 -0
- package/skills/shadcn/agents/openai.yml +5 -0
- package/skills/shadcn/assets/shadcn-small.png +0 -0
- package/skills/shadcn/assets/shadcn.png +0 -0
- package/skills/shadcn/cli.md +257 -0
- package/skills/shadcn/customization.md +202 -0
- package/skills/shadcn/evals/evals.json +47 -0
- package/skills/shadcn/mcp.md +94 -0
- package/skills/shadcn/rules/base-vs-radix.md +306 -0
- package/skills/shadcn/rules/composition.md +195 -0
- package/skills/shadcn/rules/forms.md +192 -0
- package/skills/shadcn/rules/icons.md +101 -0
- package/skills/shadcn/rules/styling.md +162 -0
- package/skills/shuffle-json-data/LICENSE.md +21 -0
- package/skills/shuffle-json-data/SKILL.md +150 -0
- package/skills/shuffle-json-data/SYNC.md +5 -0
- package/skills/skill-creator/LICENSE.txt +202 -0
- package/skills/skill-creator/SKILL.md +485 -0
- package/skills/skill-creator/SYNC.md +5 -0
- package/skills/skill-creator/agents/analyzer.md +274 -0
- package/skills/skill-creator/agents/comparator.md +202 -0
- package/skills/skill-creator/agents/grader.md +223 -0
- package/skills/skill-creator/assets/eval_review.html +146 -0
- package/skills/skill-creator/eval-viewer/generate_review.py +471 -0
- package/skills/skill-creator/eval-viewer/viewer.html +1325 -0
- package/skills/skill-creator/references/schemas.md +430 -0
- package/skills/skill-creator/scripts/__init__.py +0 -0
- package/skills/skill-creator/scripts/aggregate_benchmark.py +401 -0
- package/skills/skill-creator/scripts/generate_report.py +326 -0
- package/skills/skill-creator/scripts/improve_description.py +247 -0
- package/skills/skill-creator/scripts/package_skill.py +136 -0
- package/skills/skill-creator/scripts/quick_validate.py +103 -0
- package/skills/skill-creator/scripts/run_eval.py +310 -0
- package/skills/skill-creator/scripts/run_loop.py +328 -0
- package/skills/skill-creator/scripts/utils.py +47 -0
- package/skills/slack-gif-creator/LICENSE.txt +202 -0
- package/skills/slack-gif-creator/SKILL.md +254 -0
- package/skills/slack-gif-creator/SYNC.md +5 -0
- package/skills/slack-gif-creator/core/easing.py +234 -0
- package/skills/slack-gif-creator/core/frame_composer.py +176 -0
- package/skills/slack-gif-creator/core/gif_builder.py +269 -0
- package/skills/slack-gif-creator/core/validators.py +136 -0
- package/skills/slack-gif-creator/requirements.txt +4 -0
- package/skills/snowflake-semanticview/LICENSE.md +21 -0
- package/skills/snowflake-semanticview/SKILL.md +83 -0
- package/skills/snowflake-semanticview/SYNC.md +5 -0
- package/skills/sponsor-finder/LICENSE.md +21 -0
- package/skills/sponsor-finder/SKILL.md +258 -0
- package/skills/sponsor-finder/SYNC.md +5 -0
- package/skills/spring-boot-testing/LICENSE.md +21 -0
- package/skills/spring-boot-testing/SKILL.md +189 -0
- package/skills/spring-boot-testing/SYNC.md +5 -0
- package/skills/spring-boot-testing/references/assertj-basics.md +207 -0
- package/skills/spring-boot-testing/references/assertj-collections.md +183 -0
- package/skills/spring-boot-testing/references/context-caching.md +115 -0
- package/skills/spring-boot-testing/references/datajpatest.md +197 -0
- package/skills/spring-boot-testing/references/instancio.md +230 -0
- package/skills/spring-boot-testing/references/mockitobean.md +232 -0
- package/skills/spring-boot-testing/references/mockmvc-classic.md +206 -0
- package/skills/spring-boot-testing/references/mockmvc-tester.md +311 -0
- package/skills/spring-boot-testing/references/restclienttest.md +227 -0
- package/skills/spring-boot-testing/references/resttestclient.md +278 -0
- package/skills/spring-boot-testing/references/sb4-migration.md +181 -0
- package/skills/spring-boot-testing/references/test-slices-overview.md +203 -0
- package/skills/spring-boot-testing/references/testcontainers-jdbc.md +234 -0
- package/skills/spring-boot-testing/references/webmvctest.md +177 -0
- package/skills/sql-code-review/LICENSE.md +21 -0
- package/skills/sql-code-review/SKILL.md +301 -0
- package/skills/sql-code-review/SYNC.md +5 -0
- package/skills/sql-optimization/LICENSE.md +21 -0
- package/skills/sql-optimization/SKILL.md +296 -0
- package/skills/sql-optimization/SYNC.md +5 -0
- package/skills/structured-autonomy-generate/LICENSE.md +21 -0
- package/skills/structured-autonomy-generate/SKILL.md +125 -0
- package/skills/structured-autonomy-generate/SYNC.md +5 -0
- package/skills/structured-autonomy-implement/LICENSE.md +21 -0
- package/skills/structured-autonomy-implement/SKILL.md +19 -0
- package/skills/structured-autonomy-implement/SYNC.md +5 -0
- package/skills/structured-autonomy-plan/LICENSE.md +21 -0
- package/skills/structured-autonomy-plan/SKILL.md +81 -0
- package/skills/structured-autonomy-plan/SYNC.md +5 -0
- package/skills/suggest-awesome-github-copilot-agents/LICENSE.md +21 -0
- package/skills/suggest-awesome-github-copilot-agents/SKILL.md +106 -0
- package/skills/suggest-awesome-github-copilot-agents/SYNC.md +5 -0
- package/skills/suggest-awesome-github-copilot-instructions/LICENSE.md +21 -0
- package/skills/suggest-awesome-github-copilot-instructions/SKILL.md +122 -0
- package/skills/suggest-awesome-github-copilot-instructions/SYNC.md +5 -0
- package/skills/suggest-awesome-github-copilot-skills/LICENSE.md +21 -0
- package/skills/suggest-awesome-github-copilot-skills/SKILL.md +130 -0
- package/skills/suggest-awesome-github-copilot-skills/SYNC.md +5 -0
- package/skills/swift-mcp-server-generator/LICENSE.md +21 -0
- package/skills/swift-mcp-server-generator/SKILL.md +669 -0
- package/skills/swift-mcp-server-generator/SYNC.md +5 -0
- package/skills/technology-stack-blueprint-generator/LICENSE.md +21 -0
- package/skills/technology-stack-blueprint-generator/SKILL.md +242 -0
- package/skills/technology-stack-blueprint-generator/SYNC.md +5 -0
- package/skills/terraform-azurerm-set-diff-analyzer/LICENSE.md +21 -0
- package/skills/terraform-azurerm-set-diff-analyzer/SKILL.md +48 -0
- package/skills/terraform-azurerm-set-diff-analyzer/SYNC.md +5 -0
- package/skills/terraform-azurerm-set-diff-analyzer/references/azurerm_set_attributes.json +154 -0
- package/skills/terraform-azurerm-set-diff-analyzer/references/azurerm_set_attributes.md +145 -0
- package/skills/terraform-azurerm-set-diff-analyzer/scripts/README.md +205 -0
- package/skills/terraform-azurerm-set-diff-analyzer/scripts/analyze_plan.py +940 -0
- package/skills/theme-factory/LICENSE.txt +202 -0
- package/skills/theme-factory/SKILL.md +59 -0
- package/skills/theme-factory/SYNC.md +5 -0
- package/skills/theme-factory/theme-showcase.pdf +0 -0
- package/skills/theme-factory/themes/arctic-frost.md +19 -0
- package/skills/theme-factory/themes/botanical-garden.md +19 -0
- package/skills/theme-factory/themes/desert-rose.md +19 -0
- package/skills/theme-factory/themes/forest-canopy.md +19 -0
- package/skills/theme-factory/themes/golden-hour.md +19 -0
- package/skills/theme-factory/themes/midnight-galaxy.md +19 -0
- package/skills/theme-factory/themes/modern-minimalist.md +19 -0
- package/skills/theme-factory/themes/ocean-depths.md +19 -0
- package/skills/theme-factory/themes/sunset-boulevard.md +19 -0
- package/skills/theme-factory/themes/tech-innovation.md +19 -0
- package/skills/tldr-prompt/LICENSE.md +21 -0
- package/skills/tldr-prompt/SKILL.md +304 -0
- package/skills/tldr-prompt/SYNC.md +5 -0
- package/skills/transloadit-media-processing/LICENSE.md +21 -0
- package/skills/transloadit-media-processing/SKILL.md +194 -0
- package/skills/transloadit-media-processing/SYNC.md +5 -0
- package/skills/typescript-mcp-server-generator/LICENSE.md +21 -0
- package/skills/typescript-mcp-server-generator/SKILL.md +90 -0
- package/skills/typescript-mcp-server-generator/SYNC.md +5 -0
- package/skills/typespec-api-operations/LICENSE.md +21 -0
- package/skills/typespec-api-operations/SKILL.md +418 -0
- package/skills/typespec-api-operations/SYNC.md +5 -0
- package/skills/typespec-create-agent/LICENSE.md +21 -0
- package/skills/typespec-create-agent/SKILL.md +91 -0
- package/skills/typespec-create-agent/SYNC.md +5 -0
- package/skills/typespec-create-api-plugin/LICENSE.md +21 -0
- package/skills/typespec-create-api-plugin/SKILL.md +164 -0
- package/skills/typespec-create-api-plugin/SYNC.md +5 -0
- package/skills/unit-test-vue-pinia/LICENSE.md +21 -0
- package/skills/unit-test-vue-pinia/SKILL.md +198 -0
- package/skills/unit-test-vue-pinia/SYNC.md +5 -0
- package/skills/unit-test-vue-pinia/references/pinia-patterns.md +95 -0
- package/skills/update-avm-modules-in-bicep/LICENSE.md +21 -0
- package/skills/update-avm-modules-in-bicep/SKILL.md +60 -0
- package/skills/update-avm-modules-in-bicep/SYNC.md +5 -0
- package/skills/update-implementation-plan/LICENSE.md +21 -0
- package/skills/update-implementation-plan/SKILL.md +157 -0
- package/skills/update-implementation-plan/SYNC.md +5 -0
- package/skills/update-llms/LICENSE.md +21 -0
- package/skills/update-llms/SKILL.md +216 -0
- package/skills/update-llms/SYNC.md +5 -0
- package/skills/update-markdown-file-index/LICENSE.md +21 -0
- package/skills/update-markdown-file-index/SKILL.md +76 -0
- package/skills/update-markdown-file-index/SYNC.md +5 -0
- package/skills/update-specification/LICENSE.md +21 -0
- package/skills/update-specification/SKILL.md +127 -0
- package/skills/update-specification/SYNC.md +5 -0
- package/skills/vscode-ext-commands/LICENSE.md +21 -0
- package/skills/vscode-ext-commands/SKILL.md +21 -0
- package/skills/vscode-ext-commands/SYNC.md +5 -0
- package/skills/vscode-ext-localization/LICENSE.md +21 -0
- package/skills/vscode-ext-localization/SKILL.md +25 -0
- package/skills/vscode-ext-localization/SYNC.md +5 -0
- package/skills/vue-best-practices/SYNC.md +1 -1
- package/skills/vue-jsx-best-practices/SYNC.md +1 -1
- package/skills/vue-options-api-best-practices/SYNC.md +1 -1
- package/skills/vue-pinia-best-practices/SYNC.md +1 -1
- package/skills/vue-router-best-practices/SYNC.md +1 -1
- package/skills/vue-testing-best-practices/SYNC.md +1 -1
- package/skills/web-artifacts-builder/LICENSE.txt +202 -0
- package/skills/web-artifacts-builder/SKILL.md +74 -0
- package/skills/web-artifacts-builder/SYNC.md +5 -0
- package/skills/web-artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/skills/web-artifacts-builder/scripts/init-artifact.sh +322 -0
- package/skills/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
- package/skills/web-coder/LICENSE.md +21 -0
- package/skills/web-coder/SKILL.md +563 -0
- package/skills/web-coder/SYNC.md +5 -0
- package/skills/web-coder/references/accessibility.md +346 -0
- package/skills/web-coder/references/architecture-patterns.md +625 -0
- package/skills/web-coder/references/browsers-engines.md +358 -0
- package/skills/web-coder/references/css-styling.md +696 -0
- package/skills/web-coder/references/data-formats-encoding.md +411 -0
- package/skills/web-coder/references/development-tools.md +502 -0
- package/skills/web-coder/references/glossary.md +649 -0
- package/skills/web-coder/references/html-markup.md +387 -0
- package/skills/web-coder/references/http-networking.md +538 -0
- package/skills/web-coder/references/javascript-programming.md +807 -0
- package/skills/web-coder/references/media-graphics.md +504 -0
- package/skills/web-coder/references/performance-optimization.md +546 -0
- package/skills/web-coder/references/security-authentication.md +603 -0
- package/skills/web-coder/references/servers-infrastructure.md +615 -0
- package/skills/web-coder/references/web-apis-dom.md +654 -0
- package/skills/web-coder/references/web-protocols-standards.md +265 -0
- package/skills/web-design-reviewer/LICENSE.md +21 -0
- package/skills/web-design-reviewer/SKILL.md +368 -0
- package/skills/web-design-reviewer/SYNC.md +5 -0
- package/skills/web-design-reviewer/references/framework-fixes.md +475 -0
- package/skills/web-design-reviewer/references/visual-checklist.md +236 -0
- package/skills/webapp-testing/LICENSE.md +21 -0
- package/skills/webapp-testing/SKILL.md +133 -0
- package/skills/webapp-testing/SYNC.md +5 -0
- package/skills/webapp-testing/assets/test-helper.js +56 -0
- package/skills/what-context-needed/LICENSE.md +21 -0
- package/skills/what-context-needed/SKILL.md +39 -0
- package/skills/what-context-needed/SYNC.md +5 -0
- package/skills/winapp-cli/LICENSE.md +21 -0
- package/skills/winapp-cli/SKILL.md +217 -0
- package/skills/winapp-cli/SYNC.md +5 -0
- package/skills/winmd-api-search/LICENSE.md +21 -0
- package/skills/winmd-api-search/LICENSE.txt +21 -0
- package/skills/winmd-api-search/SKILL.md +192 -0
- package/skills/winmd-api-search/SYNC.md +5 -0
- package/skills/winmd-api-search/scripts/Invoke-WinMdQuery.ps1 +505 -0
- package/skills/winmd-api-search/scripts/Update-WinMdCache.ps1 +208 -0
- package/skills/winmd-api-search/scripts/cache-generator/CacheGenerator.csproj +29 -0
- package/skills/winmd-api-search/scripts/cache-generator/Directory.Build.props +3 -0
- package/skills/winmd-api-search/scripts/cache-generator/Directory.Build.targets +3 -0
- package/skills/winmd-api-search/scripts/cache-generator/Directory.Packages.props +3 -0
- package/skills/winmd-api-search/scripts/cache-generator/Program.cs +1222 -0
- package/skills/winui3-migration-guide/LICENSE.md +21 -0
- package/skills/winui3-migration-guide/SKILL.md +277 -0
- package/skills/winui3-migration-guide/SYNC.md +5 -0
- package/skills/workiq-copilot/LICENSE.md +21 -0
- package/skills/workiq-copilot/SKILL.md +98 -0
- package/skills/workiq-copilot/SYNC.md +5 -0
- package/skills/write-coding-standards-from-file/LICENSE.md +21 -0
- package/skills/write-coding-standards-from-file/SKILL.md +316 -0
- package/skills/write-coding-standards-from-file/SYNC.md +5 -0
- package/skills/xlsx/LICENSE.txt +30 -0
- package/skills/xlsx/SKILL.md +292 -0
- package/skills/xlsx/SYNC.md +5 -0
- package/skills/xlsx/scripts/office/helpers/__init__.py +0 -0
- package/skills/xlsx/scripts/office/helpers/merge_runs.py +199 -0
- package/skills/xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/skills/xlsx/scripts/office/pack.py +159 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/xlsx/scripts/office/soffice.py +183 -0
- package/skills/xlsx/scripts/office/unpack.py +132 -0
- package/skills/xlsx/scripts/office/validate.py +111 -0
- package/skills/xlsx/scripts/office/validators/__init__.py +15 -0
- package/skills/xlsx/scripts/office/validators/base.py +847 -0
- package/skills/xlsx/scripts/office/validators/docx.py +446 -0
- package/skills/xlsx/scripts/office/validators/pptx.py +275 -0
- package/skills/xlsx/scripts/office/validators/redlining.py +247 -0
- package/skills/xlsx/scripts/recalc.py +184 -0
|
@@ -0,0 +1,2187 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: gh-cli
|
|
3
|
+
description: GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# GitHub CLI (gh)
|
|
7
|
+
|
|
8
|
+
Comprehensive reference for GitHub CLI (gh) - work seamlessly with GitHub from the command line.
|
|
9
|
+
|
|
10
|
+
**Version:** 2.85.0 (current as of January 2026)
|
|
11
|
+
|
|
12
|
+
## Prerequisites
|
|
13
|
+
|
|
14
|
+
### Installation
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
# macOS
|
|
18
|
+
brew install gh
|
|
19
|
+
|
|
20
|
+
# Linux
|
|
21
|
+
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
|
|
22
|
+
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
|
|
23
|
+
sudo apt update
|
|
24
|
+
sudo apt install gh
|
|
25
|
+
|
|
26
|
+
# Windows
|
|
27
|
+
winget install --id GitHub.cli
|
|
28
|
+
|
|
29
|
+
# Verify installation
|
|
30
|
+
gh --version
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### Authentication
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
# Interactive login (default: github.com)
|
|
37
|
+
gh auth login
|
|
38
|
+
|
|
39
|
+
# Login with specific hostname
|
|
40
|
+
gh auth login --hostname enterprise.internal
|
|
41
|
+
|
|
42
|
+
# Login with token
|
|
43
|
+
gh auth login --with-token < mytoken.txt
|
|
44
|
+
|
|
45
|
+
# Check authentication status
|
|
46
|
+
gh auth status
|
|
47
|
+
|
|
48
|
+
# Switch accounts
|
|
49
|
+
gh auth switch --hostname github.com --user username
|
|
50
|
+
|
|
51
|
+
# Logout
|
|
52
|
+
gh auth logout --hostname github.com --user username
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### Setup Git Integration
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
# Configure git to use gh as credential helper
|
|
59
|
+
gh auth setup-git
|
|
60
|
+
|
|
61
|
+
# View active token
|
|
62
|
+
gh auth token
|
|
63
|
+
|
|
64
|
+
# Refresh authentication scopes
|
|
65
|
+
gh auth refresh --scopes write:org,read:public_key
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
## CLI Structure
|
|
69
|
+
|
|
70
|
+
```
|
|
71
|
+
gh # Root command
|
|
72
|
+
├── auth # Authentication
|
|
73
|
+
│ ├── login
|
|
74
|
+
│ ├── logout
|
|
75
|
+
│ ├── refresh
|
|
76
|
+
│ ├── setup-git
|
|
77
|
+
│ ├── status
|
|
78
|
+
│ ├── switch
|
|
79
|
+
│ └── token
|
|
80
|
+
├── browse # Open in browser
|
|
81
|
+
├── codespace # GitHub Codespaces
|
|
82
|
+
│ ├── code
|
|
83
|
+
│ ├── cp
|
|
84
|
+
│ ├── create
|
|
85
|
+
│ ├── delete
|
|
86
|
+
│ ├── edit
|
|
87
|
+
│ ├── jupyter
|
|
88
|
+
│ ├── list
|
|
89
|
+
│ ├── logs
|
|
90
|
+
│ ├── ports
|
|
91
|
+
│ ├── rebuild
|
|
92
|
+
│ ├── ssh
|
|
93
|
+
│ ├── stop
|
|
94
|
+
│ └── view
|
|
95
|
+
├── gist # Gists
|
|
96
|
+
│ ├── clone
|
|
97
|
+
│ ├── create
|
|
98
|
+
│ ├── delete
|
|
99
|
+
│ ├── edit
|
|
100
|
+
│ ├── list
|
|
101
|
+
│ ├── rename
|
|
102
|
+
│ └── view
|
|
103
|
+
├── issue # Issues
|
|
104
|
+
│ ├── create
|
|
105
|
+
│ ├── list
|
|
106
|
+
│ ├── status
|
|
107
|
+
│ ├── close
|
|
108
|
+
│ ├── comment
|
|
109
|
+
│ ├── delete
|
|
110
|
+
│ ├── develop
|
|
111
|
+
│ ├── edit
|
|
112
|
+
│ ├── lock
|
|
113
|
+
│ ├── pin
|
|
114
|
+
│ ├── reopen
|
|
115
|
+
│ ├── transfer
|
|
116
|
+
│ ├── unlock
|
|
117
|
+
│ └── view
|
|
118
|
+
├── org # Organizations
|
|
119
|
+
│ └── list
|
|
120
|
+
├── pr # Pull Requests
|
|
121
|
+
│ ├── create
|
|
122
|
+
│ ├── list
|
|
123
|
+
│ ├── status
|
|
124
|
+
│ ├── checkout
|
|
125
|
+
│ ├── checks
|
|
126
|
+
│ ├── close
|
|
127
|
+
│ ├── comment
|
|
128
|
+
│ ├── diff
|
|
129
|
+
│ ├── edit
|
|
130
|
+
│ ├── lock
|
|
131
|
+
│ ├── merge
|
|
132
|
+
│ ├── ready
|
|
133
|
+
│ ├── reopen
|
|
134
|
+
│ ├── revert
|
|
135
|
+
│ ├── review
|
|
136
|
+
│ ├── unlock
|
|
137
|
+
│ ├── update-branch
|
|
138
|
+
│ └── view
|
|
139
|
+
├── project # Projects
|
|
140
|
+
│ ├── close
|
|
141
|
+
│ ├── copy
|
|
142
|
+
│ ├── create
|
|
143
|
+
│ ├── delete
|
|
144
|
+
│ ├── edit
|
|
145
|
+
│ ├── field-create
|
|
146
|
+
│ ├── field-delete
|
|
147
|
+
│ ├── field-list
|
|
148
|
+
│ ├── item-add
|
|
149
|
+
│ ├── item-archive
|
|
150
|
+
│ ├── item-create
|
|
151
|
+
│ ├── item-delete
|
|
152
|
+
│ ├── item-edit
|
|
153
|
+
│ ├── item-list
|
|
154
|
+
│ ├── link
|
|
155
|
+
│ ├── list
|
|
156
|
+
│ ├── mark-template
|
|
157
|
+
│ ├── unlink
|
|
158
|
+
│ └── view
|
|
159
|
+
├── release # Releases
|
|
160
|
+
│ ├── create
|
|
161
|
+
│ ├── list
|
|
162
|
+
│ ├── delete
|
|
163
|
+
│ ├── delete-asset
|
|
164
|
+
│ ├── download
|
|
165
|
+
│ ├── edit
|
|
166
|
+
│ ├── upload
|
|
167
|
+
│ ├── verify
|
|
168
|
+
│ ├── verify-asset
|
|
169
|
+
│ └── view
|
|
170
|
+
├── repo # Repositories
|
|
171
|
+
│ ├── create
|
|
172
|
+
│ ├── list
|
|
173
|
+
│ ├── archive
|
|
174
|
+
│ ├── autolink
|
|
175
|
+
│ ├── clone
|
|
176
|
+
│ ├── delete
|
|
177
|
+
│ ├── deploy-key
|
|
178
|
+
│ ├── edit
|
|
179
|
+
│ ├── fork
|
|
180
|
+
│ ├── gitignore
|
|
181
|
+
│ ├── license
|
|
182
|
+
│ ├── rename
|
|
183
|
+
│ ├── set-default
|
|
184
|
+
│ ├── sync
|
|
185
|
+
│ ├── unarchive
|
|
186
|
+
│ └── view
|
|
187
|
+
├── cache # Actions caches
|
|
188
|
+
│ ├── delete
|
|
189
|
+
│ └── list
|
|
190
|
+
├── run # Workflow runs
|
|
191
|
+
│ ├── cancel
|
|
192
|
+
│ ├── delete
|
|
193
|
+
│ ├── download
|
|
194
|
+
│ ├── list
|
|
195
|
+
│ ├── rerun
|
|
196
|
+
│ ├── view
|
|
197
|
+
│ └── watch
|
|
198
|
+
├── workflow # Workflows
|
|
199
|
+
│ ├── disable
|
|
200
|
+
│ ├── enable
|
|
201
|
+
│ ├── list
|
|
202
|
+
│ ├── run
|
|
203
|
+
│ └── view
|
|
204
|
+
├── agent-task # Agent tasks
|
|
205
|
+
├── alias # Command aliases
|
|
206
|
+
│ ├── delete
|
|
207
|
+
│ ├── import
|
|
208
|
+
│ ├── list
|
|
209
|
+
│ └── set
|
|
210
|
+
├── api # API requests
|
|
211
|
+
├── attestation # Artifact attestations
|
|
212
|
+
│ ├── download
|
|
213
|
+
│ ├── trusted-root
|
|
214
|
+
│ └── verify
|
|
215
|
+
├── completion # Shell completion
|
|
216
|
+
├── config # Configuration
|
|
217
|
+
│ ├── clear-cache
|
|
218
|
+
│ ├── get
|
|
219
|
+
│ ├── list
|
|
220
|
+
│ └── set
|
|
221
|
+
├── extension # Extensions
|
|
222
|
+
│ ├── browse
|
|
223
|
+
│ ├── create
|
|
224
|
+
│ ├── exec
|
|
225
|
+
│ ├── install
|
|
226
|
+
│ ├── list
|
|
227
|
+
│ ├── remove
|
|
228
|
+
│ ├── search
|
|
229
|
+
│ └── upgrade
|
|
230
|
+
├── gpg-key # GPG keys
|
|
231
|
+
│ ├── add
|
|
232
|
+
│ ├── delete
|
|
233
|
+
│ └── list
|
|
234
|
+
├── label # Labels
|
|
235
|
+
│ ├── clone
|
|
236
|
+
│ ├── create
|
|
237
|
+
│ ├── delete
|
|
238
|
+
│ ├── edit
|
|
239
|
+
│ └── list
|
|
240
|
+
├── preview # Preview features
|
|
241
|
+
├── ruleset # Rulesets
|
|
242
|
+
│ ├── check
|
|
243
|
+
│ ├── list
|
|
244
|
+
│ └── view
|
|
245
|
+
├── search # Search
|
|
246
|
+
│ ├── code
|
|
247
|
+
│ ├── commits
|
|
248
|
+
│ ├── issues
|
|
249
|
+
│ ├── prs
|
|
250
|
+
│ └── repos
|
|
251
|
+
├── secret # Secrets
|
|
252
|
+
│ ├── delete
|
|
253
|
+
│ ├── list
|
|
254
|
+
│ └── set
|
|
255
|
+
├── ssh-key # SSH keys
|
|
256
|
+
│ ├── add
|
|
257
|
+
│ ├── delete
|
|
258
|
+
│ └── list
|
|
259
|
+
├── status # Status overview
|
|
260
|
+
└── variable # Variables
|
|
261
|
+
├── delete
|
|
262
|
+
├── get
|
|
263
|
+
├── list
|
|
264
|
+
└── set
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
## Configuration
|
|
268
|
+
|
|
269
|
+
### Global Configuration
|
|
270
|
+
|
|
271
|
+
```bash
|
|
272
|
+
# List all configuration
|
|
273
|
+
gh config list
|
|
274
|
+
|
|
275
|
+
# Get specific configuration value
|
|
276
|
+
gh config list git_protocol
|
|
277
|
+
gh config get editor
|
|
278
|
+
|
|
279
|
+
# Set configuration value
|
|
280
|
+
gh config set editor vim
|
|
281
|
+
gh config set git_protocol ssh
|
|
282
|
+
gh config set prompt disabled
|
|
283
|
+
gh config set pager "less -R"
|
|
284
|
+
|
|
285
|
+
# Clear configuration cache
|
|
286
|
+
gh config clear-cache
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
### Environment Variables
|
|
290
|
+
|
|
291
|
+
```bash
|
|
292
|
+
# GitHub token (for automation)
|
|
293
|
+
export GH_TOKEN=ghp_xxxxxxxxxxxx
|
|
294
|
+
|
|
295
|
+
# GitHub hostname
|
|
296
|
+
export GH_HOST=github.com
|
|
297
|
+
|
|
298
|
+
# Disable prompts
|
|
299
|
+
export GH_PROMPT_DISABLED=true
|
|
300
|
+
|
|
301
|
+
# Custom editor
|
|
302
|
+
export GH_EDITOR=vim
|
|
303
|
+
|
|
304
|
+
# Custom pager
|
|
305
|
+
export GH_PAGER=less
|
|
306
|
+
|
|
307
|
+
# HTTP timeout
|
|
308
|
+
export GH_TIMEOUT=30
|
|
309
|
+
|
|
310
|
+
# Custom repository (override default)
|
|
311
|
+
export GH_REPO=owner/repo
|
|
312
|
+
|
|
313
|
+
# Custom git protocol
|
|
314
|
+
export GH_ENTERPRISE_HOSTNAME=hostname
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
## Authentication (gh auth)
|
|
318
|
+
|
|
319
|
+
### Login
|
|
320
|
+
|
|
321
|
+
```bash
|
|
322
|
+
# Interactive login
|
|
323
|
+
gh auth login
|
|
324
|
+
|
|
325
|
+
# Web-based authentication
|
|
326
|
+
gh auth login --web
|
|
327
|
+
|
|
328
|
+
# With clipboard for OAuth code
|
|
329
|
+
gh auth login --web --clipboard
|
|
330
|
+
|
|
331
|
+
# With specific git protocol
|
|
332
|
+
gh auth login --git-protocol ssh
|
|
333
|
+
|
|
334
|
+
# With custom hostname (GitHub Enterprise)
|
|
335
|
+
gh auth login --hostname enterprise.internal
|
|
336
|
+
|
|
337
|
+
# Login with token from stdin
|
|
338
|
+
gh auth login --with-token < token.txt
|
|
339
|
+
|
|
340
|
+
# Insecure storage (plain text)
|
|
341
|
+
gh auth login --insecure-storage
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
### Status
|
|
345
|
+
|
|
346
|
+
```bash
|
|
347
|
+
# Show all authentication status
|
|
348
|
+
gh auth status
|
|
349
|
+
|
|
350
|
+
# Show active account only
|
|
351
|
+
gh auth status --active
|
|
352
|
+
|
|
353
|
+
# Show specific hostname
|
|
354
|
+
gh auth status --hostname github.com
|
|
355
|
+
|
|
356
|
+
# Show token in output
|
|
357
|
+
gh auth status --show-token
|
|
358
|
+
|
|
359
|
+
# JSON output
|
|
360
|
+
gh auth status --json hosts
|
|
361
|
+
|
|
362
|
+
# Filter with jq
|
|
363
|
+
gh auth status --json hosts --jq '.hosts | add'
|
|
364
|
+
```
|
|
365
|
+
|
|
366
|
+
### Switch Accounts
|
|
367
|
+
|
|
368
|
+
```bash
|
|
369
|
+
# Interactive switch
|
|
370
|
+
gh auth switch
|
|
371
|
+
|
|
372
|
+
# Switch to specific user/host
|
|
373
|
+
gh auth switch --hostname github.com --user monalisa
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
### Token
|
|
377
|
+
|
|
378
|
+
```bash
|
|
379
|
+
# Print authentication token
|
|
380
|
+
gh auth token
|
|
381
|
+
|
|
382
|
+
# Token for specific host/user
|
|
383
|
+
gh auth token --hostname github.com --user monalisa
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
### Refresh
|
|
387
|
+
|
|
388
|
+
```bash
|
|
389
|
+
# Refresh credentials
|
|
390
|
+
gh auth refresh
|
|
391
|
+
|
|
392
|
+
# Add scopes
|
|
393
|
+
gh auth refresh --scopes write:org,read:public_key
|
|
394
|
+
|
|
395
|
+
# Remove scopes
|
|
396
|
+
gh auth refresh --remove-scopes delete_repo
|
|
397
|
+
|
|
398
|
+
# Reset to default scopes
|
|
399
|
+
gh auth refresh --reset-scopes
|
|
400
|
+
|
|
401
|
+
# With clipboard
|
|
402
|
+
gh auth refresh --clipboard
|
|
403
|
+
```
|
|
404
|
+
|
|
405
|
+
### Setup Git
|
|
406
|
+
|
|
407
|
+
```bash
|
|
408
|
+
# Setup git credential helper
|
|
409
|
+
gh auth setup-git
|
|
410
|
+
|
|
411
|
+
# Setup for specific host
|
|
412
|
+
gh auth setup-git --hostname enterprise.internal
|
|
413
|
+
|
|
414
|
+
# Force setup even if host not known
|
|
415
|
+
gh auth setup-git --hostname enterprise.internal --force
|
|
416
|
+
```
|
|
417
|
+
|
|
418
|
+
## Browse (gh browse)
|
|
419
|
+
|
|
420
|
+
```bash
|
|
421
|
+
# Open repository in browser
|
|
422
|
+
gh browse
|
|
423
|
+
|
|
424
|
+
# Open specific path
|
|
425
|
+
gh browse script/
|
|
426
|
+
gh browse main.go:312
|
|
427
|
+
|
|
428
|
+
# Open issue or PR
|
|
429
|
+
gh browse 123
|
|
430
|
+
|
|
431
|
+
# Open commit
|
|
432
|
+
gh browse 77507cd94ccafcf568f8560cfecde965fcfa63
|
|
433
|
+
|
|
434
|
+
# Open with specific branch
|
|
435
|
+
gh browse main.go --branch bug-fix
|
|
436
|
+
|
|
437
|
+
# Open different repository
|
|
438
|
+
gh browse --repo owner/repo
|
|
439
|
+
|
|
440
|
+
# Open specific pages
|
|
441
|
+
gh browse --actions # Actions tab
|
|
442
|
+
gh browse --projects # Projects tab
|
|
443
|
+
gh browse --releases # Releases tab
|
|
444
|
+
gh browse --settings # Settings page
|
|
445
|
+
gh browse --wiki # Wiki page
|
|
446
|
+
|
|
447
|
+
# Print URL instead of opening
|
|
448
|
+
gh browse --no-browser
|
|
449
|
+
```
|
|
450
|
+
|
|
451
|
+
## Repositories (gh repo)
|
|
452
|
+
|
|
453
|
+
### Create Repository
|
|
454
|
+
|
|
455
|
+
```bash
|
|
456
|
+
# Create new repository
|
|
457
|
+
gh repo create my-repo
|
|
458
|
+
|
|
459
|
+
# Create with description
|
|
460
|
+
gh repo create my-repo --description "My awesome project"
|
|
461
|
+
|
|
462
|
+
# Create public repository
|
|
463
|
+
gh repo create my-repo --public
|
|
464
|
+
|
|
465
|
+
# Create private repository
|
|
466
|
+
gh repo create my-repo --private
|
|
467
|
+
|
|
468
|
+
# Create with homepage
|
|
469
|
+
gh repo create my-repo --homepage https://example.com
|
|
470
|
+
|
|
471
|
+
# Create with license
|
|
472
|
+
gh repo create my-repo --license mit
|
|
473
|
+
|
|
474
|
+
# Create with gitignore
|
|
475
|
+
gh repo create my-repo --gitignore python
|
|
476
|
+
|
|
477
|
+
# Initialize as template repository
|
|
478
|
+
gh repo create my-repo --template
|
|
479
|
+
|
|
480
|
+
# Create repository in organization
|
|
481
|
+
gh repo create org/my-repo
|
|
482
|
+
|
|
483
|
+
# Create without cloning locally
|
|
484
|
+
gh repo create my-repo --source=.
|
|
485
|
+
|
|
486
|
+
# Disable issues
|
|
487
|
+
gh repo create my-repo --disable-issues
|
|
488
|
+
|
|
489
|
+
# Disable wiki
|
|
490
|
+
gh repo create my-repo --disable-wiki
|
|
491
|
+
```
|
|
492
|
+
|
|
493
|
+
### Clone Repository
|
|
494
|
+
|
|
495
|
+
```bash
|
|
496
|
+
# Clone repository
|
|
497
|
+
gh repo clone owner/repo
|
|
498
|
+
|
|
499
|
+
# Clone to specific directory
|
|
500
|
+
gh repo clone owner/repo my-directory
|
|
501
|
+
|
|
502
|
+
# Clone with different branch
|
|
503
|
+
gh repo clone owner/repo --branch develop
|
|
504
|
+
```
|
|
505
|
+
|
|
506
|
+
### List Repositories
|
|
507
|
+
|
|
508
|
+
```bash
|
|
509
|
+
# List all repositories
|
|
510
|
+
gh repo list
|
|
511
|
+
|
|
512
|
+
# List repositories for owner
|
|
513
|
+
gh repo list owner
|
|
514
|
+
|
|
515
|
+
# Limit results
|
|
516
|
+
gh repo list --limit 50
|
|
517
|
+
|
|
518
|
+
# Public repositories only
|
|
519
|
+
gh repo list --public
|
|
520
|
+
|
|
521
|
+
# Source repositories only (not forks)
|
|
522
|
+
gh repo list --source
|
|
523
|
+
|
|
524
|
+
# JSON output
|
|
525
|
+
gh repo list --json name,visibility,owner
|
|
526
|
+
|
|
527
|
+
# Table output
|
|
528
|
+
gh repo list --limit 100 | tail -n +2
|
|
529
|
+
|
|
530
|
+
# Filter with jq
|
|
531
|
+
gh repo list --json name --jq '.[].name'
|
|
532
|
+
```
|
|
533
|
+
|
|
534
|
+
### View Repository
|
|
535
|
+
|
|
536
|
+
```bash
|
|
537
|
+
# View repository details
|
|
538
|
+
gh repo view
|
|
539
|
+
|
|
540
|
+
# View specific repository
|
|
541
|
+
gh repo view owner/repo
|
|
542
|
+
|
|
543
|
+
# JSON output
|
|
544
|
+
gh repo view --json name,description,defaultBranchRef
|
|
545
|
+
|
|
546
|
+
# View in browser
|
|
547
|
+
gh repo view --web
|
|
548
|
+
```
|
|
549
|
+
|
|
550
|
+
### Edit Repository
|
|
551
|
+
|
|
552
|
+
```bash
|
|
553
|
+
# Edit description
|
|
554
|
+
gh repo edit --description "New description"
|
|
555
|
+
|
|
556
|
+
# Set homepage
|
|
557
|
+
gh repo edit --homepage https://example.com
|
|
558
|
+
|
|
559
|
+
# Change visibility
|
|
560
|
+
gh repo edit --visibility private
|
|
561
|
+
gh repo edit --visibility public
|
|
562
|
+
|
|
563
|
+
# Enable/disable features
|
|
564
|
+
gh repo edit --enable-issues
|
|
565
|
+
gh repo edit --disable-issues
|
|
566
|
+
gh repo edit --enable-wiki
|
|
567
|
+
gh repo edit --disable-wiki
|
|
568
|
+
gh repo edit --enable-projects
|
|
569
|
+
gh repo edit --disable-projects
|
|
570
|
+
|
|
571
|
+
# Set default branch
|
|
572
|
+
gh repo edit --default-branch main
|
|
573
|
+
|
|
574
|
+
# Rename repository
|
|
575
|
+
gh repo rename new-name
|
|
576
|
+
|
|
577
|
+
# Archive repository
|
|
578
|
+
gh repo archive
|
|
579
|
+
gh repo unarchive
|
|
580
|
+
```
|
|
581
|
+
|
|
582
|
+
### Delete Repository
|
|
583
|
+
|
|
584
|
+
```bash
|
|
585
|
+
# Delete repository
|
|
586
|
+
gh repo delete owner/repo
|
|
587
|
+
|
|
588
|
+
# Confirm without prompt
|
|
589
|
+
gh repo delete owner/repo --yes
|
|
590
|
+
```
|
|
591
|
+
|
|
592
|
+
### Fork Repository
|
|
593
|
+
|
|
594
|
+
```bash
|
|
595
|
+
# Fork repository
|
|
596
|
+
gh repo fork owner/repo
|
|
597
|
+
|
|
598
|
+
# Fork to organization
|
|
599
|
+
gh repo fork owner/repo --org org-name
|
|
600
|
+
|
|
601
|
+
# Clone after forking
|
|
602
|
+
gh repo fork owner/repo --clone
|
|
603
|
+
|
|
604
|
+
# Remote name for fork
|
|
605
|
+
gh repo fork owner/repo --remote-name upstream
|
|
606
|
+
```
|
|
607
|
+
|
|
608
|
+
### Sync Fork
|
|
609
|
+
|
|
610
|
+
```bash
|
|
611
|
+
# Sync fork with upstream
|
|
612
|
+
gh repo sync
|
|
613
|
+
|
|
614
|
+
# Sync specific branch
|
|
615
|
+
gh repo sync --branch feature
|
|
616
|
+
|
|
617
|
+
# Force sync
|
|
618
|
+
gh repo sync --force
|
|
619
|
+
```
|
|
620
|
+
|
|
621
|
+
### Set Default Repository
|
|
622
|
+
|
|
623
|
+
```bash
|
|
624
|
+
# Set default repository for current directory
|
|
625
|
+
gh repo set-default
|
|
626
|
+
|
|
627
|
+
# Set default explicitly
|
|
628
|
+
gh repo set-default owner/repo
|
|
629
|
+
|
|
630
|
+
# Unset default
|
|
631
|
+
gh repo set-default --unset
|
|
632
|
+
```
|
|
633
|
+
|
|
634
|
+
### Repository Autolinks
|
|
635
|
+
|
|
636
|
+
```bash
|
|
637
|
+
# List autolinks
|
|
638
|
+
gh repo autolink list
|
|
639
|
+
|
|
640
|
+
# Add autolink
|
|
641
|
+
gh repo autolink add \
|
|
642
|
+
--key-prefix JIRA- \
|
|
643
|
+
--url-template https://jira.example.com/browse/<num>
|
|
644
|
+
|
|
645
|
+
# Delete autolink
|
|
646
|
+
gh repo autolink delete 12345
|
|
647
|
+
```
|
|
648
|
+
|
|
649
|
+
### Repository Deploy Keys
|
|
650
|
+
|
|
651
|
+
```bash
|
|
652
|
+
# List deploy keys
|
|
653
|
+
gh repo deploy-key list
|
|
654
|
+
|
|
655
|
+
# Add deploy key
|
|
656
|
+
gh repo deploy-key add ~/.ssh/id_rsa.pub \
|
|
657
|
+
--title "Production server" \
|
|
658
|
+
--read-only
|
|
659
|
+
|
|
660
|
+
# Delete deploy key
|
|
661
|
+
gh repo deploy-key delete 12345
|
|
662
|
+
```
|
|
663
|
+
|
|
664
|
+
### Gitignore and License
|
|
665
|
+
|
|
666
|
+
```bash
|
|
667
|
+
# View gitignore template
|
|
668
|
+
gh repo gitignore
|
|
669
|
+
|
|
670
|
+
# View license template
|
|
671
|
+
gh repo license mit
|
|
672
|
+
|
|
673
|
+
# License with full name
|
|
674
|
+
gh repo license mit --fullname "John Doe"
|
|
675
|
+
```
|
|
676
|
+
|
|
677
|
+
## Issues (gh issue)
|
|
678
|
+
|
|
679
|
+
### Create Issue
|
|
680
|
+
|
|
681
|
+
```bash
|
|
682
|
+
# Create issue interactively
|
|
683
|
+
gh issue create
|
|
684
|
+
|
|
685
|
+
# Create with title
|
|
686
|
+
gh issue create --title "Bug: Login not working"
|
|
687
|
+
|
|
688
|
+
# Create with title and body
|
|
689
|
+
gh issue create \
|
|
690
|
+
--title "Bug: Login not working" \
|
|
691
|
+
--body "Steps to reproduce..."
|
|
692
|
+
|
|
693
|
+
# Create with body from file
|
|
694
|
+
gh issue create --body-file issue.md
|
|
695
|
+
|
|
696
|
+
# Create with labels
|
|
697
|
+
gh issue create --title "Fix bug" --labels bug,high-priority
|
|
698
|
+
|
|
699
|
+
# Create with assignees
|
|
700
|
+
gh issue create --title "Fix bug" --assignee user1,user2
|
|
701
|
+
|
|
702
|
+
# Create in specific repository
|
|
703
|
+
gh issue create --repo owner/repo --title "Issue title"
|
|
704
|
+
|
|
705
|
+
# Create issue from web
|
|
706
|
+
gh issue create --web
|
|
707
|
+
```
|
|
708
|
+
|
|
709
|
+
### List Issues
|
|
710
|
+
|
|
711
|
+
```bash
|
|
712
|
+
# List all open issues
|
|
713
|
+
gh issue list
|
|
714
|
+
|
|
715
|
+
# List all issues (including closed)
|
|
716
|
+
gh issue list --state all
|
|
717
|
+
|
|
718
|
+
# List closed issues
|
|
719
|
+
gh issue list --state closed
|
|
720
|
+
|
|
721
|
+
# Limit results
|
|
722
|
+
gh issue list --limit 50
|
|
723
|
+
|
|
724
|
+
# Filter by assignee
|
|
725
|
+
gh issue list --assignee username
|
|
726
|
+
gh issue list --assignee @me
|
|
727
|
+
|
|
728
|
+
# Filter by labels
|
|
729
|
+
gh issue list --labels bug,enhancement
|
|
730
|
+
|
|
731
|
+
# Filter by milestone
|
|
732
|
+
gh issue list --milestone "v1.0"
|
|
733
|
+
|
|
734
|
+
# Search/filter
|
|
735
|
+
gh issue list --search "is:open is:issue label:bug"
|
|
736
|
+
|
|
737
|
+
# JSON output
|
|
738
|
+
gh issue list --json number,title,state,author
|
|
739
|
+
|
|
740
|
+
# Table view
|
|
741
|
+
gh issue list --json number,title,labels --jq '.[] | [.number, .title, .labels[].name] | @tsv'
|
|
742
|
+
|
|
743
|
+
# Show comments count
|
|
744
|
+
gh issue list --json number,title,comments --jq '.[] | [.number, .title, .comments]'
|
|
745
|
+
|
|
746
|
+
# Sort by
|
|
747
|
+
gh issue list --sort created --order desc
|
|
748
|
+
```
|
|
749
|
+
|
|
750
|
+
### View Issue
|
|
751
|
+
|
|
752
|
+
```bash
|
|
753
|
+
# View issue
|
|
754
|
+
gh issue view 123
|
|
755
|
+
|
|
756
|
+
# View with comments
|
|
757
|
+
gh issue view 123 --comments
|
|
758
|
+
|
|
759
|
+
# View in browser
|
|
760
|
+
gh issue view 123 --web
|
|
761
|
+
|
|
762
|
+
# JSON output
|
|
763
|
+
gh issue view 123 --json title,body,state,labels,comments
|
|
764
|
+
|
|
765
|
+
# View specific fields
|
|
766
|
+
gh issue view 123 --json title --jq '.title'
|
|
767
|
+
```
|
|
768
|
+
|
|
769
|
+
### Edit Issue
|
|
770
|
+
|
|
771
|
+
```bash
|
|
772
|
+
# Edit interactively
|
|
773
|
+
gh issue edit 123
|
|
774
|
+
|
|
775
|
+
# Edit title
|
|
776
|
+
gh issue edit 123 --title "New title"
|
|
777
|
+
|
|
778
|
+
# Edit body
|
|
779
|
+
gh issue edit 123 --body "New description"
|
|
780
|
+
|
|
781
|
+
# Add labels
|
|
782
|
+
gh issue edit 123 --add-label bug,high-priority
|
|
783
|
+
|
|
784
|
+
# Remove labels
|
|
785
|
+
gh issue edit 123 --remove-label stale
|
|
786
|
+
|
|
787
|
+
# Add assignees
|
|
788
|
+
gh issue edit 123 --add-assignee user1,user2
|
|
789
|
+
|
|
790
|
+
# Remove assignees
|
|
791
|
+
gh issue edit 123 --remove-assignee user1
|
|
792
|
+
|
|
793
|
+
# Set milestone
|
|
794
|
+
gh issue edit 123 --milestone "v1.0"
|
|
795
|
+
```
|
|
796
|
+
|
|
797
|
+
### Close/Reopen Issue
|
|
798
|
+
|
|
799
|
+
```bash
|
|
800
|
+
# Close issue
|
|
801
|
+
gh issue close 123
|
|
802
|
+
|
|
803
|
+
# Close with comment
|
|
804
|
+
gh issue close 123 --comment "Fixed in PR #456"
|
|
805
|
+
|
|
806
|
+
# Reopen issue
|
|
807
|
+
gh issue reopen 123
|
|
808
|
+
```
|
|
809
|
+
|
|
810
|
+
### Comment on Issue
|
|
811
|
+
|
|
812
|
+
```bash
|
|
813
|
+
# Add comment
|
|
814
|
+
gh issue comment 123 --body "This looks good!"
|
|
815
|
+
|
|
816
|
+
# Edit comment
|
|
817
|
+
gh issue comment 123 --edit 456789 --body "Updated comment"
|
|
818
|
+
|
|
819
|
+
# Delete comment
|
|
820
|
+
gh issue comment 123 --delete 456789
|
|
821
|
+
```
|
|
822
|
+
|
|
823
|
+
### Issue Status
|
|
824
|
+
|
|
825
|
+
```bash
|
|
826
|
+
# Show issue status summary
|
|
827
|
+
gh issue status
|
|
828
|
+
|
|
829
|
+
# Status for specific repository
|
|
830
|
+
gh issue status --repo owner/repo
|
|
831
|
+
```
|
|
832
|
+
|
|
833
|
+
### Pin/Unpin Issues
|
|
834
|
+
|
|
835
|
+
```bash
|
|
836
|
+
# Pin issue (pinned to repo dashboard)
|
|
837
|
+
gh issue pin 123
|
|
838
|
+
|
|
839
|
+
# Unpin issue
|
|
840
|
+
gh issue unpin 123
|
|
841
|
+
```
|
|
842
|
+
|
|
843
|
+
### Lock/Unlock Issue
|
|
844
|
+
|
|
845
|
+
```bash
|
|
846
|
+
# Lock conversation
|
|
847
|
+
gh issue lock 123
|
|
848
|
+
|
|
849
|
+
# Lock with reason
|
|
850
|
+
gh issue lock 123 --reason off-topic
|
|
851
|
+
|
|
852
|
+
# Unlock
|
|
853
|
+
gh issue unlock 123
|
|
854
|
+
```
|
|
855
|
+
|
|
856
|
+
### Transfer Issue
|
|
857
|
+
|
|
858
|
+
```bash
|
|
859
|
+
# Transfer to another repository
|
|
860
|
+
gh issue transfer 123 --repo owner/new-repo
|
|
861
|
+
```
|
|
862
|
+
|
|
863
|
+
### Delete Issue
|
|
864
|
+
|
|
865
|
+
```bash
|
|
866
|
+
# Delete issue
|
|
867
|
+
gh issue delete 123
|
|
868
|
+
|
|
869
|
+
# Confirm without prompt
|
|
870
|
+
gh issue delete 123 --yes
|
|
871
|
+
```
|
|
872
|
+
|
|
873
|
+
### Develop Issue (Draft PR)
|
|
874
|
+
|
|
875
|
+
```bash
|
|
876
|
+
# Create draft PR from issue
|
|
877
|
+
gh issue develop 123
|
|
878
|
+
|
|
879
|
+
# Create in specific branch
|
|
880
|
+
gh issue develop 123 --branch fix/issue-123
|
|
881
|
+
|
|
882
|
+
# Create with base branch
|
|
883
|
+
gh issue develop 123 --base main
|
|
884
|
+
```
|
|
885
|
+
|
|
886
|
+
## Pull Requests (gh pr)
|
|
887
|
+
|
|
888
|
+
### Create Pull Request
|
|
889
|
+
|
|
890
|
+
```bash
|
|
891
|
+
# Create PR interactively
|
|
892
|
+
gh pr create
|
|
893
|
+
|
|
894
|
+
# Create with title
|
|
895
|
+
gh pr create --title "Feature: Add new functionality"
|
|
896
|
+
|
|
897
|
+
# Create with title and body
|
|
898
|
+
gh pr create \
|
|
899
|
+
--title "Feature: Add new functionality" \
|
|
900
|
+
--body "This PR adds..."
|
|
901
|
+
|
|
902
|
+
# Fill body from template
|
|
903
|
+
gh pr create --body-file .github/PULL_REQUEST_TEMPLATE.md
|
|
904
|
+
|
|
905
|
+
# Set base branch
|
|
906
|
+
gh pr create --base main
|
|
907
|
+
|
|
908
|
+
# Set head branch (default: current branch)
|
|
909
|
+
gh pr create --head feature-branch
|
|
910
|
+
|
|
911
|
+
# Create draft PR
|
|
912
|
+
gh pr create --draft
|
|
913
|
+
|
|
914
|
+
# Add assignees
|
|
915
|
+
gh pr create --assignee user1,user2
|
|
916
|
+
|
|
917
|
+
# Add reviewers
|
|
918
|
+
gh pr create --reviewer user1,user2
|
|
919
|
+
|
|
920
|
+
# Add labels
|
|
921
|
+
gh pr create --labels enhancement,feature
|
|
922
|
+
|
|
923
|
+
# Link to issue
|
|
924
|
+
gh pr create --issue 123
|
|
925
|
+
|
|
926
|
+
# Create in specific repository
|
|
927
|
+
gh pr create --repo owner/repo
|
|
928
|
+
|
|
929
|
+
# Open in browser after creation
|
|
930
|
+
gh pr create --web
|
|
931
|
+
```
|
|
932
|
+
|
|
933
|
+
### List Pull Requests
|
|
934
|
+
|
|
935
|
+
```bash
|
|
936
|
+
# List open PRs
|
|
937
|
+
gh pr list
|
|
938
|
+
|
|
939
|
+
# List all PRs
|
|
940
|
+
gh pr list --state all
|
|
941
|
+
|
|
942
|
+
# List merged PRs
|
|
943
|
+
gh pr list --state merged
|
|
944
|
+
|
|
945
|
+
# List closed (not merged) PRs
|
|
946
|
+
gh pr list --state closed
|
|
947
|
+
|
|
948
|
+
# Filter by head branch
|
|
949
|
+
gh pr list --head feature-branch
|
|
950
|
+
|
|
951
|
+
# Filter by base branch
|
|
952
|
+
gh pr list --base main
|
|
953
|
+
|
|
954
|
+
# Filter by author
|
|
955
|
+
gh pr list --author username
|
|
956
|
+
gh pr list --author @me
|
|
957
|
+
|
|
958
|
+
# Filter by assignee
|
|
959
|
+
gh pr list --assignee username
|
|
960
|
+
|
|
961
|
+
# Filter by labels
|
|
962
|
+
gh pr list --labels bug,enhancement
|
|
963
|
+
|
|
964
|
+
# Limit results
|
|
965
|
+
gh pr list --limit 50
|
|
966
|
+
|
|
967
|
+
# Search
|
|
968
|
+
gh pr list --search "is:open is:pr label:review-required"
|
|
969
|
+
|
|
970
|
+
# JSON output
|
|
971
|
+
gh pr list --json number,title,state,author,headRefName
|
|
972
|
+
|
|
973
|
+
# Show check status
|
|
974
|
+
gh pr list --json number,title,statusCheckRollup --jq '.[] | [.number, .title, .statusCheckRollup[]?.status]'
|
|
975
|
+
|
|
976
|
+
# Sort by
|
|
977
|
+
gh pr list --sort created --order desc
|
|
978
|
+
```
|
|
979
|
+
|
|
980
|
+
### View Pull Request
|
|
981
|
+
|
|
982
|
+
```bash
|
|
983
|
+
# View PR
|
|
984
|
+
gh pr view 123
|
|
985
|
+
|
|
986
|
+
# View with comments
|
|
987
|
+
gh pr view 123 --comments
|
|
988
|
+
|
|
989
|
+
# View in browser
|
|
990
|
+
gh pr view 123 --web
|
|
991
|
+
|
|
992
|
+
# JSON output
|
|
993
|
+
gh pr view 123 --json title,body,state,author,commits,files
|
|
994
|
+
|
|
995
|
+
# View diff
|
|
996
|
+
gh pr view 123 --json files --jq '.files[].path'
|
|
997
|
+
|
|
998
|
+
# View with jq query
|
|
999
|
+
gh pr view 123 --json title,state --jq '"\(.title): \(.state)"'
|
|
1000
|
+
```
|
|
1001
|
+
|
|
1002
|
+
### Checkout Pull Request
|
|
1003
|
+
|
|
1004
|
+
```bash
|
|
1005
|
+
# Checkout PR branch
|
|
1006
|
+
gh pr checkout 123
|
|
1007
|
+
|
|
1008
|
+
# Checkout with specific branch name
|
|
1009
|
+
gh pr checkout 123 --branch name-123
|
|
1010
|
+
|
|
1011
|
+
# Force checkout
|
|
1012
|
+
gh pr checkout 123 --force
|
|
1013
|
+
```
|
|
1014
|
+
|
|
1015
|
+
### Diff Pull Request
|
|
1016
|
+
|
|
1017
|
+
```bash
|
|
1018
|
+
# View PR diff
|
|
1019
|
+
gh pr diff 123
|
|
1020
|
+
|
|
1021
|
+
# View diff with color
|
|
1022
|
+
gh pr diff 123 --color always
|
|
1023
|
+
|
|
1024
|
+
# Output to file
|
|
1025
|
+
gh pr diff 123 > pr-123.patch
|
|
1026
|
+
|
|
1027
|
+
# View diff of specific files
|
|
1028
|
+
gh pr diff 123 --name-only
|
|
1029
|
+
```
|
|
1030
|
+
|
|
1031
|
+
### Merge Pull Request
|
|
1032
|
+
|
|
1033
|
+
```bash
|
|
1034
|
+
# Merge PR
|
|
1035
|
+
gh pr merge 123
|
|
1036
|
+
|
|
1037
|
+
# Merge with specific method
|
|
1038
|
+
gh pr merge 123 --merge
|
|
1039
|
+
gh pr merge 123 --squash
|
|
1040
|
+
gh pr merge 123 --rebase
|
|
1041
|
+
|
|
1042
|
+
# Delete branch after merge
|
|
1043
|
+
gh pr merge 123 --delete-branch
|
|
1044
|
+
|
|
1045
|
+
# Merge with comment
|
|
1046
|
+
gh pr merge 123 --subject "Merge PR #123" --body "Merging feature"
|
|
1047
|
+
|
|
1048
|
+
# Merge draft PR
|
|
1049
|
+
gh pr merge 123 --admin
|
|
1050
|
+
|
|
1051
|
+
# Force merge (skip checks)
|
|
1052
|
+
gh pr merge 123 --admin
|
|
1053
|
+
```
|
|
1054
|
+
|
|
1055
|
+
### Close Pull Request
|
|
1056
|
+
|
|
1057
|
+
```bash
|
|
1058
|
+
# Close PR (as draft, not merge)
|
|
1059
|
+
gh pr close 123
|
|
1060
|
+
|
|
1061
|
+
# Close with comment
|
|
1062
|
+
gh pr close 123 --comment "Closing due to..."
|
|
1063
|
+
```
|
|
1064
|
+
|
|
1065
|
+
### Reopen Pull Request
|
|
1066
|
+
|
|
1067
|
+
```bash
|
|
1068
|
+
# Reopen closed PR
|
|
1069
|
+
gh pr reopen 123
|
|
1070
|
+
```
|
|
1071
|
+
|
|
1072
|
+
### Edit Pull Request
|
|
1073
|
+
|
|
1074
|
+
```bash
|
|
1075
|
+
# Edit interactively
|
|
1076
|
+
gh pr edit 123
|
|
1077
|
+
|
|
1078
|
+
# Edit title
|
|
1079
|
+
gh pr edit 123 --title "New title"
|
|
1080
|
+
|
|
1081
|
+
# Edit body
|
|
1082
|
+
gh pr edit 123 --body "New description"
|
|
1083
|
+
|
|
1084
|
+
# Add labels
|
|
1085
|
+
gh pr edit 123 --add-label bug,enhancement
|
|
1086
|
+
|
|
1087
|
+
# Remove labels
|
|
1088
|
+
gh pr edit 123 --remove-label stale
|
|
1089
|
+
|
|
1090
|
+
# Add assignees
|
|
1091
|
+
gh pr edit 123 --add-assignee user1,user2
|
|
1092
|
+
|
|
1093
|
+
# Remove assignees
|
|
1094
|
+
gh pr edit 123 --remove-assignee user1
|
|
1095
|
+
|
|
1096
|
+
# Add reviewers
|
|
1097
|
+
gh pr edit 123 --add-reviewer user1,user2
|
|
1098
|
+
|
|
1099
|
+
# Remove reviewers
|
|
1100
|
+
gh pr edit 123 --remove-reviewer user1
|
|
1101
|
+
|
|
1102
|
+
# Mark as ready for review
|
|
1103
|
+
gh pr edit 123 --ready
|
|
1104
|
+
```
|
|
1105
|
+
|
|
1106
|
+
### Ready for Review
|
|
1107
|
+
|
|
1108
|
+
```bash
|
|
1109
|
+
# Mark draft PR as ready
|
|
1110
|
+
gh pr ready 123
|
|
1111
|
+
```
|
|
1112
|
+
|
|
1113
|
+
### Pull Request Checks
|
|
1114
|
+
|
|
1115
|
+
```bash
|
|
1116
|
+
# View PR checks
|
|
1117
|
+
gh pr checks 123
|
|
1118
|
+
|
|
1119
|
+
# Watch checks in real-time
|
|
1120
|
+
gh pr checks 123 --watch
|
|
1121
|
+
|
|
1122
|
+
# Watch interval (seconds)
|
|
1123
|
+
gh pr checks 123 --watch --interval 5
|
|
1124
|
+
```
|
|
1125
|
+
|
|
1126
|
+
### Comment on Pull Request
|
|
1127
|
+
|
|
1128
|
+
```bash
|
|
1129
|
+
# Add comment
|
|
1130
|
+
gh pr comment 123 --body "Looks good!"
|
|
1131
|
+
|
|
1132
|
+
# Comment on specific line
|
|
1133
|
+
gh pr comment 123 --body "Fix this" \
|
|
1134
|
+
--repo owner/repo \
|
|
1135
|
+
--head-owner owner --head-branch feature
|
|
1136
|
+
|
|
1137
|
+
# Edit comment
|
|
1138
|
+
gh pr comment 123 --edit 456789 --body "Updated"
|
|
1139
|
+
|
|
1140
|
+
# Delete comment
|
|
1141
|
+
gh pr comment 123 --delete 456789
|
|
1142
|
+
```
|
|
1143
|
+
|
|
1144
|
+
### Review Pull Request
|
|
1145
|
+
|
|
1146
|
+
```bash
|
|
1147
|
+
# Review PR (opens editor)
|
|
1148
|
+
gh pr review 123
|
|
1149
|
+
|
|
1150
|
+
# Approve PR
|
|
1151
|
+
gh pr review 123 --approve --body "LGTM!"
|
|
1152
|
+
|
|
1153
|
+
# Request changes
|
|
1154
|
+
gh pr review 123 --request-changes \
|
|
1155
|
+
--body "Please fix these issues"
|
|
1156
|
+
|
|
1157
|
+
# Comment on PR
|
|
1158
|
+
gh pr review 123 --comment --body "Some thoughts..."
|
|
1159
|
+
|
|
1160
|
+
# Dismiss review
|
|
1161
|
+
gh pr review 123 --dismiss
|
|
1162
|
+
```
|
|
1163
|
+
|
|
1164
|
+
### Update Branch
|
|
1165
|
+
|
|
1166
|
+
```bash
|
|
1167
|
+
# Update PR branch with latest base branch
|
|
1168
|
+
gh pr update-branch 123
|
|
1169
|
+
|
|
1170
|
+
# Force update
|
|
1171
|
+
gh pr update-branch 123 --force
|
|
1172
|
+
|
|
1173
|
+
# Use merge strategy
|
|
1174
|
+
gh pr update-branch 123 --merge
|
|
1175
|
+
```
|
|
1176
|
+
|
|
1177
|
+
### Lock/Unlock Pull Request
|
|
1178
|
+
|
|
1179
|
+
```bash
|
|
1180
|
+
# Lock PR conversation
|
|
1181
|
+
gh pr lock 123
|
|
1182
|
+
|
|
1183
|
+
# Lock with reason
|
|
1184
|
+
gh pr lock 123 --reason off-topic
|
|
1185
|
+
|
|
1186
|
+
# Unlock
|
|
1187
|
+
gh pr unlock 123
|
|
1188
|
+
```
|
|
1189
|
+
|
|
1190
|
+
### Revert Pull Request
|
|
1191
|
+
|
|
1192
|
+
```bash
|
|
1193
|
+
# Revert merged PR
|
|
1194
|
+
gh pr revert 123
|
|
1195
|
+
|
|
1196
|
+
# Revert with specific branch name
|
|
1197
|
+
gh pr revert 123 --branch revert-pr-123
|
|
1198
|
+
```
|
|
1199
|
+
|
|
1200
|
+
### Pull Request Status
|
|
1201
|
+
|
|
1202
|
+
```bash
|
|
1203
|
+
# Show PR status summary
|
|
1204
|
+
gh pr status
|
|
1205
|
+
|
|
1206
|
+
# Status for specific repository
|
|
1207
|
+
gh pr status --repo owner/repo
|
|
1208
|
+
```
|
|
1209
|
+
|
|
1210
|
+
## GitHub Actions
|
|
1211
|
+
|
|
1212
|
+
### Workflow Runs (gh run)
|
|
1213
|
+
|
|
1214
|
+
```bash
|
|
1215
|
+
# List workflow runs
|
|
1216
|
+
gh run list
|
|
1217
|
+
|
|
1218
|
+
# List for specific workflow
|
|
1219
|
+
gh run list --workflow "ci.yml"
|
|
1220
|
+
|
|
1221
|
+
# List for specific branch
|
|
1222
|
+
gh run list --branch main
|
|
1223
|
+
|
|
1224
|
+
# Limit results
|
|
1225
|
+
gh run list --limit 20
|
|
1226
|
+
|
|
1227
|
+
# JSON output
|
|
1228
|
+
gh run list --json databaseId,status,conclusion,headBranch
|
|
1229
|
+
|
|
1230
|
+
# View run details
|
|
1231
|
+
gh run view 123456789
|
|
1232
|
+
|
|
1233
|
+
# View run with verbose logs
|
|
1234
|
+
gh run view 123456789 --log
|
|
1235
|
+
|
|
1236
|
+
# View specific job
|
|
1237
|
+
gh run view 123456789 --job 987654321
|
|
1238
|
+
|
|
1239
|
+
# View in browser
|
|
1240
|
+
gh run view 123456789 --web
|
|
1241
|
+
|
|
1242
|
+
# Watch run in real-time
|
|
1243
|
+
gh run watch 123456789
|
|
1244
|
+
|
|
1245
|
+
# Watch with interval
|
|
1246
|
+
gh run watch 123456789 --interval 5
|
|
1247
|
+
|
|
1248
|
+
# Rerun failed run
|
|
1249
|
+
gh run rerun 123456789
|
|
1250
|
+
|
|
1251
|
+
# Rerun specific job
|
|
1252
|
+
gh run rerun 123456789 --job 987654321
|
|
1253
|
+
|
|
1254
|
+
# Cancel run
|
|
1255
|
+
gh run cancel 123456789
|
|
1256
|
+
|
|
1257
|
+
# Delete run
|
|
1258
|
+
gh run delete 123456789
|
|
1259
|
+
|
|
1260
|
+
# Download run artifacts
|
|
1261
|
+
gh run download 123456789
|
|
1262
|
+
|
|
1263
|
+
# Download specific artifact
|
|
1264
|
+
gh run download 123456789 --name build
|
|
1265
|
+
|
|
1266
|
+
# Download to directory
|
|
1267
|
+
gh run download 123456789 --dir ./artifacts
|
|
1268
|
+
```
|
|
1269
|
+
|
|
1270
|
+
### Workflows (gh workflow)
|
|
1271
|
+
|
|
1272
|
+
```bash
|
|
1273
|
+
# List workflows
|
|
1274
|
+
gh workflow list
|
|
1275
|
+
|
|
1276
|
+
# View workflow details
|
|
1277
|
+
gh workflow view ci.yml
|
|
1278
|
+
|
|
1279
|
+
# View workflow YAML
|
|
1280
|
+
gh workflow view ci.yml --yaml
|
|
1281
|
+
|
|
1282
|
+
# View in browser
|
|
1283
|
+
gh workflow view ci.yml --web
|
|
1284
|
+
|
|
1285
|
+
# Enable workflow
|
|
1286
|
+
gh workflow enable ci.yml
|
|
1287
|
+
|
|
1288
|
+
# Disable workflow
|
|
1289
|
+
gh workflow disable ci.yml
|
|
1290
|
+
|
|
1291
|
+
# Run workflow manually
|
|
1292
|
+
gh workflow run ci.yml
|
|
1293
|
+
|
|
1294
|
+
# Run with inputs
|
|
1295
|
+
gh workflow run ci.yml \
|
|
1296
|
+
--raw-field \
|
|
1297
|
+
version="1.0.0" \
|
|
1298
|
+
environment="production"
|
|
1299
|
+
|
|
1300
|
+
# Run from specific branch
|
|
1301
|
+
gh workflow run ci.yml --ref develop
|
|
1302
|
+
```
|
|
1303
|
+
|
|
1304
|
+
### Action Caches (gh cache)
|
|
1305
|
+
|
|
1306
|
+
```bash
|
|
1307
|
+
# List caches
|
|
1308
|
+
gh cache list
|
|
1309
|
+
|
|
1310
|
+
# List for specific branch
|
|
1311
|
+
gh cache list --branch main
|
|
1312
|
+
|
|
1313
|
+
# List with limit
|
|
1314
|
+
gh cache list --limit 50
|
|
1315
|
+
|
|
1316
|
+
# Delete cache
|
|
1317
|
+
gh cache delete 123456789
|
|
1318
|
+
|
|
1319
|
+
# Delete all caches
|
|
1320
|
+
gh cache delete --all
|
|
1321
|
+
```
|
|
1322
|
+
|
|
1323
|
+
### Action Secrets (gh secret)
|
|
1324
|
+
|
|
1325
|
+
```bash
|
|
1326
|
+
# List secrets
|
|
1327
|
+
gh secret list
|
|
1328
|
+
|
|
1329
|
+
# Set secret (prompts for value)
|
|
1330
|
+
gh secret set MY_SECRET
|
|
1331
|
+
|
|
1332
|
+
# Set secret from environment
|
|
1333
|
+
echo "$MY_SECRET" | gh secret set MY_SECRET
|
|
1334
|
+
|
|
1335
|
+
# Set secret for specific environment
|
|
1336
|
+
gh secret set MY_SECRET --env production
|
|
1337
|
+
|
|
1338
|
+
# Set secret for organization
|
|
1339
|
+
gh secret set MY_SECRET --org orgname
|
|
1340
|
+
|
|
1341
|
+
# Delete secret
|
|
1342
|
+
gh secret delete MY_SECRET
|
|
1343
|
+
|
|
1344
|
+
# Delete from environment
|
|
1345
|
+
gh secret delete MY_SECRET --env production
|
|
1346
|
+
```
|
|
1347
|
+
|
|
1348
|
+
### Action Variables (gh variable)
|
|
1349
|
+
|
|
1350
|
+
```bash
|
|
1351
|
+
# List variables
|
|
1352
|
+
gh variable list
|
|
1353
|
+
|
|
1354
|
+
# Set variable
|
|
1355
|
+
gh variable set MY_VAR "some-value"
|
|
1356
|
+
|
|
1357
|
+
# Set variable for environment
|
|
1358
|
+
gh variable set MY_VAR "value" --env production
|
|
1359
|
+
|
|
1360
|
+
# Set variable for organization
|
|
1361
|
+
gh variable set MY_VAR "value" --org orgname
|
|
1362
|
+
|
|
1363
|
+
# Get variable value
|
|
1364
|
+
gh variable get MY_VAR
|
|
1365
|
+
|
|
1366
|
+
# Delete variable
|
|
1367
|
+
gh variable delete MY_VAR
|
|
1368
|
+
|
|
1369
|
+
# Delete from environment
|
|
1370
|
+
gh variable delete MY_VAR --env production
|
|
1371
|
+
```
|
|
1372
|
+
|
|
1373
|
+
## Projects (gh project)
|
|
1374
|
+
|
|
1375
|
+
```bash
|
|
1376
|
+
# List projects
|
|
1377
|
+
gh project list
|
|
1378
|
+
|
|
1379
|
+
# List for owner
|
|
1380
|
+
gh project list --owner owner
|
|
1381
|
+
|
|
1382
|
+
# Open projects
|
|
1383
|
+
gh project list --open
|
|
1384
|
+
|
|
1385
|
+
# View project
|
|
1386
|
+
gh project view 123
|
|
1387
|
+
|
|
1388
|
+
# View project items
|
|
1389
|
+
gh project view 123 --format json
|
|
1390
|
+
|
|
1391
|
+
# Create project
|
|
1392
|
+
gh project create --title "My Project"
|
|
1393
|
+
|
|
1394
|
+
# Create in organization
|
|
1395
|
+
gh project create --title "Project" --org orgname
|
|
1396
|
+
|
|
1397
|
+
# Create with readme
|
|
1398
|
+
gh project create --title "Project" --readme "Description here"
|
|
1399
|
+
|
|
1400
|
+
# Edit project
|
|
1401
|
+
gh project edit 123 --title "New Title"
|
|
1402
|
+
|
|
1403
|
+
# Delete project
|
|
1404
|
+
gh project delete 123
|
|
1405
|
+
|
|
1406
|
+
# Close project
|
|
1407
|
+
gh project close 123
|
|
1408
|
+
|
|
1409
|
+
# Copy project
|
|
1410
|
+
gh project copy 123 --owner target-owner --title "Copy"
|
|
1411
|
+
|
|
1412
|
+
# Mark template
|
|
1413
|
+
gh project mark-template 123
|
|
1414
|
+
|
|
1415
|
+
# List fields
|
|
1416
|
+
gh project field-list 123
|
|
1417
|
+
|
|
1418
|
+
# Create field
|
|
1419
|
+
gh project field-create 123 --title "Status" --datatype single_select
|
|
1420
|
+
|
|
1421
|
+
# Delete field
|
|
1422
|
+
gh project field-delete 123 --id 456
|
|
1423
|
+
|
|
1424
|
+
# List items
|
|
1425
|
+
gh project item-list 123
|
|
1426
|
+
|
|
1427
|
+
# Create item
|
|
1428
|
+
gh project item-create 123 --title "New item"
|
|
1429
|
+
|
|
1430
|
+
# Add item to project
|
|
1431
|
+
gh project item-add 123 --owner-owner --repo repo --issue 456
|
|
1432
|
+
|
|
1433
|
+
# Edit item
|
|
1434
|
+
gh project item-edit 123 --id 456 --title "Updated title"
|
|
1435
|
+
|
|
1436
|
+
# Delete item
|
|
1437
|
+
gh project item-delete 123 --id 456
|
|
1438
|
+
|
|
1439
|
+
# Archive item
|
|
1440
|
+
gh project item-archive 123 --id 456
|
|
1441
|
+
|
|
1442
|
+
# Link items
|
|
1443
|
+
gh project link 123 --id 456 --link-id 789
|
|
1444
|
+
|
|
1445
|
+
# Unlink items
|
|
1446
|
+
gh project unlink 123 --id 456 --link-id 789
|
|
1447
|
+
|
|
1448
|
+
# View project in browser
|
|
1449
|
+
gh project view 123 --web
|
|
1450
|
+
```
|
|
1451
|
+
|
|
1452
|
+
## Releases (gh release)
|
|
1453
|
+
|
|
1454
|
+
```bash
|
|
1455
|
+
# List releases
|
|
1456
|
+
gh release list
|
|
1457
|
+
|
|
1458
|
+
# View latest release
|
|
1459
|
+
gh release view
|
|
1460
|
+
|
|
1461
|
+
# View specific release
|
|
1462
|
+
gh release view v1.0.0
|
|
1463
|
+
|
|
1464
|
+
# View in browser
|
|
1465
|
+
gh release view v1.0.0 --web
|
|
1466
|
+
|
|
1467
|
+
# Create release
|
|
1468
|
+
gh release create v1.0.0 \
|
|
1469
|
+
--notes "Release notes here"
|
|
1470
|
+
|
|
1471
|
+
# Create release with notes from file
|
|
1472
|
+
gh release create v1.0.0 --notes-file notes.md
|
|
1473
|
+
|
|
1474
|
+
# Create release with target
|
|
1475
|
+
gh release create v1.0.0 --target main
|
|
1476
|
+
|
|
1477
|
+
# Create release as draft
|
|
1478
|
+
gh release create v1.0.0 --draft
|
|
1479
|
+
|
|
1480
|
+
# Create pre-release
|
|
1481
|
+
gh release create v1.0.0 --prerelease
|
|
1482
|
+
|
|
1483
|
+
# Create release with title
|
|
1484
|
+
gh release create v1.0.0 --title "Version 1.0.0"
|
|
1485
|
+
|
|
1486
|
+
# Upload asset to release
|
|
1487
|
+
gh release upload v1.0.0 ./file.tar.gz
|
|
1488
|
+
|
|
1489
|
+
# Upload multiple assets
|
|
1490
|
+
gh release upload v1.0.0 ./file1.tar.gz ./file2.tar.gz
|
|
1491
|
+
|
|
1492
|
+
# Upload with label (casing sensitive)
|
|
1493
|
+
gh release upload v1.0.0 ./file.tar.gz --casing
|
|
1494
|
+
|
|
1495
|
+
# Delete release
|
|
1496
|
+
gh release delete v1.0.0
|
|
1497
|
+
|
|
1498
|
+
# Delete with cleanup tag
|
|
1499
|
+
gh release delete v1.0.0 --yes
|
|
1500
|
+
|
|
1501
|
+
# Delete specific asset
|
|
1502
|
+
gh release delete-asset v1.0.0 file.tar.gz
|
|
1503
|
+
|
|
1504
|
+
# Download release assets
|
|
1505
|
+
gh release download v1.0.0
|
|
1506
|
+
|
|
1507
|
+
# Download specific asset
|
|
1508
|
+
gh release download v1.0.0 --pattern "*.tar.gz"
|
|
1509
|
+
|
|
1510
|
+
# Download to directory
|
|
1511
|
+
gh release download v1.0.0 --dir ./downloads
|
|
1512
|
+
|
|
1513
|
+
# Download archive (zip/tar)
|
|
1514
|
+
gh release download v1.0.0 --archive zip
|
|
1515
|
+
|
|
1516
|
+
# Edit release
|
|
1517
|
+
gh release edit v1.0.0 --notes "Updated notes"
|
|
1518
|
+
|
|
1519
|
+
# Verify release signature
|
|
1520
|
+
gh release verify v1.0.0
|
|
1521
|
+
|
|
1522
|
+
# Verify specific asset
|
|
1523
|
+
gh release verify-asset v1.0.0 file.tar.gz
|
|
1524
|
+
```
|
|
1525
|
+
|
|
1526
|
+
## Gists (gh gist)
|
|
1527
|
+
|
|
1528
|
+
```bash
|
|
1529
|
+
# List gists
|
|
1530
|
+
gh gist list
|
|
1531
|
+
|
|
1532
|
+
# List all gists (including private)
|
|
1533
|
+
gh gist list --public
|
|
1534
|
+
|
|
1535
|
+
# Limit results
|
|
1536
|
+
gh gist list --limit 20
|
|
1537
|
+
|
|
1538
|
+
# View gist
|
|
1539
|
+
gh gist view abc123
|
|
1540
|
+
|
|
1541
|
+
# View gist files
|
|
1542
|
+
gh gist view abc123 --files
|
|
1543
|
+
|
|
1544
|
+
# Create gist
|
|
1545
|
+
gh gist create script.py
|
|
1546
|
+
|
|
1547
|
+
# Create gist with description
|
|
1548
|
+
gh gist create script.py --desc "My script"
|
|
1549
|
+
|
|
1550
|
+
# Create public gist
|
|
1551
|
+
gh gist create script.py --public
|
|
1552
|
+
|
|
1553
|
+
# Create multi-file gist
|
|
1554
|
+
gh gist create file1.py file2.py
|
|
1555
|
+
|
|
1556
|
+
# Create from stdin
|
|
1557
|
+
echo "print('hello')" | gh gist create
|
|
1558
|
+
|
|
1559
|
+
# Edit gist
|
|
1560
|
+
gh gist edit abc123
|
|
1561
|
+
|
|
1562
|
+
# Delete gist
|
|
1563
|
+
gh gist delete abc123
|
|
1564
|
+
|
|
1565
|
+
# Rename gist file
|
|
1566
|
+
gh gist rename abc123 --filename old.py new.py
|
|
1567
|
+
|
|
1568
|
+
# Clone gist
|
|
1569
|
+
gh gist clone abc123
|
|
1570
|
+
|
|
1571
|
+
# Clone to directory
|
|
1572
|
+
gh gist clone abc123 my-directory
|
|
1573
|
+
```
|
|
1574
|
+
|
|
1575
|
+
## Codespaces (gh codespace)
|
|
1576
|
+
|
|
1577
|
+
```bash
|
|
1578
|
+
# List codespaces
|
|
1579
|
+
gh codespace list
|
|
1580
|
+
|
|
1581
|
+
# Create codespace
|
|
1582
|
+
gh codespace create
|
|
1583
|
+
|
|
1584
|
+
# Create with specific repository
|
|
1585
|
+
gh codespace create --repo owner/repo
|
|
1586
|
+
|
|
1587
|
+
# Create with branch
|
|
1588
|
+
gh codespace create --branch develop
|
|
1589
|
+
|
|
1590
|
+
# Create with specific machine
|
|
1591
|
+
gh codespace create --machine premiumLinux
|
|
1592
|
+
|
|
1593
|
+
# View codespace details
|
|
1594
|
+
gh codespace view
|
|
1595
|
+
|
|
1596
|
+
# SSH into codespace
|
|
1597
|
+
gh codespace ssh
|
|
1598
|
+
|
|
1599
|
+
# SSH with specific command
|
|
1600
|
+
gh codespace ssh --command "cd /workspaces && ls"
|
|
1601
|
+
|
|
1602
|
+
# Open codespace in browser
|
|
1603
|
+
gh codespace code
|
|
1604
|
+
|
|
1605
|
+
# Open in VS Code
|
|
1606
|
+
gh codespace code --codec
|
|
1607
|
+
|
|
1608
|
+
# Open with specific path
|
|
1609
|
+
gh codespace code --path /workspaces/repo
|
|
1610
|
+
|
|
1611
|
+
# Stop codespace
|
|
1612
|
+
gh codespace stop
|
|
1613
|
+
|
|
1614
|
+
# Delete codespace
|
|
1615
|
+
gh codespace delete
|
|
1616
|
+
|
|
1617
|
+
# View logs
|
|
1618
|
+
gh codespace logs
|
|
1619
|
+
|
|
1620
|
+
--tail 100
|
|
1621
|
+
|
|
1622
|
+
# View ports
|
|
1623
|
+
gh codespace ports
|
|
1624
|
+
|
|
1625
|
+
# Forward port
|
|
1626
|
+
gh codespace cp 8080:8080
|
|
1627
|
+
|
|
1628
|
+
# Rebuild codespace
|
|
1629
|
+
gh codespace rebuild
|
|
1630
|
+
|
|
1631
|
+
# Edit codespace
|
|
1632
|
+
gh codespace edit --machine standardLinux
|
|
1633
|
+
|
|
1634
|
+
# Jupyter support
|
|
1635
|
+
gh codespace jupyter
|
|
1636
|
+
|
|
1637
|
+
# Copy files to/from codespace
|
|
1638
|
+
gh codespace cp file.txt :/workspaces/file.txt
|
|
1639
|
+
gh codespace cp :/workspaces/file.txt ./file.txt
|
|
1640
|
+
```
|
|
1641
|
+
|
|
1642
|
+
## Organizations (gh org)
|
|
1643
|
+
|
|
1644
|
+
```bash
|
|
1645
|
+
# List organizations
|
|
1646
|
+
gh org list
|
|
1647
|
+
|
|
1648
|
+
# List for user
|
|
1649
|
+
gh org list --user username
|
|
1650
|
+
|
|
1651
|
+
# JSON output
|
|
1652
|
+
gh org list --json login,name,description
|
|
1653
|
+
|
|
1654
|
+
# View organization
|
|
1655
|
+
gh org view orgname
|
|
1656
|
+
|
|
1657
|
+
# View organization members
|
|
1658
|
+
gh org view orgname --json members --jq '.members[] | .login'
|
|
1659
|
+
```
|
|
1660
|
+
|
|
1661
|
+
## Search (gh search)
|
|
1662
|
+
|
|
1663
|
+
```bash
|
|
1664
|
+
# Search code
|
|
1665
|
+
gh search code "TODO"
|
|
1666
|
+
|
|
1667
|
+
# Search in specific repository
|
|
1668
|
+
gh search code "TODO" --repo owner/repo
|
|
1669
|
+
|
|
1670
|
+
# Search commits
|
|
1671
|
+
gh search commits "fix bug"
|
|
1672
|
+
|
|
1673
|
+
# Search issues
|
|
1674
|
+
gh search issues "label:bug state:open"
|
|
1675
|
+
|
|
1676
|
+
# Search PRs
|
|
1677
|
+
gh search prs "is:open is:pr review:required"
|
|
1678
|
+
|
|
1679
|
+
# Search repositories
|
|
1680
|
+
gh search repos "stars:>1000 language:python"
|
|
1681
|
+
|
|
1682
|
+
# Limit results
|
|
1683
|
+
gh search repos "topic:api" --limit 50
|
|
1684
|
+
|
|
1685
|
+
# JSON output
|
|
1686
|
+
gh search repos "stars:>100" --json name,description,stargazers
|
|
1687
|
+
|
|
1688
|
+
# Order results
|
|
1689
|
+
gh search repos "language:rust" --order desc --sort stars
|
|
1690
|
+
|
|
1691
|
+
# Search with extensions
|
|
1692
|
+
gh search code "import" --extension py
|
|
1693
|
+
|
|
1694
|
+
# Web search (open in browser)
|
|
1695
|
+
gh search prs "is:open" --web
|
|
1696
|
+
```
|
|
1697
|
+
|
|
1698
|
+
## Labels (gh label)
|
|
1699
|
+
|
|
1700
|
+
```bash
|
|
1701
|
+
# List labels
|
|
1702
|
+
gh label list
|
|
1703
|
+
|
|
1704
|
+
# Create label
|
|
1705
|
+
gh label create bug --color "d73a4a" --description "Something isn't working"
|
|
1706
|
+
|
|
1707
|
+
# Create with hex color
|
|
1708
|
+
gh label create enhancement --color "#a2eeef"
|
|
1709
|
+
|
|
1710
|
+
# Edit label
|
|
1711
|
+
gh label edit bug --name "bug-report" --color "ff0000"
|
|
1712
|
+
|
|
1713
|
+
# Delete label
|
|
1714
|
+
gh label delete bug
|
|
1715
|
+
|
|
1716
|
+
# Clone labels from repository
|
|
1717
|
+
gh label clone owner/repo
|
|
1718
|
+
|
|
1719
|
+
# Clone to specific repository
|
|
1720
|
+
gh label clone owner/repo --repo target/repo
|
|
1721
|
+
```
|
|
1722
|
+
|
|
1723
|
+
## SSH Keys (gh ssh-key)
|
|
1724
|
+
|
|
1725
|
+
```bash
|
|
1726
|
+
# List SSH keys
|
|
1727
|
+
gh ssh-key list
|
|
1728
|
+
|
|
1729
|
+
# Add SSH key
|
|
1730
|
+
gh ssh-key add ~/.ssh/id_rsa.pub --title "My laptop"
|
|
1731
|
+
|
|
1732
|
+
# Add key with type
|
|
1733
|
+
gh ssh-key add ~/.ssh/id_ed25519.pub --type "authentication"
|
|
1734
|
+
|
|
1735
|
+
# Delete SSH key
|
|
1736
|
+
gh ssh-key delete 12345
|
|
1737
|
+
|
|
1738
|
+
# Delete by title
|
|
1739
|
+
gh ssh-key delete --title "My laptop"
|
|
1740
|
+
```
|
|
1741
|
+
|
|
1742
|
+
## GPG Keys (gh gpg-key)
|
|
1743
|
+
|
|
1744
|
+
```bash
|
|
1745
|
+
# List GPG keys
|
|
1746
|
+
gh gpg-key list
|
|
1747
|
+
|
|
1748
|
+
# Add GPG key
|
|
1749
|
+
gh gpg-key add ~/.ssh/id_rsa.pub
|
|
1750
|
+
|
|
1751
|
+
# Delete GPG key
|
|
1752
|
+
gh gpg-key delete 12345
|
|
1753
|
+
|
|
1754
|
+
# Delete by key ID
|
|
1755
|
+
gh gpg-key delete ABCD1234
|
|
1756
|
+
```
|
|
1757
|
+
|
|
1758
|
+
## Status (gh status)
|
|
1759
|
+
|
|
1760
|
+
```bash
|
|
1761
|
+
# Show status overview
|
|
1762
|
+
gh status
|
|
1763
|
+
|
|
1764
|
+
# Status for specific repositories
|
|
1765
|
+
gh status --repo owner/repo
|
|
1766
|
+
|
|
1767
|
+
# JSON output
|
|
1768
|
+
gh status --json
|
|
1769
|
+
```
|
|
1770
|
+
|
|
1771
|
+
## Configuration (gh config)
|
|
1772
|
+
|
|
1773
|
+
```bash
|
|
1774
|
+
# List all config
|
|
1775
|
+
gh config list
|
|
1776
|
+
|
|
1777
|
+
# Get specific value
|
|
1778
|
+
gh config get editor
|
|
1779
|
+
|
|
1780
|
+
# Set value
|
|
1781
|
+
gh config set editor vim
|
|
1782
|
+
|
|
1783
|
+
# Set git protocol
|
|
1784
|
+
gh config set git_protocol ssh
|
|
1785
|
+
|
|
1786
|
+
# Clear cache
|
|
1787
|
+
gh config clear-cache
|
|
1788
|
+
|
|
1789
|
+
# Set prompt behavior
|
|
1790
|
+
gh config set prompt disabled
|
|
1791
|
+
gh config set prompt enabled
|
|
1792
|
+
```
|
|
1793
|
+
|
|
1794
|
+
## Extensions (gh extension)
|
|
1795
|
+
|
|
1796
|
+
```bash
|
|
1797
|
+
# List installed extensions
|
|
1798
|
+
gh extension list
|
|
1799
|
+
|
|
1800
|
+
# Search extensions
|
|
1801
|
+
gh extension search github
|
|
1802
|
+
|
|
1803
|
+
# Install extension
|
|
1804
|
+
gh extension install owner/extension-repo
|
|
1805
|
+
|
|
1806
|
+
# Install from branch
|
|
1807
|
+
gh extension install owner/extension-repo --branch develop
|
|
1808
|
+
|
|
1809
|
+
# Upgrade extension
|
|
1810
|
+
gh extension upgrade extension-name
|
|
1811
|
+
|
|
1812
|
+
# Remove extension
|
|
1813
|
+
gh extension remove extension-name
|
|
1814
|
+
|
|
1815
|
+
# Create new extension
|
|
1816
|
+
gh extension create my-extension
|
|
1817
|
+
|
|
1818
|
+
# Browse extensions
|
|
1819
|
+
gh extension browse
|
|
1820
|
+
|
|
1821
|
+
# Execute extension command
|
|
1822
|
+
gh extension exec my-extension --arg value
|
|
1823
|
+
```
|
|
1824
|
+
|
|
1825
|
+
## Aliases (gh alias)
|
|
1826
|
+
|
|
1827
|
+
```bash
|
|
1828
|
+
# List aliases
|
|
1829
|
+
gh alias list
|
|
1830
|
+
|
|
1831
|
+
# Set alias
|
|
1832
|
+
gh alias set prview 'pr view --web'
|
|
1833
|
+
|
|
1834
|
+
# Set shell alias
|
|
1835
|
+
gh alias set co 'pr checkout' --shell
|
|
1836
|
+
|
|
1837
|
+
# Delete alias
|
|
1838
|
+
gh alias delete prview
|
|
1839
|
+
|
|
1840
|
+
# Import aliases
|
|
1841
|
+
gh alias import ./aliases.sh
|
|
1842
|
+
```
|
|
1843
|
+
|
|
1844
|
+
## API Requests (gh api)
|
|
1845
|
+
|
|
1846
|
+
```bash
|
|
1847
|
+
# Make API request
|
|
1848
|
+
gh api /user
|
|
1849
|
+
|
|
1850
|
+
# Request with method
|
|
1851
|
+
gh api --method POST /repos/owner/repo/issues \
|
|
1852
|
+
--field title="Issue title" \
|
|
1853
|
+
--field body="Issue body"
|
|
1854
|
+
|
|
1855
|
+
# Request with headers
|
|
1856
|
+
gh api /user \
|
|
1857
|
+
--header "Accept: application/vnd.github.v3+json"
|
|
1858
|
+
|
|
1859
|
+
# Request with pagination
|
|
1860
|
+
gh api /user/repos --paginate
|
|
1861
|
+
|
|
1862
|
+
# Raw output (no formatting)
|
|
1863
|
+
gh api /user --raw
|
|
1864
|
+
|
|
1865
|
+
# Include headers in output
|
|
1866
|
+
gh api /user --include
|
|
1867
|
+
|
|
1868
|
+
# Silent mode (no progress output)
|
|
1869
|
+
gh api /user --silent
|
|
1870
|
+
|
|
1871
|
+
# Input from file
|
|
1872
|
+
gh api --input request.json
|
|
1873
|
+
|
|
1874
|
+
# jq query on response
|
|
1875
|
+
gh api /user --jq '.login'
|
|
1876
|
+
|
|
1877
|
+
# Field from response
|
|
1878
|
+
gh api /repos/owner/repo --jq '.stargazers_count'
|
|
1879
|
+
|
|
1880
|
+
# GitHub Enterprise
|
|
1881
|
+
gh api /user --hostname enterprise.internal
|
|
1882
|
+
|
|
1883
|
+
# GraphQL query
|
|
1884
|
+
gh api graphql \
|
|
1885
|
+
-f query='
|
|
1886
|
+
{
|
|
1887
|
+
viewer {
|
|
1888
|
+
login
|
|
1889
|
+
repositories(first: 5) {
|
|
1890
|
+
nodes {
|
|
1891
|
+
name
|
|
1892
|
+
}
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
}'
|
|
1896
|
+
```
|
|
1897
|
+
|
|
1898
|
+
## Rulesets (gh ruleset)
|
|
1899
|
+
|
|
1900
|
+
```bash
|
|
1901
|
+
# List rulesets
|
|
1902
|
+
gh ruleset list
|
|
1903
|
+
|
|
1904
|
+
# View ruleset
|
|
1905
|
+
gh ruleset view 123
|
|
1906
|
+
|
|
1907
|
+
# Check ruleset
|
|
1908
|
+
gh ruleset check --branch feature
|
|
1909
|
+
|
|
1910
|
+
# Check specific repository
|
|
1911
|
+
gh ruleset check --repo owner/repo --branch main
|
|
1912
|
+
```
|
|
1913
|
+
|
|
1914
|
+
## Attestations (gh attestation)
|
|
1915
|
+
|
|
1916
|
+
```bash
|
|
1917
|
+
# Download attestation
|
|
1918
|
+
gh attestation download owner/repo \
|
|
1919
|
+
--artifact-id 123456
|
|
1920
|
+
|
|
1921
|
+
# Verify attestation
|
|
1922
|
+
gh attestation verify owner/repo
|
|
1923
|
+
|
|
1924
|
+
# Get trusted root
|
|
1925
|
+
gh attestation trusted-root
|
|
1926
|
+
```
|
|
1927
|
+
|
|
1928
|
+
## Completion (gh completion)
|
|
1929
|
+
|
|
1930
|
+
```bash
|
|
1931
|
+
# Generate shell completion
|
|
1932
|
+
gh completion -s bash > ~/.gh-complete.bash
|
|
1933
|
+
gh completion -s zsh > ~/.gh-complete.zsh
|
|
1934
|
+
gh completion -s fish > ~/.gh-complete.fish
|
|
1935
|
+
gh completion -s powershell > ~/.gh-complete.ps1
|
|
1936
|
+
|
|
1937
|
+
# Shell-specific instructions
|
|
1938
|
+
gh completion --shell=bash
|
|
1939
|
+
gh completion --shell=zsh
|
|
1940
|
+
```
|
|
1941
|
+
|
|
1942
|
+
## Preview (gh preview)
|
|
1943
|
+
|
|
1944
|
+
```bash
|
|
1945
|
+
# List preview features
|
|
1946
|
+
gh preview
|
|
1947
|
+
|
|
1948
|
+
# Run preview script
|
|
1949
|
+
gh preview prompter
|
|
1950
|
+
```
|
|
1951
|
+
|
|
1952
|
+
## Agent Tasks (gh agent-task)
|
|
1953
|
+
|
|
1954
|
+
```bash
|
|
1955
|
+
# List agent tasks
|
|
1956
|
+
gh agent-task list
|
|
1957
|
+
|
|
1958
|
+
# View agent task
|
|
1959
|
+
gh agent-task view 123
|
|
1960
|
+
|
|
1961
|
+
# Create agent task
|
|
1962
|
+
gh agent-task create --description "My task"
|
|
1963
|
+
```
|
|
1964
|
+
|
|
1965
|
+
## Global Flags
|
|
1966
|
+
|
|
1967
|
+
| Flag | Description |
|
|
1968
|
+
| -------------------------- | -------------------------------------- |
|
|
1969
|
+
| `--help` / `-h` | Show help for command |
|
|
1970
|
+
| `--version` | Show gh version |
|
|
1971
|
+
| `--repo [HOST/]OWNER/REPO` | Select another repository |
|
|
1972
|
+
| `--hostname HOST` | GitHub hostname |
|
|
1973
|
+
| `--jq EXPRESSION` | Filter JSON output |
|
|
1974
|
+
| `--json FIELDS` | Output JSON with specified fields |
|
|
1975
|
+
| `--template STRING` | Format JSON using Go template |
|
|
1976
|
+
| `--web` | Open in browser |
|
|
1977
|
+
| `--paginate` | Make additional API calls |
|
|
1978
|
+
| `--verbose` | Show verbose output |
|
|
1979
|
+
| `--debug` | Show debug output |
|
|
1980
|
+
| `--timeout SECONDS` | Maximum API request duration |
|
|
1981
|
+
| `--cache CACHE` | Cache control (default, force, bypass) |
|
|
1982
|
+
|
|
1983
|
+
## Output Formatting
|
|
1984
|
+
|
|
1985
|
+
### JSON Output
|
|
1986
|
+
|
|
1987
|
+
```bash
|
|
1988
|
+
# Basic JSON
|
|
1989
|
+
gh repo view --json name,description
|
|
1990
|
+
|
|
1991
|
+
# Nested fields
|
|
1992
|
+
gh repo view --json owner,name --jq '.owner.login + "/" + .name'
|
|
1993
|
+
|
|
1994
|
+
# Array operations
|
|
1995
|
+
gh pr list --json number,title --jq '.[] | select(.number > 100)'
|
|
1996
|
+
|
|
1997
|
+
# Complex queries
|
|
1998
|
+
gh issue list --json number,title,labels \
|
|
1999
|
+
--jq '.[] | {number, title: .title, tags: [.labels[].name]}'
|
|
2000
|
+
```
|
|
2001
|
+
|
|
2002
|
+
### Template Output
|
|
2003
|
+
|
|
2004
|
+
```bash
|
|
2005
|
+
# Custom template
|
|
2006
|
+
gh repo view \
|
|
2007
|
+
--template '{{.name}}: {{.description}}'
|
|
2008
|
+
|
|
2009
|
+
# Multiline template
|
|
2010
|
+
gh pr view 123 \
|
|
2011
|
+
--template 'Title: {{.title}}
|
|
2012
|
+
Author: {{.author.login}}
|
|
2013
|
+
State: {{.state}}
|
|
2014
|
+
'
|
|
2015
|
+
```
|
|
2016
|
+
|
|
2017
|
+
## Common Workflows
|
|
2018
|
+
|
|
2019
|
+
### Create PR from Issue
|
|
2020
|
+
|
|
2021
|
+
```bash
|
|
2022
|
+
# Create branch from issue
|
|
2023
|
+
gh issue develop 123 --branch feature/issue-123
|
|
2024
|
+
|
|
2025
|
+
# Make changes, commit, push
|
|
2026
|
+
git add .
|
|
2027
|
+
git commit -m "Fix issue #123"
|
|
2028
|
+
git push
|
|
2029
|
+
|
|
2030
|
+
# Create PR linking to issue
|
|
2031
|
+
gh pr create --title "Fix #123" --body "Closes #123"
|
|
2032
|
+
```
|
|
2033
|
+
|
|
2034
|
+
### Bulk Operations
|
|
2035
|
+
|
|
2036
|
+
```bash
|
|
2037
|
+
# Close multiple issues
|
|
2038
|
+
gh issue list --search "label:stale" \
|
|
2039
|
+
--json number \
|
|
2040
|
+
--jq '.[].number' | \
|
|
2041
|
+
xargs -I {} gh issue close {} --comment "Closing as stale"
|
|
2042
|
+
|
|
2043
|
+
# Add label to multiple PRs
|
|
2044
|
+
gh pr list --search "review:required" \
|
|
2045
|
+
--json number \
|
|
2046
|
+
--jq '.[].number' | \
|
|
2047
|
+
xargs -I {} gh pr edit {} --add-label needs-review
|
|
2048
|
+
```
|
|
2049
|
+
|
|
2050
|
+
### Repository Setup Workflow
|
|
2051
|
+
|
|
2052
|
+
```bash
|
|
2053
|
+
# Create repository with initial setup
|
|
2054
|
+
gh repo create my-project --public \
|
|
2055
|
+
--description "My awesome project" \
|
|
2056
|
+
--clone \
|
|
2057
|
+
--gitignore python \
|
|
2058
|
+
--license mit
|
|
2059
|
+
|
|
2060
|
+
cd my-project
|
|
2061
|
+
|
|
2062
|
+
# Set up branches
|
|
2063
|
+
git checkout -b develop
|
|
2064
|
+
git push -u origin develop
|
|
2065
|
+
|
|
2066
|
+
# Create labels
|
|
2067
|
+
gh label create bug --color "d73a4a" --description "Bug report"
|
|
2068
|
+
gh label create enhancement --color "a2eeef" --description "Feature request"
|
|
2069
|
+
gh label create documentation --color "0075ca" --description "Documentation"
|
|
2070
|
+
```
|
|
2071
|
+
|
|
2072
|
+
### CI/CD Workflow
|
|
2073
|
+
|
|
2074
|
+
```bash
|
|
2075
|
+
# Run workflow and wait
|
|
2076
|
+
RUN_ID=$(gh workflow run ci.yml --ref main --jq '.databaseId')
|
|
2077
|
+
|
|
2078
|
+
# Watch the run
|
|
2079
|
+
gh run watch "$RUN_ID"
|
|
2080
|
+
|
|
2081
|
+
# Download artifacts on completion
|
|
2082
|
+
gh run download "$RUN_ID" --dir ./artifacts
|
|
2083
|
+
```
|
|
2084
|
+
|
|
2085
|
+
### Fork Sync Workflow
|
|
2086
|
+
|
|
2087
|
+
```bash
|
|
2088
|
+
# Fork repository
|
|
2089
|
+
gh repo fork original/repo --clone
|
|
2090
|
+
|
|
2091
|
+
cd repo
|
|
2092
|
+
|
|
2093
|
+
# Add upstream remote
|
|
2094
|
+
git remote add upstream https://github.com/original/repo.git
|
|
2095
|
+
|
|
2096
|
+
# Sync fork
|
|
2097
|
+
gh repo sync
|
|
2098
|
+
|
|
2099
|
+
# Or manual sync
|
|
2100
|
+
git fetch upstream
|
|
2101
|
+
git checkout main
|
|
2102
|
+
git merge upstream/main
|
|
2103
|
+
git push origin main
|
|
2104
|
+
```
|
|
2105
|
+
|
|
2106
|
+
## Environment Setup
|
|
2107
|
+
|
|
2108
|
+
### Shell Integration
|
|
2109
|
+
|
|
2110
|
+
```bash
|
|
2111
|
+
# Add to ~/.bashrc or ~/.zshrc
|
|
2112
|
+
eval "$(gh completion -s bash)" # or zsh/fish
|
|
2113
|
+
|
|
2114
|
+
# Create useful aliases
|
|
2115
|
+
alias gs='gh status'
|
|
2116
|
+
alias gpr='gh pr view --web'
|
|
2117
|
+
alias gir='gh issue view --web'
|
|
2118
|
+
alias gco='gh pr checkout'
|
|
2119
|
+
```
|
|
2120
|
+
|
|
2121
|
+
### Git Configuration
|
|
2122
|
+
|
|
2123
|
+
```bash
|
|
2124
|
+
# Use gh as credential helper
|
|
2125
|
+
gh auth setup-git
|
|
2126
|
+
|
|
2127
|
+
# Set gh as default for repo operations
|
|
2128
|
+
git config --global credential.helper 'gh !gh auth setup-git'
|
|
2129
|
+
|
|
2130
|
+
# Or manually
|
|
2131
|
+
git config --global credential.helper github
|
|
2132
|
+
```
|
|
2133
|
+
|
|
2134
|
+
## Best Practices
|
|
2135
|
+
|
|
2136
|
+
1. **Authentication**: Use environment variables for automation
|
|
2137
|
+
|
|
2138
|
+
```bash
|
|
2139
|
+
export GH_TOKEN=$(gh auth token)
|
|
2140
|
+
```
|
|
2141
|
+
|
|
2142
|
+
2. **Default Repository**: Set default to avoid repetition
|
|
2143
|
+
|
|
2144
|
+
```bash
|
|
2145
|
+
gh repo set-default owner/repo
|
|
2146
|
+
```
|
|
2147
|
+
|
|
2148
|
+
3. **JSON Parsing**: Use jq for complex data extraction
|
|
2149
|
+
|
|
2150
|
+
```bash
|
|
2151
|
+
gh pr list --json number,title --jq '.[] | select(.title | contains("fix"))'
|
|
2152
|
+
```
|
|
2153
|
+
|
|
2154
|
+
4. **Pagination**: Use --paginate for large result sets
|
|
2155
|
+
|
|
2156
|
+
```bash
|
|
2157
|
+
gh issue list --state all --paginate
|
|
2158
|
+
```
|
|
2159
|
+
|
|
2160
|
+
5. **Caching**: Use cache control for frequently accessed data
|
|
2161
|
+
```bash
|
|
2162
|
+
gh api /user --cache force
|
|
2163
|
+
```
|
|
2164
|
+
|
|
2165
|
+
## Getting Help
|
|
2166
|
+
|
|
2167
|
+
```bash
|
|
2168
|
+
# General help
|
|
2169
|
+
gh --help
|
|
2170
|
+
|
|
2171
|
+
# Command help
|
|
2172
|
+
gh pr --help
|
|
2173
|
+
gh issue create --help
|
|
2174
|
+
|
|
2175
|
+
# Help topics
|
|
2176
|
+
gh help formatting
|
|
2177
|
+
gh help environment
|
|
2178
|
+
gh help exit-codes
|
|
2179
|
+
gh help accessibility
|
|
2180
|
+
```
|
|
2181
|
+
|
|
2182
|
+
## References
|
|
2183
|
+
|
|
2184
|
+
- Official Manual: https://cli.github.com/manual/
|
|
2185
|
+
- GitHub Docs: https://docs.github.com/en/github-cli
|
|
2186
|
+
- REST API: https://docs.github.com/en/rest
|
|
2187
|
+
- GraphQL API: https://docs.github.com/en/graphql
|