Back to list
agentuity

agentuity-cli-git-link

by agentuity

0🍴 1📅 Jan 13, 2026

SKILL.md


Git Link

Link a project to a GitHub repository

Prerequisites

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

Usage

agentuity git link [options]

Options

OptionTypeRequiredDefaultDescription
--repostringYes-Repository full name (owner/repo) to link
--deploybooleanYes-Enable automatic deployments on push (default: true)
--previewbooleanYes-Enable preview deployments on pull requests (default: true)
--branchstringYes-Branch to deploy from (default: repo default branch)
--rootstringYes-Root directory containing agentuity.json (default: .)
--confirmbooleanYes-Skip confirmation prompts

Examples

Link current project to a GitHub repository:

bunx @agentuity/cli git link

Link to a specific repo non-interactively:

bunx @agentuity/cli git link --repo owner/repo --branch main --confirm

Link from the current directory:

bunx @agentuity/cli git link --root .

Link to a specific branch:

bunx @agentuity/cli git link --branch main

Enable preview deployments on PRs:

bunx @agentuity/cli git link --preview true

Disable automatic deployments on push:

bunx @agentuity/cli git link --deploy false

Link a subdirectory in a monorepo:

bunx @agentuity/cli git link --root packages/my-agent

Link and return JSON result:

bunx @agentuity/cli --json git link --repo owner/repo --branch main --confirm

Output

Returns JSON object:

{
  "linked": "boolean",
  "repoFullName": "string",
  "branch": "string"
}
FieldTypeDescription
linkedbooleanWhether the project was linked
repoFullNamestringRepository that was linked
branchstringBranch configured

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon