AgentSkillsCN

cli-testing

CLI 审查与测试清单。

SKILL.md
--- frontmatter
name: cli-testing
description: CLI review and testing checklist

CLI Review

Focus on CLI behavior and UX:

  • Verify command/flag behavior, defaults, and help output.
  • Check exit codes and error messages are clear and actionable.
  • Ensure docs/examples match actual CLI behavior.
  • Note missing validation or confusing option precedence.