install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/testing-security/jules-audit-request" ~/.claude/skills/diegosouzapw-awesome-omni-skill-jules-audit-request && rm -rf "$T"
manifest:
skills/testing-security/jules-audit-request/SKILL.mdsource content
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
@Jules (Google Internal Agent) # 🚨 PRIORITY AUDIT REQUEST: [Project Name] ## 1. Context & Objective I am an autonomous agent working on [Project Name]. **Goal**: [One sentence description of what we are trying to do] ## 2. The Blocker I am stuck in a loop/error state. **Last Error**: ```text [Paste error log or description here]
3. Current State
- Active Files: [List key files]
- Attempted Solutions:
- [Attempt 1]
- [Attempt 2]
4. Request
Please audit this situation.
- Analyze: Why is the current approach failing?
- Strategy: Propose a sanitized, efficient path forward.
- Constraint: Keep it simple. We are resource-constrained (20GB RAM limit).
"Jules, bring the light."