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

lint_agent

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

수집된 skills
5
Stars
4
업데이트
2026-07-15
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

verilog-lint-root-cause-csv
전자 엔지니어(컴퓨터 제외)

Use for cross-level Verilog lint root-cause analysis from prepared RTL, slices, and filelist inputs.

2026-07-15
verilog-constant-propagation-root-cause
소프트웨어 개발자

Use this skill when the user provides Verilog/SystemVerilog source files or a source directory plus a top module, and wants a concise Chinese JSON diagnosis for hierarchical constant-propagation defects caused by parent-module constant pins or named wires that pollute child-module inputs, internal wires, and outputs across multiple levels, using the bundled trace_constant_propagation.py engine and then separating likely real defects from design-intended constants.

2026-06-01
verilog-dead-code-root-cause
소프트웨어 개발자

Use this skill when the user provides Verilog/SystemVerilog source files or a source directory plus a top module, and wants a concise Chinese JSON diagnosis for unreachable procedural branches, static dead-code conditions, or logic that disappears before/after Yosys proc/opt, especially cases where for-loop unfolding or constant loop variables make if/case branches impossible.

2026-06-01
verilog-lint-triage
소프트웨어 품질 보증 분석가·테스터

Use this skill when the user provides Verilog/SystemVerilog source files and a lint report, and wants the lint rows first pre-grouped by same source line and same violation description, then triaged into severe defect, general defect, or false positive, plus missed-defect discovery mapped to rules in the built-in custom knowledge base under skills/verilog-lint-triage/references, while batching IEEE standard lookups by semantic topic instead of per lint row, plus a separate standards-based code-only diagnosis section grounded in IEEE built-in references, with the final result written to a timestamped JSON file.

2026-05-12
verilog-lint-concrete-fix-advisor
소프트웨어 품질 보증 분석가·테스터

Use this skill when the user provides Verilog/SystemVerilog code plus a lint warning and wants a specific, code-aware repair recommendation in a concise Chinese JSON report rather than a generic lint-tool message, especially incomplete case coverage warnings such as W69 where the agent must identify missing case items or propose a concrete default branch.

2026-05-01