home / skills / tlabs-xyz / tbtc-v2-performance / global--commenting
/.codex/skills/global--commenting
This skill applies the Agent OS global commenting standard across code to ensure consistent, clear, and maintainable comments.
npx playbooks add skill tlabs-xyz/tbtc-v2-performance --skill global--commentingReview the files below or copy the command above to add this skill to your agents.
---
name: global--commenting
description: Apply the Agent OS standard for global commenting.
tags: [agent-os, standard, global]
---
# Global Commenting
Use this skill when working on global commenting in this repo.
## Instructions
- Follow the standard in `agent-os/standards/global/commenting.md`.
## References
- `agent-os/standards/global/commenting.md`
This skill applies the Agent OS standard for global commenting across a TypeScript codebase. It helps ensure comments are consistent, searchable, and informative so teams can maintain shared intent and reduce ambiguity. Use it to audit, normalize, and guide in-code commentary.
The skill inspects source files for global comment elements such as file headers, licensing notices, module descriptions, and structured TODOs or FIXMEs. It reports missing or nonconforming comments, suggests canonical phrasing and placement, and can generate or normalize headers to match the Agent OS standard. Results include concise remediation steps and examples for fixes.
Does this skill modify code automatically?
It can suggest and generate standardized comment text; enable auto-apply to write changes, or run in report-only mode to review before committing.
Which comment elements are considered global?
File headers, license/copyright blocks, module descriptions, ownership/contact lines, and standardized actionable tags like TODO/FIXME.