원클릭으로
docs
Use for ALL documentation-related workflows: rst style guide, changelog updates, C/C++ API reference (Doxygen)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for ALL documentation-related workflows: rst style guide, changelog updates, C/C++ API reference (Doxygen)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | docs |
| description | Use for ALL documentation-related workflows: rst style guide, changelog updates, C/C++ API reference (Doxygen) |
Pigweed has many docs automation workflows. Rather than list them all here, this skill helps agents decide which workflows are relevant and then routes them to the full instructions.
Summarize the user's main goal in a few sentences.
If the user's main goal is not docs-related and there is still work to be done, STOP HERE.
[!WARNING]
The docs workflows may reduce your ability to solve the user's main goal because they create high risk of context pollution.
Examples of WIP main goals unrelated to docs:
Run ALL workflows that are relevant to the user's main goal.
Each of the sections below represents a workflow. Summary:
All workflows follow this pattern:
Triggers: Hints about when to run the workflow. Values in double quotes
represent example prompts.Guards: Warnings about when to NOT run the workflow.Path: The path to the full instructions.Triggers:
*.rst files are in context.Guards:
Path: //docs/agents/rst/AGENTS.md
Triggers:
Guards:
Path: //docs/agents/changelog/AGENTS.md
Triggers:
//docs/doxygen has failed to buildGuards:
Path: //docs/agents/doxygen/AGENTS.md
Run presubmit checks on one or more commits. Prepare changes for submission by automatically fixing issues like formatting.
Run toolchain binaries (objdump, nm, size, readelf, strip, etc) to disassemble code, list symbols, analyze binary size, and inspect ELF artifacts. MUST be used instead of system tools.
Guide to defining, implementing, and testing a new Pigweed RPC service in C++ using Nanopb, pw_protobuf, or raw methods.
Instructions for running tests and lints for the Pigweed kernel (`pw_kernel`).
Comprehensive workflow for reviewing Git patches and Gerrit Change Lists (CLs).
Instructions for working with Bluetooth code (pw_bluetooth_sapphire, pw_bluetooth_proxy, etc.) and the Bluetooth Core Specification.