AgentSkillsCN

console-hardening

适用于控制台应用程序与工具开发。切勿用于Web UI任务。重点关注可靠性:验证、日志记录、退出码以及清晰的帮助文本。

SKILL.md
--- frontmatter
name: console-hardening
description: Use for console applications and tooling. Do NOT trigger for web UI tasks. Focus on reliability: validation, logging, exit codes, and clear help text.

Checklist:

  • Argument parsing + --help examples
  • Validation + actionable error messages
  • Non-zero exit codes on failure
  • Structured logging if present in repo
  • README usage section updated