Debug Service

SkillMonitoring & ops

Lets your agent start a Rust service with debug logging and read its logs to investigate errors and runtime behavior.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Debug Service skill

About this capability

Debug local Rust services in this repository by starting the crate's binary with debug logging, tailing service logs, and using those logs to answer runtime questions. Use when Codex needs to investigate service startup, runtime behavior, errors, or logs for a Rust binary in a crate.

What this skill tells your AI

The instructions your AI receives, as published by macro-inc/macro in .agents/skills/debug-service/SKILL.md and read by ahel’s review.

You are going to help me interactively debug the rust binary that's in this crate.

Use this command to start the service with debug logging

RUST_LOG=<name_of_bin>=debug,info just run > /tmp/<name_of_bin>.log 2>&1 & tail -f /tmp/<name_of_bin>.log

Use the log tail to answer questions as appropriate

Signals

GitHub stars
4k
Forks
409
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
debug-service
Source
github.com/macro-inc/macro