Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/issue-triage.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
# - GITHUB_TOKEN
#
# Custom actions used:
# - actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
# - actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
# - actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
# - actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
# - actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
# - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
# - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
# - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
# - github/gh-aw-actions/setup@3fac1cfa7a5a375a6a5eb9839178f6dad7adb60a # v0.82.2
# - github/gh-aw-actions/setup@eb6dc28843ed52402ea15a0ddf6334c40330eab4 # v0.82.3
#
# Container images used:
# - ghcr.io/github/gh-aw-firewall/agent:0.27.11@sha256:979723c628182da7729333f2208bb249fd25ddee579645cf9a3892d681a929c7
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- name: Setup Scripts
id: setup
uses: github/gh-aw-actions/setup@3fac1cfa7a5a375a6a5eb9839178f6dad7adb60a # v0.82.2
uses: github/gh-aw-actions/setup@eb6dc28843ed52402ea15a0ddf6334c40330eab4 # v0.82.3
with:
destination: ${{ runner.temp }}/gh-aw/actions
job-name: ${{ github.job }}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
id: restore-daily-aic-cache
if: ${{ env.GH_AW_MAX_DAILY_AI_CREDITS != '' }}
continue-on-error: true
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
key: agentic-workflow-usage-issuetriage-${{ github.run_id }}
restore-keys: agentic-workflow-usage-issuetriage-
Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
steps:
- name: Setup Scripts
id: setup
uses: github/gh-aw-actions/setup@3fac1cfa7a5a375a6a5eb9839178f6dad7adb60a # v0.82.2
uses: github/gh-aw-actions/setup@eb6dc28843ed52402ea15a0ddf6334c40330eab4 # v0.82.3
with:
destination: ${{ runner.temp }}/gh-aw/actions
job-name: ${{ github.job }}
Expand Down Expand Up @@ -1046,7 +1046,7 @@ jobs:
steps:
- name: Setup Scripts
id: setup
uses: github/gh-aw-actions/setup@3fac1cfa7a5a375a6a5eb9839178f6dad7adb60a # v0.82.2
uses: github/gh-aw-actions/setup@eb6dc28843ed52402ea15a0ddf6334c40330eab4 # v0.82.3
with:
destination: ${{ runner.temp }}/gh-aw/actions
job-name: ${{ github.job }}
Expand Down Expand Up @@ -1131,7 +1131,7 @@ jobs:
id: restore-daily-aic-cache-conclusion
if: always()
continue-on-error: true
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
key: agentic-workflow-usage-issuetriage-${{ github.run_id }}
restore-keys: agentic-workflow-usage-issuetriage-
Expand Down Expand Up @@ -1299,7 +1299,7 @@ jobs:
steps:
- name: Setup Scripts
id: setup
uses: github/gh-aw-actions/setup@3fac1cfa7a5a375a6a5eb9839178f6dad7adb60a # v0.82.2
uses: github/gh-aw-actions/setup@eb6dc28843ed52402ea15a0ddf6334c40330eab4 # v0.82.3
with:
destination: ${{ runner.temp }}/gh-aw/actions
job-name: ${{ github.job }}
Expand Down Expand Up @@ -1569,7 +1569,7 @@ jobs:
steps:
- name: Setup Scripts
id: setup
uses: github/gh-aw-actions/setup@3fac1cfa7a5a375a6a5eb9839178f6dad7adb60a # v0.82.2
uses: github/gh-aw-actions/setup@eb6dc28843ed52402ea15a0ddf6334c40330eab4 # v0.82.3
with:
destination: ${{ runner.temp }}/gh-aw/actions
job-name: ${{ github.job }}
Expand Down
6 changes: 6 additions & 0 deletions internal/skills/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ var Agents = []AgentHost{
ProjectDir: ".goose/skills",
UserDir: ".config/goose/skills",
},
{
ID: "grok",
Name: "Grok",
ProjectDir: ".grok/skills",
UserDir: ".grok/skills",
},
{
ID: "iflow-cli",
Name: "iFlow CLI",
Expand Down
17 changes: 17 additions & 0 deletions internal/skills/registry/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func TestFindByID(t *testing.T) {
{name: "antigravity", id: "antigravity", wantName: "Antigravity"},
{name: "antigravity-cli", id: "antigravity-cli", wantName: "Antigravity CLI"},
{name: "antigravity2.0", id: "antigravity2.0", wantName: "Antigravity 2.0"},
{name: "grok", id: "grok", wantName: "Grok"},
{name: "unknown agent", id: "nonexistent", wantErr: "unknown agent"},
}
for _, tt := range tests {
Expand Down Expand Up @@ -159,6 +160,22 @@ func TestInstallDir(t *testing.T) {
homeDir: "/home/monalisa",
wantDir: filepath.Join("/home/monalisa", ".gemini", "config", "skills"),
},
{
name: "grok project scope",
hostID: "grok",
scope: ScopeProject,
gitRoot: "/tmp/monalisa-repo",
homeDir: "/home/monalisa",
wantDir: filepath.Join("/tmp/monalisa-repo", ".grok", "skills"),
},
{
name: "grok user scope",
hostID: "grok",
scope: ScopeUser,
gitRoot: "/tmp/monalisa-repo",
homeDir: "/home/monalisa",
wantDir: filepath.Join("/home/monalisa", ".grok", "skills"),
},
{
// Issue #13494: Universal must use the shared .agents/skills dir
// at user scope so compliant clients (Copilot, Pi, OpenCode) pick up
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/skills/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func NewCmdInstall(f *cmdutil.Factory, telemetry ghtelemetry.CommandRecorder, ru

A wide range of AI coding agents are supported, including GitHub
Copilot, Claude Code, Cursor, Codex, Gemini CLI, Antigravity, Amp,
Goose, Junie, OpenCode, Windsurf, and many more.
Goose, Grok, Junie, OpenCode, Windsurf, and many more.

Supported %[1]s--agent%[1]s values:

Expand Down
4 changes: 2 additions & 2 deletions pkg/cmd/skills/update/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ func NewCmdUpdate(f *cmdutil.Factory, runF func(*UpdateOptions) error) *cobra.Co
Checks installed skills for available updates by comparing the local
tree SHA (from %[1]sSKILL.md%[1]s frontmatter) against the remote repository.

Scans all known agent host directories (Copilot, Claude, Cursor, Codex,
Gemini, Antigravity) in both project and user scope automatically.
Scans all known agent host directories (including Copilot, Claude, Cursor,
Gemini, Antigravity, Grok, and others) in both project and user scope automatically.

Without arguments, checks all installed skills. With skill names,
checks only those specific skills.
Expand Down
Loading