Skip to main content
taedlar
GitHub 제작자 프로필

taedlar

1개 GitHub 저장소에서 수집된 6개 skills를 저장소 단위로 보여줍니다.

수집된 skills
6
저장소
1
업데이트
2026년 4월 28일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

unit-test
소프트웨어 품질 보증 분석가·테스터

Add unit tests for individual components. Use the GoogleTest (GTest) framework to define test cases and assertions. Troubleshooting test failures involves checking test logs, reproducing failures locally, and debugging with breakpoints or additional logging…

2026년 4월 28일
function-naming
소프트웨어 개발자

Validates function naming when adding new functions, refactoring existing functions, or reviewing function signatures.

2026년 4월 16일
lpc-coding
소프트웨어 개발자

Generate and refactor Neolith LPC code with correct driver semantics. Use when writing LPC functions, efun calls, simul_efun-aware code, inheritance calls, strict_types-safe code, inline LPC code (pre_text) in unit-tests, or when prompts mention ambiguity…

2026년 4월 5일
build-options
소프트웨어 개발자

Manage Neolith build-time options: add, change, or remove CMake options that control driver behavior and LPC visibility. Use when creating a new option, toggling an existing option default, renaming macros, tracing how an option surfaces to LPC code, or…

2026년 3월 31일
async-worker-pattern
소프트웨어 개발자

Implement async worker thread patterns with bounded task queues, admission control, and completion posting. Use when adding blocking I/O operations (DNS, file I/O, network calls) that must not block the main event loop. Covers worker thread design, queue…

2026년 3월 24일
trace
소프트웨어 개발자

Add opt_trace() calls for debugging and profiling. Use -t option to enable specific trace tiers and levels.

2026년 2월 12일
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다