agentuity-cli-git-status

Show GitHub connection status for current project. Requires authentication

16 stars

Best use case

agentuity-cli-git-status is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Show GitHub connection status for current project. Requires authentication

Teams using agentuity-cli-git-status should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agentuity-cli-git-status/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/cli-automation/agentuity-cli-git-status/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agentuity-cli-git-status/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agentuity-cli-git-status Compares

Feature / Agentagentuity-cli-git-statusStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Show GitHub connection status for current project. Requires authentication

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Git Status

Show GitHub connection status for current project

## Prerequisites

- Authenticated with `agentuity auth login`
- Project context required (run from project directory or use `--project-id`)

## Usage

```bash
agentuity git status
```

## Examples

Show GitHub status for current project:

```bash
bunx @agentuity/cli git status
```

Get status in JSON format:

```bash
bunx @agentuity/cli --json git status
```

## Output

Returns JSON object:

```json
{
  "orgId": "string",
  "connected": "boolean",
  "integrations": "array",
  "projectId": "string",
  "linked": "boolean",
  "repoFullName": "string",
  "branch": "string",
  "directory": "string",
  "autoDeploy": "boolean",
  "previewDeploy": "boolean"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `orgId` | string | Organization ID |
| `connected` | boolean | Whether GitHub is connected to the org |
| `integrations` | array | Connected GitHub accounts |
| `projectId` | string | Project ID |
| `linked` | boolean | Whether the project is linked to a repo |
| `repoFullName` | string | Full repository name |
| `branch` | string | Branch |
| `directory` | string | Directory |
| `autoDeploy` | boolean | Auto-deploy enabled |
| `previewDeploy` | boolean | Preview deploys enabled |

Related Skills

lisa-epic-status

16
from diegosouzapw/awesome-omni-skill

Show detailed status for an epic

agentuity-cli-cloud-queue-stats

16
from diegosouzapw/awesome-omni-skill

View queue analytics and statistics. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-auth-login

16
from diegosouzapw/awesome-omni-skill

Login to the Agentuity Platform using a browser-based authentication flow. Use for managing authentication credentials

advanced-statusline

16
from diegosouzapw/awesome-omni-skill

Implement AI-powered statusline with session tracking, plan detection, workspace emojis, and intelligent caching for Claude Code

analyzing-branch-status

16
from diegosouzapw/awesome-omni-skill

Use when user wants detailed status report for single autonomy branch including iteration timeline and metrics progression

agentuity-cli-upgrade

16
from diegosouzapw/awesome-omni-skill

Upgrade the CLI to the latest version

agentuity-cli-repl

16
from diegosouzapw/awesome-omni-skill

interactive REPL for testing

agentuity-cli-project-show

16
from diegosouzapw/awesome-omni-skill

Show project detail. Requires authentication. Use for project management operations

agentuity-cli-project-list

16
from diegosouzapw/awesome-omni-skill

List all projects. Requires authentication. Use for project management operations

agentuity-cli-project-delete

16
from diegosouzapw/awesome-omni-skill

Delete a project. Requires authentication. Use for project management operations

agentuity-cli-project-create

16
from diegosouzapw/awesome-omni-skill

Create a new project. Use for project management operations

agentuity-cli-project-auth-init

16
from diegosouzapw/awesome-omni-skill

Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials