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

hegeldev

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

수집된 skills
22
저장소
8
업데이트
2026년 8월 13일
저장소 탐색

저장소와 대표 skills

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

How to approach code coverage in this project. Use when coverage CI fails, when writing tests for new code, when deciding whether to add // nocov, or when you need to make untestable code testable. Also use proactively when writing new code to ensure it will…

2026년 7월 20일
add-library-support
소프트웨어 개발자

How to add hegel-rust support for a third-party Rust crate. Use when the user asks to 'add support for <crate>', 'add a <crate> integration', 'add generators for <crate>', or similar. Orchestrates implementing a generator and DefaultGenerator impl for every…

2026년 7월 6일
new-generator
소프트웨어 개발자

How to add a new generator to hegel-rust. Use when the user asks to implement, add, or write a generator for a type — e.g. 'add a generator for Url', 'implement a UUID generator', 'write a generator for jiff::civil::Date'. Covers the generator struct, builder…

2026년 7월 6일
changelog
소프트웨어 개발자

Changelog style guide for writing RELEASE.md files. Use when creating or reviewing RELEASE.md, writing changelog entries, or preparing a PR that needs release notes.

2026년 7월 6일
new-default-generator
소프트웨어 개발자

How to add a DefaultGenerator impl for a type so gs::default::<T>() works. Use when the user asks to wire up default() for a type, add a default generator, or make a type usable with #[derive(DefaultGenerator)]. Pair after the new-generator skill when adding…

2026년 7월 6일
self-review
소프트웨어 품질 보증 분석가·테스터

Review your own changes before creating a pull request. Use this before running create-pr, or whenever you want to check that your changes are clean, correct, and well-tested. Trigger when: about to create a PR, finished a chunk of work, or asked to review…

2026년 5월 12일
align-libhegel
소프트웨어 개발자

How to align the Go FFI wrapper to a new libhegel (hegel-c) release. Use after bumping the pinned libhegel version (internal/libhegel/version.go, via `just vendor-libhegel`), when `just check` fails with a symbol-resolution or version-mismatch error against…

2026년 7월 14일
changelog
소프트웨어 개발자

Changelog style guide for writing RELEASE.md files. Use when creating or reviewing RELEASE.md, writing changelog entries, or preparing a PR that needs a changelog.

2026년 7월 9일
go-concurrency
소프트웨어 개발자

Go concurrency patterns and pitfalls for this codebase. Use when writing or reviewing code that involves goroutines, channels, mutexes, shared state, subprocess management, or anything that runs concurrently. Also use proactively when writing new code — ask…

2026년 4월 2일
coverage
소프트웨어 품질 보증 분석가·테스터

How to approach code coverage in this project. Use when coverage CI fails, when writing tests for new code, when deciding whether to add // coverage-ignore, or when you need to make untestable code testable. Also use proactively when writing new code to…

2026년 4월 2일
self-review
소프트웨어 품질 보증 분석가·테스터

Review your own changes before creating a pull request. Use this before running create-pr, or whenever you want to check that your changes are clean, correct, and well-tested. Trigger when: about to create a PR, finished a chunk of work, or asked to review…

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