CLI Documentation Maintainer - Maintain AILANG CLI help documentation
Maintain AILANG CLI help system as authoritative source for all CLI features
Tags
Updated: 2026-03-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Audit commands against help.go
- Check environment variables usage
- Suggest improvements to help text
- Validate documented features exist
- Update help.go with new content
- Compare main.go against help.go
- Find undocumented commands
- Test help output
- Rebuild binary
- Update supporting documentation
Inputs
- help.go file
- main.go file
- Environment variables
- CLI commands
- audit_commands.sh script
- audit_env_vars.sh script
- suggest_improvements.sh script
Outputs
- List of undocumented commands
- List of missing environment variables
- Help text improvement suggestions
- Validation discrepancies report
- Updated help.go file
Requirements
- AILANG CLI environment
- bash scripts execution permission
- Go build environment
- Write access to cmd/ailang/help.go
