AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Cli Tooling Guide

skill-mishrashardendu22-agent-skills-cli-tooling-guide · by MishraShardendu22

>-

— No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-mishrashardendu22-agent-skills-cli-tooling-guide

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mishrashardendu22-agent-skills-cli-tooling-guide)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 25d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Cli Tooling Guide? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

  1. GitHub CLI: gh auth login
  2. Vercel CLI: vercel login
  3. Neon CLI: neonctl auth
  4. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.