agentuity-cli-git-status
Show GitHub connection status for current project. Requires authentication
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agentuity-cli-git-status/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agentuity-cli-git-status Compares
| Feature / Agent | agentuity-cli-git-status | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
Show detailed status for an epic
agentuity-cli-cloud-queue-stats
View queue analytics and statistics. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-auth-login
Login to the Agentuity Platform using a browser-based authentication flow. Use for managing authentication credentials
advanced-statusline
Implement AI-powered statusline with session tracking, plan detection, workspace emojis, and intelligent caching for Claude Code
analyzing-branch-status
Use when user wants detailed status report for single autonomy branch including iteration timeline and metrics progression
agentuity-cli-upgrade
Upgrade the CLI to the latest version
agentuity-cli-repl
interactive REPL for testing
agentuity-cli-project-show
Show project detail. Requires authentication. Use for project management operations
agentuity-cli-project-list
List all projects. Requires authentication. Use for project management operations
agentuity-cli-project-delete
Delete a project. Requires authentication. Use for project management operations
agentuity-cli-project-create
Create a new project. Use for project management operations
agentuity-cli-project-auth-init
Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials