with one click
debug
问题诊断技能。当用户需要排查问题、查看日志、分析错误时使用此技能。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
问题诊断技能。当用户需要排查问题、查看日志、分析错误时使用此技能。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
项目部署技能。当用户需要部署项目、发布上线、执行部署流水线时使用此技能。
Generate a git commit with a concise Chinese commit message, stage all files (excluding binaries), commit with DeepSeek co-author, and push to origin. Use this skill whenever the user asks to commit code,提交代码,生成commit,提交并推送,commit and push, or any request involving creating a git commit.
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
博客数据查询与操作技能。覆盖博客、待办、运动、项目、读书 5 个业务域的查询、汇总和写操作。目标管理请使用 goal-management 技能。
目标管理技能。覆盖日/周/月/年 4 个层级的目标查询、任务管理和周期导航。
编码开发技能。当用户需要编写代码、创建项目、修复bug、重构、开发新功能时使用此技能。
| name | debug |
| description | 问题诊断技能。当用户需要排查问题、查看日志、分析错误时使用此技能。 |
| summary | 先确认目标和时间范围,再用 Bash 看日志、进程和端口状态 |
| tools | Bash |
| keywords | 调试,debug,排查,日志,错误 |
tail 看最近日志,例如:
tail -200 /data/logs/app.logssh <user>@<host> 'tail -200 /data/logs/app.log'grep、时间串、错误关键字缩小范围,例如:
ssh <user>@<host> 'grep -i error /data/logs/app.log | tail -50'ssh <user>@<host> 'grep 2026-03-17 /data/logs/app.log | grep -i error'Bashssh <user>@<host> 包装tail 和 grep 按时间窗口过滤