Install
$ agentstack add skill-mishrashardendu22-agent-skills-cli-tooling-guide ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Authenticated CLI Tooling & Operations Guide
This repository treats specialized developer CLI tools as first-class automation interfaces. AI agents and developers should prefer these authenticated CLIs over manual workflows.
1. Tooling Matrix & Authentication Overview
| Tool | CLI Binary | Auth Check Command | Primary Usage in System | |---|---|---|---| | Google Jules CLI | jules | jules version | Autonomous 38-dimension code review, remediation sessions, patch application | | GitHub CLI | gh | gh auth status | Pull requests, issues, repo management, label sync, Actions monitoring | | Vercel CLI | vercel | vercel whoami | Frontend and Observatory serverless deployments, preview inspection | | Neon CLI | neonctl | neonctl me | Database branching, connection strings, migrations, schema isolation | | Docker CLI | docker | docker info | Image builds, multi-stage validation, local test containers | | Python Package Manager | uv | uv --version | Virtualenv management, dependency syncing, type checking | | Node.js Package Manager | pnpm | pnpm --version | Frontend dependencies, Next.js build, Biome formatting/linting | | Go Toolchain | go | go version | Backend API compilation, backup worker CLI execution, test suites |
2. Command Reference by Tool
A. Google Jules CLI (jules)
- Review PR:
``bash ./scripts/jules-review-loop.sh --pr make jules-review PR= ``
- Dispatch Remediation Task:
``bash jules new --repo MishraShardendu22/github-backup-automation-system "" ``
- List Active Sessions:
``bash jules remote list --session ``
- Pull and Apply Session Patch:
``bash jules remote pull --session --apply ``
B. GitHub CLI (gh)
- Create Pull Request:
``bash gh pr create --base main --head --assignee "@me" --label "type/,area/,status/ready-for-review" --body "" ``
- View PR Status & Checks:
``bash gh pr status gh pr checks ``
- Check Actions Runs:
``bash gh run list --limit 10 ``
C. Neon CLI (neonctl)
- List Branches:
``bash neonctl branches list --project-id --output json ``
- Create Ephemeral Staging Branch:
``bash neonctl branches create --project-id --name --parent production --output json ``
- Get Connection String:
``bash neonctl connection-string --project-id --ssl require ``
D. Vercel CLI (vercel)
- Inspect Deployments:
``bash vercel ls ``
- Deploy Preview:
``bash cd frontend && vercel deploy ``
3. Recovery & Re-Authentication Runbook
If any CLI tool reports authentication expiration or failure, alert the human developer with the exact command:
- GitHub CLI:
gh auth login - Vercel CLI:
vercel login - Neon CLI:
neonctl auth - Docker Hub:
docker login
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: MishraShardendu22
- Source: MishraShardendu22/agent-skills
- License: MIT
- Homepage: https://github.mishrashardendu22.is-a.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.