<< All versions
Skill v1.0.1
currentAutomated scan100/100majiayu000/claude-skill-registry/jules-audit-request
3 files
──Details
PublishedMay 14, 2026 at 08:09 PM
Content Hashsha256:632b8d4ec33483fd...
Git SHA63c042456db3
Bump Typepatch
──Files
Files (1 file, 1.6 KB)
SKILL.md1.6 KBactive
SKILL.md · 61 lines · 1.6 KB
version: "1.0.1" name: jules-audit-request description: Protocol for escalation to Jules when stuck. trigger: Unsolvable Loop OR Stuck OR Resource Limit OR Help Jules scope: global
SKILL: Jules Audit Request (The Escape Hatch)
Trigger: "Unsolvable Loop", "Stuck", "Resource Limit", "Help Jules"
Context
When a local agent (Gentleman, Raphael, Alicia) hits a wall—whether technical (infinite loop, build fail) or architectural (confusion)—it must NOT keep spinning. It must escalate to Jules (Google's Agent).
The Protocol
- Stop: Cease current execution.
- Compilate: Gather the "Flight Box" data:
- Current Task/Goal
- Recent Errors
- File Context (Files actively being touched)
- What has been tried
- Generate: Produce the Jules Prompt below.
- Handover: User copies this prompt to Jules.
template: JULES_AUDIT_PROMPT
markdown
@Jules (Google Internal Agent)# 🚨 PRIORITY AUDIT REQUEST: [Project Name]## 1. Context & ObjectiveI am an autonomous agent working on [Project Name].**Goal**: [One sentence description of what we are trying to do]## 2. The BlockerI am stuck in a loop/error state.**Last Error**:
[Paste error log or description here]
## 3. Current State- **Active Files**: [List key files]- **Attempted Solutions**:1. [Attempt 1]2. [Attempt 2]## 4. RequestPlease audit this situation.1. **Analyze**: Why is the current approach failing?2. **Strategy**: Propose a sanitized, efficient path forward.3. **Constraint**: Keep it simple. We are resource-constrained (20GB RAM limit).> "Jules, bring the light."