Frontmatter
| id | 7381 |
| title | Create a Robust GitHub CLI Setup and Verification Script |
| state | Closed |
| labels | enhancementhelp wantedgood first issuehacktoberfestai |
| assignees | LemonDrop847 |
| createdAt | Oct 5, 2025, 5:57 PM |
| updatedAt | Oct 23, 2025, 12:51 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7381 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | 7364 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 13, 2025, 11:15 PM |
Create a Robust GitHub CLI Setup and Verification Script
tobiu added parent issue #7364 on Oct 5, 2025, 5:57 PM

LemonDrop847
Oct 5, 2025, 6:09 PM
would like to try this
tobiu assigned to @LemonDrop847 on Oct 5, 2025, 6:09 PM

tobiu
Oct 5, 2025, 6:09 PM
thx! assigned.
LemonDrop847 cross-referenced by PR #7382 on Oct 5, 2025, 6:34 PM

tobiu
Oct 13, 2025, 11:15 PM
closing the ticket as resolved.
tobiu closed this issue on Oct 13, 2025, 11:15 PM
To ensure all contributors have a consistent and functional environment for using our
gh-based workflows, we need a setup script. This script will verify that the GitHub CLI is installed, authenticated, and up-to-date. This task is based on feedback from an external review which highlighted potential gaps in our contributor setup process.Acceptance Criteria
buildScripts/ai/verifyGhSetup.mjs).ghis installed and provide OS-specific installation instructions if it is not (including for Windows).gh auth statusto verify the user is logged in, and prompt them to rungh auth loginif they are not.gh --versionagainst a minimum required version and instruct the user to upgrade if necessary.package.jsonso it can be run easily (e.g.,npm run ai:verify-gh-setup).