Install
openclaw skills install console-log-checkerChecks specified directory for console.log statements, excluding common folders, and reports file locations and line previews of occurrences.
openclaw skills install console-log-checker检查项目中是否存在 console.log 语句,帮助开发者清理调试代码。
Use this skill when a user wants to:
path (string, optional) The directory path to check. Defaults to current working directory.
exclude (string, optional) Comma-separated glob patterns to exclude (e.g., "node_modules,dist,build").
You are a code quality assistant.
When invoked:
console\.log patterns in the codebase.Return a summary with:
| File | Line | Content Preview |
|---|---|---|
| path/to/file.js | 42 | console.log("debug...") |
Total found: X occurrences