te-quanbzhang/skills-pool

opsx-trace-log

Slash-command skill for OpenSpec — TEMPORARY diagnostic probe via /opsx:trace-log.

查看源码
仓库原始内容

按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。

OPSX: Trace Log

This skill is a thin wrapper around the opsx trace-log command. Refer to that file for the complete workflow.

Instrument the call chain of a suspected code path with structured trace logs, then guide log capture and analysis to diagnose runtime issues. All instrumentation is removed before the session ends.

Input: The argument after /opsx:trace-log is the entry point, flow description, or suspicion. If nothing is provided, will be prompted.

Quick Reference

  1. Collect the instrumentation target — entry point, suspicion, scope
  2. Discover the call chaincodegraph explore "<entry point>"
  3. Detect the logging framework — Timber / android.util.Log / project utility
  4. Define trace-logging contract — TAG, log level, entry/exit/key-state/exception logs
  5. Performance guardrail — detect high-frequency / looping patterns
  6. Instrument the call chain — add trace logs
  7. Provide log-capture instructionsadb logcat filter command
  8. Analyze captured logs — sequence, timing, thread, state, lifecycle checks
  9. Cleanup (mandatory) — remove all instrumentation markers

See commands/opsx/trace-log.md for full details.

来自同一仓库

更多 Skills

全部 Skills