Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
原文语言:英语
菜单
已展示 7 / 7 个已收集 Skill。
Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
原文语言:英语
Codebase organization for pikru. Use when you need to find where specific functionality lives.
原文语言:英语
Debugging conventions for pikru. Use when adding debug traces or investigating issues. Important rule - leave debug traces in place.
原文语言:英语
Git command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.
原文语言:英语
Idiomatic Rust patterns for pikru C port. Use when writing or reviewing Rust code ported from C. Don't write C in Rust - the goal is correct behavior, not line-by-line translation.
原文语言:英语
Create minimal subtests to isolate and fix complex bugs. Use when a test fails and the issue is buried in complexity.
原文语言:英语
Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.
原文语言:英语