Handles errors in asynchronous code, promises, and event-driven systems where exceptions don't propagate the same way as in synchronous code. Triggers on: async, await, Promise, unhandled rejection, async error, background task, event loop, callback error, async exception, fire-and-forget.
Handles errors in asynchronous code, promises, and event-driven systems where exceptions don't propagate the same way as in synchronous code. Triggers on: async, await, Promise, unhandled rejection, async error, background task, event loop, callback error, async exception, fire-and-forget.
处理在异步代码、Promise 和事件驱动系统中出现的错误——这些场景下的异常不像同步代码那样传播。触发场景:async、await、Promise、unhandled rejection(未处理拒绝)、async error(异步错误)、background task(后台任务)、event loop(事件循环)、callback error(回调错误)、async exception(异步异常)、fire-and-forget(触发后不等待)。
Category: developer (开发工具) · Author: sharp-skills · Version: @main
该 Skill 暂无文档文件。
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer