[
  {
    "id": "triage",
    "label": "Daily maintainer triage",
    "aliases": [
      "maintainer",
      "dashboard",
      "notifications",
      "notify"
    ],
    "repos": [
      "dlvhdr/gh-dash",
      "agynio/gh-pr-review",
      "meiji163/gh-notify"
    ],
    "entries": [
      {
        "rank": 1,
        "repo": "dlvhdr/gh-dash",
        "name": "dash",
        "category": "Dashboard/TUI",
        "status": "active",
        "summary": "A rich terminal dashboard for pull requests, issues, and notifications.",
        "best_for": "Maintainers who live in PR, issue, and notification queues.",
        "avoid_if": "You prefer one-off commands over a persistent TUI.",
        "install": "gh extension install dlvhdr/gh-dash",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/dlvhdr-gh-dash.html"
      },
      {
        "rank": 2,
        "repo": "agynio/gh-pr-review",
        "name": "pr-review",
        "category": "PR & Issues",
        "status": "active",
        "summary": "View, navigate, reply to, and resolve PR review threads.",
        "best_for": "Reviewers who want inline PR review workflows in the terminal.",
        "avoid_if": "Your team reviews exclusively in the GitHub web UI.",
        "install": "gh extension install agynio/gh-pr-review",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/agynio-gh-pr-review.html"
      },
      {
        "rank": 3,
        "repo": "meiji163/gh-notify",
        "name": "notify",
        "category": "Notifications",
        "status": "active",
        "summary": "Display GitHub notifications in the terminal.",
        "best_for": "Developers who want notification awareness without the browser.",
        "avoid_if": "You already manage notifications through email or mobile.",
        "install": "gh extension install meiji163/gh-notify",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/meiji163-gh-notify.html"
      }
    ]
  },
  {
    "id": "pr",
    "label": "PR and issue review",
    "aliases": [
      "issues",
      "review",
      "pull-requests"
    ],
    "repos": [
      "agynio/gh-pr-review",
      "github/gh-stack",
      "einride/gh-dependabot"
    ],
    "entries": [
      {
        "rank": 1,
        "repo": "agynio/gh-pr-review",
        "name": "pr-review",
        "category": "PR & Issues",
        "status": "active",
        "summary": "View, navigate, reply to, and resolve PR review threads.",
        "best_for": "Reviewers who want inline PR review workflows in the terminal.",
        "avoid_if": "Your team reviews exclusively in the GitHub web UI.",
        "install": "gh extension install agynio/gh-pr-review",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/agynio-gh-pr-review.html"
      },
      {
        "rank": 2,
        "repo": "github/gh-stack",
        "name": "stack",
        "category": "PR & Issues",
        "status": "active",
        "summary": "Manage stacked pull requests on GitHub.",
        "best_for": "Teams that split large changes into dependent PRs.",
        "avoid_if": "Your team avoids stacked changes.",
        "install": "gh extension install github/gh-stack",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/github-gh-stack.html"
      },
      {
        "rank": 3,
        "repo": "einride/gh-dependabot",
        "name": "dependabot",
        "category": "PR & Issues",
        "status": "active",
        "summary": "Review Dependabot pull requests from GitHub CLI.",
        "best_for": "Teams that process many dependency update pull requests.",
        "avoid_if": "You do not use Dependabot.",
        "install": "gh extension install einride/gh-dependabot",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/einride-gh-dependabot.html"
      }
    ]
  },
  {
    "id": "actions",
    "label": "GitHub Actions operations",
    "aliases": [
      "ci",
      "workflows"
    ],
    "repos": [
      "dlvhdr/gh-enhance",
      "fchimpan/gh-workflow-stats",
      "github/gh-actions-importer"
    ],
    "entries": [
      {
        "rank": 1,
        "repo": "dlvhdr/gh-enhance",
        "name": "enhance",
        "category": "Actions/CI",
        "status": "active",
        "summary": "A fast terminal UI for inspecting and managing GitHub Actions.",
        "best_for": "Developers who want an interactive terminal UI for GitHub Actions workflows.",
        "avoid_if": "You only need basic workflow status output or prefer the GitHub web UI.",
        "install": "gh extension install dlvhdr/gh-enhance",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/dlvhdr-gh-enhance.html"
      },
      {
        "rank": 2,
        "repo": "fchimpan/gh-workflow-stats",
        "name": "workflow-stats",
        "category": "Actions/CI",
        "status": "active",
        "summary": "Calculate workflow and job success rate and execution time.",
        "best_for": "CI owners investigating slow or flaky workflows.",
        "avoid_if": "You only need the latest run status.",
        "install": "gh extension install fchimpan/gh-workflow-stats",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/fchimpan-gh-workflow-stats.html"
      },
      {
        "rank": 3,
        "repo": "github/gh-actions-importer",
        "name": "actions-importer",
        "category": "Actions/CI",
        "status": "active",
        "summary": "Plan and automate migrations into GitHub Actions.",
        "best_for": "Enterprise teams migrating from other CI systems.",
        "avoid_if": "Your project is already on GitHub Actions.",
        "install": "gh extension install github/gh-actions-importer",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/github-gh-actions-importer.html"
      }
    ]
  },
  {
    "id": "ai",
    "label": "AI and agent workflows",
    "aliases": [
      "agents",
      "models"
    ],
    "repos": [
      "github/gh-aw",
      "github/gh-models",
      "shuymn/gh-mcp"
    ],
    "entries": [
      {
        "rank": 1,
        "repo": "github/gh-aw",
        "name": "aw",
        "category": "AI/Agents",
        "status": "active",
        "summary": "Run GitHub agentic workflows from the CLI.",
        "best_for": "Developers experimenting with GitHub-native agent workflows.",
        "avoid_if": "You are not using agentic automation yet.",
        "install": "gh extension install github/gh-aw",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/github-gh-aw.html"
      },
      {
        "rank": 2,
        "repo": "github/gh-models",
        "name": "models",
        "category": "AI/Agents",
        "status": "active",
        "summary": "Use GitHub Models from GitHub CLI.",
        "best_for": "Developers testing prompts and models from the terminal.",
        "avoid_if": "You do not use GitHub Models.",
        "install": "gh extension install github/gh-models",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/github-gh-models.html"
      },
      {
        "rank": 3,
        "repo": "shuymn/gh-mcp",
        "name": "mcp",
        "category": "AI/Agents",
        "status": "active",
        "summary": "Run GitHub MCP Server using existing GitHub CLI authentication.",
        "best_for": "Users connecting AI tools to GitHub through MCP.",
        "avoid_if": "You do not use MCP-compatible clients.",
        "install": "gh extension install shuymn/gh-mcp",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/shuymn-gh-mcp.html"
      }
    ]
  },
  {
    "id": "branches",
    "label": "Local branch cleanup",
    "aliases": [
      "branch",
      "cleanup",
      "repo-cleanup"
    ],
    "repos": [
      "seachicken/gh-poi",
      "mislav/gh-branch",
      "redraw/gh-install"
    ],
    "entries": [
      {
        "rank": 1,
        "repo": "seachicken/gh-poi",
        "name": "poi",
        "category": "Repo & Branch",
        "status": "active",
        "summary": "Safely clean up local branches.",
        "best_for": "Developers who want a trustworthy branch cleanup default.",
        "avoid_if": "You want to manually inspect every branch before deletion.",
        "install": "gh extension install seachicken/gh-poi",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/seachicken-gh-poi.html"
      },
      {
        "rank": 2,
        "repo": "mislav/gh-branch",
        "name": "branch",
        "category": "Repo & Branch",
        "status": "watch",
        "summary": "Fuzzy find, switch between, and delete branches.",
        "best_for": "Developers with many local branches.",
        "avoid_if": "You want only automated cleanup rather than manual selection.",
        "install": "gh extension install mislav/gh-branch",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/mislav-gh-branch.html"
      },
      {
        "rank": 3,
        "repo": "redraw/gh-install",
        "name": "install",
        "category": "Repo & Branch",
        "status": "active",
        "summary": "Install GitHub release binaries interactively.",
        "best_for": "Developers who often install tools from GitHub releases.",
        "avoid_if": "You already use a package manager for all release binaries.",
        "install": "gh extension install redraw/gh-install",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/redraw-gh-install.html"
      }
    ]
  },
  {
    "id": "docs",
    "label": "Documentation review",
    "aliases": [
      "markdown",
      "readme"
    ],
    "repos": [
      "yusukebe/gh-markdown-preview",
      "thiagokokada/gh-gfm-preview"
    ],
    "entries": [
      {
        "rank": 1,
        "repo": "yusukebe/gh-markdown-preview",
        "name": "markdown-preview",
        "category": "Dashboard/TUI",
        "status": "active",
        "summary": "Preview Markdown as it appears on GitHub.",
        "best_for": "README, issue template, and documentation review.",
        "avoid_if": "You need fully offline preview support.",
        "install": "gh extension install yusukebe/gh-markdown-preview",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/yusukebe-gh-markdown-preview.html"
      },
      {
        "rank": 2,
        "repo": "thiagokokada/gh-gfm-preview",
        "name": "gfm-preview",
        "category": "Dashboard/TUI",
        "status": "active",
        "summary": "Preview GitHub-flavored Markdown, including offline workflows.",
        "best_for": "Writers who need Markdown preview without relying on GitHub web UI.",
        "avoid_if": "You only need the simplest browser-based preview.",
        "install": "gh extension install thiagokokada/gh-gfm-preview",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/thiagokokada-gh-gfm-preview.html"
      }
    ]
  },
  {
    "id": "search",
    "label": "Search and discovery",
    "aliases": [
      "discovery",
      "code-search"
    ],
    "repos": [
      "gennaro-tedesco/gh-s",
      "k1LoW/gh-grep",
      "LangLangBart/gh-find-code"
    ],
    "entries": [
      {
        "rank": 1,
        "repo": "gennaro-tedesco/gh-s",
        "name": "s",
        "category": "Search",
        "status": "active",
        "summary": "Interactively search GitHub repositories.",
        "best_for": "Finding repositories quickly from a terminal workflow.",
        "avoid_if": "You need advanced code search rather than repository search.",
        "install": "gh extension install gennaro-tedesco/gh-s",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/gennaro-tedesco-gh-s.html"
      },
      {
        "rank": 2,
        "repo": "k1LoW/gh-grep",
        "name": "grep",
        "category": "Search",
        "status": "active",
        "summary": "Print matching lines from repositories through the GitHub API.",
        "best_for": "Searching repository content without cloning.",
        "avoid_if": "You need local ripgrep speed across checked-out code.",
        "install": "gh extension install k1LoW/gh-grep",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/k1low-gh-grep.html"
      },
      {
        "rank": 3,
        "repo": "LangLangBart/gh-find-code",
        "name": "find-code",
        "category": "Search",
        "status": "active",
        "summary": "Search GitHub code with fzf.",
        "best_for": "Developers who want interactive code search from the terminal.",
        "avoid_if": "You need local search inside a checked-out repository.",
        "install": "gh extension install LangLangBart/gh-find-code",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/langlangbart-gh-find-code.html"
      }
    ]
  },
  {
    "id": "security",
    "label": "Security and admin",
    "aliases": [
      "admin",
      "compliance"
    ],
    "repos": [
      "advanced-security/gh-sbom",
      "Link-/gh-token",
      "github/gh-gei"
    ],
    "entries": [
      {
        "rank": 1,
        "repo": "advanced-security/gh-sbom",
        "name": "sbom",
        "category": "Security/Admin",
        "status": "watch",
        "summary": "Generate software bills of materials with GitHub CLI.",
        "best_for": "Teams that need SBOM output during release or compliance work.",
        "avoid_if": "Your SBOM workflow is already handled by another build step.",
        "install": "gh extension install advanced-security/gh-sbom",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/advanced-security-gh-sbom.html"
      },
      {
        "rank": 2,
        "repo": "Link-/gh-token",
        "name": "token",
        "category": "Security/Admin",
        "status": "active",
        "summary": "Create installation access tokens for GitHub Apps.",
        "best_for": "Developers working with GitHub App authentication.",
        "avoid_if": "You only use personal access tokens or browser flows.",
        "install": "gh extension install Link-/gh-token",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/link-gh-token.html"
      },
      {
        "rank": 3,
        "repo": "github/gh-gei",
        "name": "gei",
        "category": "Security/Admin",
        "status": "active",
        "summary": "Support GitHub Enterprise Importer migration workflows.",
        "best_for": "Enterprise teams migrating repositories to GitHub Enterprise Cloud.",
        "avoid_if": "You are not running GitHub migration projects.",
        "install": "gh extension install github/gh-gei",
        "detail": "https://sjh9714.github.io/gh-extension-atlas/extensions/github-gh-gei.html"
      }
    ]
  }
]
