debug-surefire by eclipse-rdf4j

Debug Maven Surefire unit tests by running them in JDWP "wait for debugger" mode (`-Dmaven.surefire.debug`) and attaching to the forked test JVM using **jdb** (preferred for CLI/agent debugging), IntelliJ, or VS Code. Use when asked to debug/step through a failing JUnit test, attach a debugger to a Maven test run, or run `mvn test -Dtest=Class[#method]` suspended on a port (including multi-module `-pl` runs). The JVM will block at startup until a debugger attaches; the agent should attach with `jdb -attach <host>:<port>` and drive the session from the terminal.

Testing
394 Stars
180 Forks
Updated Jan 16, 2026, 01:29 PM

Why Use This

This skill provides specialized capabilities for eclipse-rdf4j's codebase.

Use Cases

  • Developing new features in the eclipse-rdf4j repository
  • Refactoring existing code to follow eclipse-rdf4j standards
  • Understanding and working with eclipse-rdf4j's codebase structure

Install Guide

2 steps
  1. 1

    Download Ananke

    Skip this step if Ananke is already installed.

  2. 2

    Install inside Ananke

    Click Install Skill, paste the link below, then press Install.

    https://github.com/eclipse-rdf4j/rdf4j/tree/main/.codex/skills/debug-surefire

Skill Snapshot

Auto scan of skill assets. Informational only.

Valid SKILL.md

Checks against SKILL.md specification

Source & Community

Repository rdf4j
Skill Version
main
Community
394 180
Updated At Jan 16, 2026, 01:29 PM

Skill Stats

SKILL.md 263 Lines
Total Files 1
Total Size 0 B
License BSD-3-Clause