Check Jules Status

Audit Jules sessions to track progress and verify PR readiness.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill check-jules-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Check Jules Status
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/check-jules-status
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill check-jules-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit Jules sessions to track progress, identify stalled work, and verify PR readiness for merge-verify.

Core Features & Use Cases

  • Phase 1: Status Check — pull live sessions via Jules CLI, group by status, and surface exceptions (Failed, stalled, missing PRs).
  • Phase 2: PR Readiness — map sessions to PRs, highlight completed items with no PR, and produce a readiness table for review.
  • Auto-sync: synchronize completed work to the ledger after validation.

Quick Start

Run this skill to audit today’s Jules sessions and ensure all completed items have an open PR.

Frequently Asked Questions about Check Jules Status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track Jules session progress and identify stalled work?

Track Jules session progress by pulling live sessions via the Jules CLI, grouping them by status, and surfacing exceptions like failed or stalled work to ensure nothing is blocked. This provides a concise status report for review.

How do I verify PR readiness for completed Jules sessions?

Verify PR readiness by mapping completed Jules sessions to their corresponding GitHub PRs, highlighting completed items that lack an open PR, and producing a readiness table to validate merge-verify gates.

Can I use this skill to audit Jules sessions across multiple repositories?

Yes, you can audit Jules sessions across multiple repos and item workflows. The skill requires the Jules CLI, access to GitHub PRs, and a local environment capable of running commands to generate a status report.

What's the best way to synchronize completed Jules work to a ledger?

The best way to synchronize completed Jules work is to run the auto-sync feature after validating PR readiness, which automatically synchronizes completed and verified work to your ledger.

Why are my Jules sessions missing PRs after completion?

Jules sessions may be missing PRs after completion if the work stalled or failed to generate a pull request. The skill identifies these exceptions by mapping sessions to PRs and highlighting completed items with no open PR.