CtrlK
BlogDocsLog inGet started
Tessl Logo

deer-flow

github.com/bytedance/deer-flow

Skill

Added

Review

blocking-io-guard

.agent/skills/blocking-io-guard/SKILL.md

Ensure async-path backend code that could block the asyncio event loop is protected by a teeth-verified runtime anchor in tests/blocking_io/. Use when changing backend Python under app/, packages/harness/deerflow/, or scripts/, when running a blocking-IO triage round over the whole repo, or when a reviewer/CI asks for blocking-IO coverage. Runs a deterministic scan (changed-lines or full-repo), routes each candidate, drafts/extends an anchor, and proves it fails when the blocking IO regresses.

79