AgentSkillsCN

uloop-clear-console

通过uloop CLI清除Unity控制台日志。适用场景:(1) 在运行测试前清除控制台、(2) 开始新的调试会话、(3) 清理日志输出以提高可读性。

SKILL.md
--- frontmatter
name: uloop-clear-console
description: "Clear Unity console logs. Use when: clearing console before tests, starting fresh debugging session, or when user asks to clear logs. Removes all log entries from Unity Console."

uloop clear-console

Clear Unity console logs.

Usage

bash
uloop clear-console [--add-confirmation-message]

Parameters

ParameterTypeDefaultDescription
--add-confirmation-messagebooleanfalseAdd confirmation message after clearing

Examples

bash
# Clear console
uloop clear-console

# Clear with confirmation
uloop clear-console --add-confirmation-message

Output

Returns JSON confirming the console was cleared.