Overview

The JRebel Agent Skill gives an AI coding agent a repeatable workflow for making and verifying code changes against a running application with JRebel enabled.

Instead of restarting the application after each change, the agent follows a live-edit workflow:

  1. Edit the source files.

  2. Compile the application.

  3. Wait briefly for JRebel to reload the changes.

  4. Verify the result against the running application.

This workflow shortens the feedback loop because the agent validates changes against the running application without restarting it after every iteration.