fix(workspaces): move skill and policy to root for extension discovery

This commit is contained in:
mkorwel
2026-03-19 10:13:12 -07:00
parent df2ac184dd
commit 0218d885a1
5 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Review PR Skill
This skill enables the agent to conduct a high-fidelity, behavioral code review
for a Pull Request. It is designed to be run in a dedicated, offloaded remote
for a Pull Request. It is designed to be run in a dedicated, workspace remote
session where parallel infrastructure validation (build, CI check) is already
underway.
@@ -21,7 +21,7 @@ The agent must follow these steps to conduct the review:
- Run `/review-frontend <PR_NUMBER>` to get an initial static analysis report.
### 2. Infrastructure Validation
- Trust the parallel worker results in `.gemini/logs/offload-<PR_NUMBER>/`.
- Trust the parallel worker results in `.gemini/logs/workspace-<PR_NUMBER>/`.
- Read `build.log` to ensure the environment is stable for testing.
- Read `ci-status.exit`.
- **If CI is failing**: Use the extractor to identify failing tests:
+1 -1
View File
@@ -1,6 +1,6 @@
# Gemini Workspaces: Maintainer Onboarding
Gemini Workspaces allow you to offload heavy tasks (PR reviews, agentic fixes,
Gemini Workspaces allow you to delegate heavy tasks (PR reviews, agentic fixes,
full builds) to a high-performance GCP worker. It uses a **Unified Data Disk**
architecture to ensure your work persists even if the VM is deleted or
recreated.
+1 -1
View File
@@ -5,7 +5,7 @@
"author": "Google Gemini Team",
"license": "Apache-2.0",
"skills": [
"extensions/workspaces/skills/SKILL.md"
"skills/workspaces/SKILL.md"
],
"contextFileName": "extensions/workspaces/docs/GEMINI.md"
}