Agent Skills
› opensquilla/opensquilla
› stack-trace-js-probe
stack-trace-js-probe
GitHub辅助分析JS/TS堆栈追踪,提供特定检查项、最小复现命令及补丁目标建议。
Trigger Scenarios
需要分析JavaScript或TypeScript堆栈跟踪
需要生成复现步骤或补丁建议
Install
npx skills add opensquilla/opensquilla --skill stack-trace-js-probe -g -y
SKILL.md
Frontmatter
{
"name": "stack-trace-js-probe",
"provenance": {
"origin": "opensquilla-original",
"license": "Apache-2.0"
},
"description": "Internal helper for meta-stack-trace-investigator. Use when a JavaScript or TypeScript stack trace needs npm\/node\/tsc-specific checks, reproduction guidance, and patch targets.",
"user-invocable": false,
"disable-model-invocation": true
}
Stack Trace JS Probe
Return only:
LANGUAGE_PROBE: javascript-typescript
CHECKS:
- <async boundary / undefined property / JSON parsing / module-resolution check>
- <TypeScript type-contract check if .ts/.tsx appears>
REPRODUCER:
- <minimal node/npm/vitest/jest/ts-node reproduction command or snippet>
PATCH_TARGETS:
- <optional chaining / schema validation / discriminated union / error wrapping target>
VERIFY:
- <npm test/vitest/jest/tsc command>
Pick JavaScript or TypeScript commands from the trace context. If the context
does not identify a package manager, use generic npm test -- <pattern> or
npx tsc --noEmit as examples.
Version History
- 7f72a32 Current 2026-07-05 18:40


