### Network Configuration Example Source: https://github.com/github/gh-aw This configuration snippet demonstrates how to define network access rules. An empty array for 'allowed' domains behaves the same as an empty network object. ```yaml network: { allowed: [] } ``` ```yaml network: {} ``` -------------------------------- ### Add Poem Bot Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Poem Bot workflow wizard. Ensure you have the `gh-aw` tool installed and configured. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/poem-bot.md ``` -------------------------------- ### Replace fmt.Println with Formatted Error Message Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Example of replacing a basic `fmt.Println` for error output with a more structured and styled message using `console.FormatErrorMessage`. This promotes consistency and better error reporting in CLIs. ```go fmt.Println("Error: compilation failed") // becomes fmt.Fprintln(os.Stderr, console.FormatErrorMessage("Compilation failed")) ``` -------------------------------- ### Add Daily Perf Improver Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Daily Perf Improver workflow to your repository. This workflow optimizes performance in three phases: research, setup, and implementation. ```bash gh aw add-wizard githubnext/agentics/workflows/daily-perf-improver.md ``` -------------------------------- ### Add Daily Documentation Updater Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the daily documentation updater workflow to your repository. Ensure you have the 'gh aw' CLI tool installed. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-doc-updater.md ``` -------------------------------- ### Add Go Module Usage Expert Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Go Module Usage Expert workflow to your repository. Ensure you have the `gh-aw` CLI installed and configured. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/go-fan.md ``` -------------------------------- ### Add Daily Backlog Burner Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Daily Backlog Burner workflow to your repository. Ensure you have the 'gh aw' CLI tool installed. ```bash gh aw add-wizard githubnext/agentics/workflows/daily-backlog-burner.md ``` -------------------------------- ### Add Daily Testify Uber Super Expert Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the 'Daily Testify Uber Super Expert' workflow to your repository. Ensure you have the 'gh aw' CLI tool installed. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-testify-uber-super-expert.md ``` -------------------------------- ### Add Schema Consistency Checker Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Schema Consistency Checker workflow to your repository. Ensure you have the 'gh aw' CLI tool installed. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/schema-consistency-checker.md ``` -------------------------------- ### Add CI Doctor Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the CI Doctor workflow to your repository. Ensure you have the 'gh aw' CLI tool installed. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/ci-doctor.md ``` -------------------------------- ### Add Breaking Change Checker Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Breaking Change Checker workflow to your repository. Ensure you have the 'gh aw' CLI tool installed. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/breaking-change-checker.md ``` -------------------------------- ### Add Semantic Function Refactor Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Semantic Function Refactor workflow to your repository. Ensure you have the `gh aw` CLI installed and configured. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/semantic-function-refactor.md ``` -------------------------------- ### Add Documentation Noob Tester Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the documentation noob tester workflow. This workflow helps in testing documentation from the perspective of a new user. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/docs-noob-tester.md ``` -------------------------------- ### Add Multi-device Docs Tester Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the multi-device documentation tester workflow. This workflow ensures documentation is compatible across various devices. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-multi-device-docs-tester.md ``` -------------------------------- ### Authenticate with GitHub CLI Source: https://cli.github.com/manual Run this command to authenticate your GitHub account with the GitHub CLI. Alternatively, the GITHUB_TOKEN environment variable can be used. ```bash gh auth login ``` -------------------------------- ### Add Q Workflow Wizard Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Q workflow to your repository using the add-wizard. Requires the gh CLI. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/q.md ``` -------------------------------- ### Authenticate with GitHub Enterprise Source: https://cli.github.com/manual Use this command to authenticate with a GitHub Enterprise Server instance. Ensure your server version is 2.20 or above. ```bash gh auth login --hostname ``` -------------------------------- ### Add Portfolio Analyst Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Portfolio Analyst workflow to your repository. Customize the workflow specifications as needed. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/portfolio-analyst.md ``` -------------------------------- ### Add Daily Repo Chronicle Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Daily Repo Chronicle workflow wizard. This automates the generation of a daily chronicle for your repository. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-repo-chronicle.md ``` -------------------------------- ### Add Ubuntu Image Analyzer Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Ubuntu Image Analyzer workflow to your repository. This workflow documents GitHub Actions runner environments. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/ubuntu-image-analyzer.md ``` -------------------------------- ### Add Blog Auditor Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the blog auditor workflow. This workflow helps in reviewing and auditing blog content. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/blog-auditor.md ``` -------------------------------- ### Add CI Coach Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Integrate the 'CI Coach' workflow into your repository. This workflow provides guidance for Continuous Integration processes. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/ci-coach.md ``` -------------------------------- ### Add Agent Performance Analyzer Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Agent Performance Analyzer workflow. This workflow acts as a meta-orchestrator for agent quality, identifying performance issues. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/agent-performance-analyzer.md ``` -------------------------------- ### Add Prompt Clustering Analysis Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Prompt Clustering Analysis workflow. This workflow uses ML to cluster and categorize agent prompts, identifying patterns and optimization opportunities. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/prompt-clustering-analysis.md ``` -------------------------------- ### Add Documentation Unbloat Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the documentation unbloat workflow. This workflow assists in streamlining and reducing the size of documentation. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/unbloat-docs.md ``` -------------------------------- ### Add Firewall Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Firewall workflow to your repository. This workflow tests network security and validates rules. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/firewall.md ``` -------------------------------- ### Add Grumpy Reviewer Workflow Wizard Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Grumpy Reviewer workflow to your repository using the add-wizard. Requires the gh CLI. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/grumpy-reviewer.md ``` -------------------------------- ### Replace Ad-hoc ANSI Coloring with Lipgloss Styles Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Demonstrates replacing manual ANSI escape codes for coloring with adaptive Lipgloss styles. This ensures consistent and accessible color rendering across different terminal themes. ```go // ad-hoc ANSI coloring // becomes // adaptive Lipgloss styles ``` -------------------------------- ### Add Daily QA Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Daily QA workflow to your repository. This workflow provides continuous quality assurance. ```bash gh aw add-wizard githubnext/agentics/workflows/daily-qa.md ``` -------------------------------- ### Add Daily News Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Daily News workflow to your repository. This workflow curates relevant news for the team. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-news.md ``` -------------------------------- ### Add Daily Compiler Quality Check Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Integrate the 'Daily Compiler Quality Check' workflow into your repository using this command. It helps maintain code quality. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-compiler-quality.md ``` -------------------------------- ### Add Typist Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Typist workflow to your repository. This workflow focuses on strengthening type safety. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/typist.md ``` -------------------------------- ### Add Daily Test Improver Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the 'Daily Test Improver' workflow. This workflow is designed to enhance testing processes. ```bash gh aw add-wizard githubnext/agentics/daily-test-improver ``` -------------------------------- ### Add Security Compliance Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Security Compliance workflow to your repository. This workflow runs vulnerability campaigns with deadline tracking. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/security-compliance.md ``` -------------------------------- ### Add Plan Command Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Plan Command workflow to your repository. You can then edit and remix the workflow specifications. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/plan.md ``` -------------------------------- ### Add Static Analysis Report Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Static Analysis Report workflow to your repository. This workflow performs daily security scans using various tools. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/static-analysis-report.md ``` -------------------------------- ### Add GitHub MCP Tools Report Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the GitHub MCP Tools Report workflow. This workflow analyzes available MCP tools and helps keep tool configurations up to date. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/github-mcp-tools-report.md ``` -------------------------------- ### Add Weekly Issue Summary Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Weekly Issue Summary workflow wizard. This helps automate the summarization of repository issues on a weekly basis. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/weekly-issue-summary.md ``` -------------------------------- ### Configure Preferred Editor Source: https://cli.github.com/manual Set your preferred text editor for use with the GitHub CLI. Refer to 'gh config' for more configuration options. ```bash gh config set editor ``` -------------------------------- ### Add Repository Quality Improver Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Repository Quality Improver workflow to your repository. This workflow helps maintain repository coherence. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/repository-quality-improver.md ``` -------------------------------- ### Add Audit Workflows Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Audit Workflows meta-agent to your repository. Customize the workflow specifications as needed. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/audit-workflows.md ``` -------------------------------- ### Add Changeset Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Changeset workflow to your repository. After adding, edit and remix the workflow specifications, regenerate the lock file using `gh aw compile`, and push to your repository. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/changeset.md ``` -------------------------------- ### Add Copilot PR NLP Analysis Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Copilot PR NLP Analysis workflow. This workflow applies natural language processing to PR conversations for sentiment analysis and linguistic pattern identification. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/copilot-pr-nlp-analysis ``` -------------------------------- ### Add Metrics Collector Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Metrics Collector workflow to your repository. Customize the workflow specifications as needed. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/metrics-collector.md ``` -------------------------------- ### Add Daily Accessibility Review Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Daily Accessibility Review workflow to your repository. This workflow checks for WCAG compliance using Playwright. ```bash gh aw add-wizard githubnext/agentics/workflows/daily-accessibility-review.md ``` -------------------------------- ### Add Workflow Generator Wizard Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Workflow Generator workflow to your repository using the add-wizard. Requires the gh CLI. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/workflow-generator.md ``` -------------------------------- ### Add Daily Secrets Analysis Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Daily Secrets Analysis workflow to your repository. This workflow scans for exposed credentials. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-secrets-analysis.md ``` -------------------------------- ### Add Slide Deck Maintainer Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the slide deck maintainer workflow. This workflow is useful for managing and updating presentation slides. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/slide-deck-maintainer.md ``` -------------------------------- ### Add MCP Inspector Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the MCP Inspector workflow to your repository. This workflow validates Model Context Protocol configurations to ensure agents can access tools. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/mcp-inspector.md ``` -------------------------------- ### Add Large File Simplifier Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Large File Simplifier workflow to your repository. This workflow helps manage large files within your project. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-file-diet.md ``` -------------------------------- ### Add Copilot Session Insights Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Copilot Session Insights workflow to your repository. This workflow analyzes Copilot coding agent usage patterns and metrics. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/copilot-agent-analysis.md ``` -------------------------------- ### Add Daily Team Status Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Daily Team Status workflow to your repository. This workflow shares team mood and status updates. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-team-status.md ``` -------------------------------- ### Add Automatic Code Simplifier Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Automatic Code Simplifier workflow to your repository. Further customization is possible after adding. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/code-simplifier.md ``` -------------------------------- ### Add Duplicate Code Detector Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Duplicate Code Detector workflow to your repository. Further customization is possible after adding. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/duplicate-code-detector.md ``` -------------------------------- ### Add Daily Malicious Code Scan Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Daily Malicious Code Scan workflow to your repository. This workflow reviews recent code changes for suspicious patterns. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-malicious-code-scan.md ``` -------------------------------- ### Add Functional Pragmatist Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Functional Pragmatist workflow to your repository. This workflow applies functional programming techniques. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/functional-programming-enhancer.md ``` -------------------------------- ### Add CLI Consistency Checker Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the 'CLI Consistency Checker' workflow. It helps ensure uniformity in command-line interface behavior. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/cli-consistency-checker.md ``` -------------------------------- ### Add Discussion Task Miner Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Discussion Task Miner workflow to your repository. This workflow extracts actionable tasks from discussion threads. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/discussion-task-miner.md ``` -------------------------------- ### Add Glossary Maintainer Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the glossary maintainer workflow to your repository. This workflow helps in managing and updating glossary terms. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/glossary-maintainer.md ``` -------------------------------- ### Add Issue Monster Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Issue Monster workflow to your repository. This workflow dispatches issues to the GitHub Copilot coding agent. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/issue-monster.md ``` -------------------------------- ### Set GitHub Enterprise Host as Default Source: https://cli.github.com/manual Set the GH_HOST environment variable to define a default hostname for all GitHub CLI commands when working with GitHub Enterprise. ```bash export GH_HOST= ``` -------------------------------- ### Add PR Fix Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the PR Fix workflow to your repository. This workflow is an on-demand slash command to fix failing CI checks. ```bash gh aw add-wizard githubnext/agentics/workflows/pr-fix.md ``` -------------------------------- ### Add Terminal Stylist Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Terminal Stylist workflow to your repository. After adding, you can edit the workflow specification and regenerate the lock file using `gh aw compile`. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/terminal-stylist.md ``` -------------------------------- ### Compile Agentic Workflows Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt After editing or remixing workflow specifications, regenerate the lock file using this command. This ensures the workflows are correctly compiled before pushing. ```bash gh aw compile ``` -------------------------------- ### Add Issue Arborist Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Issue Arborist workflow to your repository. This workflow automatically links related issues. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/issue-arborist.md ``` -------------------------------- ### Add Issue Triage Agent to Repository Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Command to add the issue triage agent workflow to your own repository using the gh aw add-wizard tool. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/issue-triage-agent.md ``` -------------------------------- ### Set Enterprise Token for Authentication Source: https://cli.github.com/manual Set the GH_ENTERPRISE_TOKEN environment variable to authenticate commands in scripting or automation. ```bash export GH_ENTERPRISE_TOKEN= ``` -------------------------------- ### Add Org Health Report Workflow Source: https://github.github.com/gh-aw/_llms-txt/agentic-workflows.txt Use this command to add the Org Health Report workflow to your repository. You can then edit and remix the workflow specifications. ```bash gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/org-health-report.md ``` -------------------------------- ### Set Command Aliases Source: https://cli.github.com/manual Declare custom aliases for frequently used commands to streamline your workflow. Use 'gh alias set' to define these shortcuts. ```bash gh alias set ```