marketplace/bundles/pm-dev-frontend/skills/ext-triage-js/SKILL.md
Triage extension for JavaScript findings during plan-finalize phase
npx skillsauth add cuioss/plan-marshall ext-triage-jsInstall 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 JavaScript findings during the finalize phase.
This skill is a triage extension loaded by the plan-finalize workflow skill when processing JavaScript-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 javascript --type triage during finalize phase when:
| Document | Purpose | |----------|---------| | suppression.md | JavaScript suppression syntax (eslint-disable) | | severity.md | JavaScript-specific severity guidelines and decision criteria | | pr-comment-disposition.md | PR review comment disposition (FIX / REPLY-AND-RESOLVE / ESCALATE) for JavaScript and CSS |
| Finding Type | Syntax |
|--------------|--------|
| ESLint rule | // eslint-disable-next-line rule-name |
| ESLint block | /* eslint-disable rule-name */ |
| Prettier | Not suppressible (fix or configure) |
| Stylelint | /* stylelint-disable rule-name */ |
| Severity | Default Action | |----------|----------------| | error | Fix (blocks build/CI) | | warn | Fix or suppress with justification | | off | N/A (disabled rule) |
**/generated/**, **/dist/**pm-dev-frontend:javascript - Core JavaScript patternsdevelopment
The single append-only change-ledger — one worktree_sha-stamped substrate for kind=build and kind=change entries — plus the first-class worktree-sha freshness API
development
Authoring standards for ASCII box diagrams in skill and doc source — box-drawing conventions, right-border alignment, and a deterministic check/fix validator over fenced/literal code blocks in .md and .adoc files
testing
Recipe for verifying and fixing alignment of ASCII box diagrams across .md skill source and .adoc documentation, one deliverable per offending file
development
Pure platform-agnostic terminal-title composition consumed by platform-runtime via PYTHONPATH