Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

inspequte

inspequte에는 KengoTODA에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
6
업데이트
2026-05-06
Forks
2
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

inspequte-cargo-audit-fix
소프트웨어 개발자

Fix Rust dependency audit failures in inspequte by reading cargo audit SARIF output, updating Cargo.toml or Cargo.lock with minimal dependency changes, and verifying with cargo build, cargo test, and cargo audit.

2026-05-06
jaeger-spotbugs-benchmark
소프트웨어 품질 보증 분석가·테스터

Launch Jaeger, run SpotBugs benchmark traces, capture Jaeger UI screenshots via the shared `scripts/capture-jaeger-trace-screenshot.mjs` helper, and report bottlenecks by rule, jar, and class for inspequte. Use when asked to profile `scripts/bench-spotbugs.sh`, inspect Jaeger traces, save screenshots under `target/bench`, and explain the slowest components.

2026-03-13
inspequte-oss-fp-hunt
소프트웨어 품질 보증 분석가·테스터

Run inspequte false-positive hunting against small OSS libraries (Kotlin and Java+Guava), enable inspequte-gradle-plugin in cloned fixtures, capture Jaeger trace screenshots via the shared `scripts/capture-jaeger-trace-screenshot.mjs` helper, and triage SARIF findings one by one.

2026-02-28
jaeger-trace-screenshot
네트워크·컴퓨터 시스템 관리자

Capture a Jaeger trace screenshot for a specified trace ID via `scripts/capture-jaeger-trace-screenshot.mjs`. Use when a trace ID is already known and the task is only to capture and return a deterministic screenshot artifact path.

2026-02-17
inspequte-rule-no-go-resume
소프트웨어 개발자

Resume a rule implementation that was marked No-Go in GitHub Actions by importing plan/spec/impl from a PR, completing missing behavior and tests, and marking the rule as implemented in no-go-history.

2026-02-12
inspequte-rule-impl
소프트웨어 개발자

Implement an inspequte rule from spec.md, including tests and minimal docs updates. Use when coding src/rules/<rule-id>/mod.rs and related tests while treating spec.md as immutable unless explicitly asked to change it.

2026-02-12
inspequte-rule-plan
소프트웨어 품질 보증 분석가·테스터

Draft or update a rule plan for inspequte from a short idea and target rule-id. Use when the task is to create or refine src/rules/<rule-id>/plan.md, including risks, without creating spec.md.

2026-02-11
inspequte-rule-spec
소프트웨어 개발자

Author or refine an inspequte rule spec from a rule idea, optional plan.md, and target rule-id. Use when writing src/rules/<rule-id>/spec.md from a fixed template while avoiding implementation details.

2026-02-11
inspequte-rule-verify
소프트웨어 품질 보증 분석가·테스터

Perform isolated, file-based verification of an inspequte rule change using verify-input/. Use when producing a go/no-go verification report from spec.md, patch/diff, and report files without reading plan.md or chat logs.

2026-02-11