marketplace/bundles/pm-dev-java/skills/ext-triage-java/SKILL.md
Triage extension for Java findings during plan-finalize phase
npx skillsauth add cuioss/plan-marshall ext-triage-javaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides decision-making knowledge for triaging Java-related findings during the finalize phase.
This skill is a triage extension loaded by the plan-finalize workflow skill when processing Java-related findings. It provides domain-specific knowledge for deciding whether to fix, suppress, or accept findings.
Key Principle: This skill provides knowledge, not workflow control. The finalize skill owns the process.
Loaded via resolve-workflow-skill-extension --domain java --type triage during finalize phase when:
| Document | Purpose | |----------|---------| | suppression.md | Java suppression syntax (@SuppressWarnings, NOSONAR) | | severity.md | Java-specific severity guidelines and decision criteria | | pr-comment-disposition.md | PR review comment disposition (FIX / REPLY-AND-RESOLVE / ESCALATE) for Java |
Registered in marshal.json under the java domain:
"java": {
"workflow_skill_extensions": {
"triage": "pm-dev-java:ext-triage-java"
}
}
| Finding Type | Syntax |
|--------------|--------|
| Sonar rule | @SuppressWarnings("java:S1234") |
| Deprecation | @SuppressWarnings("deprecation") |
| Unchecked cast | @SuppressWarnings("unchecked") |
| Null warning | @SuppressWarnings("null") or JSpecify annotations |
| All warnings | // NOSONAR (line comment, use sparingly) |
| Severity | Default Action | |----------|----------------| | BLOCKER | Fix (mandatory) | | CRITICAL | Fix (mandatory for vulnerabilities) | | MAJOR | Fix or suppress with justification | | MINOR | Fix, suppress, or accept | | INFO | Accept (low priority) |
**/generated/**pm-dev-java:java-core - Core Java patternstesting
A test skill for README generation
testing
A test skill with existing references
tools
Skill without references directory
development
Test skill with table-format references