What problem does it solve?
Contributor workflows in the Radius repository often lack documentation, or existing docs do not follow the prescribed structure. This Skill drafts a new contributing doc grounded in real code, following the repository's standard format, so contributors get accurate how-to guides without hallucinated paths or commands.
Core Features & Use Cases
- Standardized Doc Authoring: Drafts docs using the required Purpose, Prerequisites, Steps, Verification, and Troubleshooting sections from the repository template.
- Code-Grounded References: Verifies every path, command, and flag against actual source code before including it, and places the doc in the correct section of docs/contributing/.
- Navigation Integration: Links the new page from the nearest index README or CONTRIBUTING.md and adds capability-index rows when the doc backs an agent capability.
- Use Case: A maintainer adds a new Make target for local testing but no doc explains it. Invoke this Skill with the topic and the Make target to produce a verified contributing doc ready for human review.
Quick Start
Ask the agent to author a new contributing doc for a specific contributor workflow, providing the topic and a starting code reference such as a file, package, command, or Make target.