Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるdesign-document
Design document writing conventions. Use when writing or reviewing technical design documents.
スター2,155
フォーク439
更新日2026年5月12日 13:10
SKILL.md
readonlyメニュー
Design document writing conventions. Use when writing or reviewing technical design documents.
在进行 Code Review 时,使用这个技能对 LoongCollector 变更进行安全导向、架构一致性优先的深度代码评审。
Write commit messages following to Conventional Commits standards.
Building LoongCollector C++ and Go components. Use when compiling any part of the project.
LoongCollector E2E 测试全流程指南:设计、编写、运行和调试。当需要编写新 E2E 测试、运行现有测试、或排查 E2E 测试失败时使用此 skill。
Mermaid diagram conventions. Use whenever diagrams are needed in documentation or code review.
LoongCollector project knowledge: architecture, terminology, codebase map, and coding standards (C++/Go).
| name | design-document |
| description | Design document writing conventions. Use when writing or reviewing technical design documents. |
| Case ID | Scenario | Input | Expected Output/Behavior | Mock Dependencies |
|---|---|---|---|---|
| TC-01 | Normal single log push | Single valid LogRecord | Returns SUCCESS, buffer size +1 | None |
| TC-02 | Buffer full | capacity=N filled | Throws BufferOverflowException | None |
| TC-03 | Concurrent push | Multi-thread simultaneous push | No data loss, order/final consistency matches design | MutexMock |
| TC-04 | flush clears | M items exist, then flush | Returns M items, buffer size=0 | TimeProviderMock |
.claude/skills/project-knowledge/)<Module>_<Function>_<Number> for CI coverage tracking