一键导入
dependabit-github-client
Documentation site for dependabit Use when: Making authenticated GitHub API calls from the monitor or action packages....
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Documentation site for dependabit Use when: Making authenticated GitHub API calls from the monitor or action packages....
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | dependabit-github-client |
| description | Documentation site for dependabit Use when: Making authenticated GitHub API calls from the monitor or action packages.... |
Documentation site for dependabit
Use this skill when:
GitHubClientRateLimitHandlerDo NOT use when:
Octokit directly and pass it to GitHubClient via the constructor is not possible; use the separate RateLimitHandler for advanced budget management. (GitHubClient)RateLimitHandler)API surface: 6 functions, 9 classes, 19 types
checkRateLimit only checks the primary REST API rate limit. GitHub also enforces secondary (abuse) rate limits on burst patterns (many requests in a short window). A 403 with Retry-After header indicates a secondary limit — this class does not handle that automatically.getLastRateLimitCheck returns a potentially stale value; it is updated only when getRateLimit or checkRateLimit is called. Do not use it as a real-time indicator.reserveBudget does not lock the quota — another process could consume the reserved capacity between the check and the actual calls.getRateLimitStatus to inspect those limits manually.5 configuration interfaces — see references/config.md for details.
Key classes: GitHubClient (Thin wrapper around Octokit that adds proactive rate-limit checking), RateLimitHandler (Manages GitHub API rate limits and provides budget-reservation utilities
for batch operations)
34 exports total — see references/ for full API.
Load these on demand — do NOT read all at once:
references/functions.md for full signatures, parameters, and return typesreferences/classes/ for properties, methods, and inheritancereferences/types.mdreferences/config.md for all settings and defaultsDocumentation site for dependabit
Documentation site for dependabit Use when: You need to plug in a custom or self-hosted language model as the....
Documentation site for dependabit Use when: Loading an existing manifest to pass to the monitor or detector..
Documentation site for dependabit Use when: Polling a set of tracked dependencies for state changes on a schedule..
Documentation site for dependabit Use when: Tracking research papers that your project cites or implements, to be....
Documentation site for dependabit Use when: Tracking libraries whose documentation is indexed by Context7 (e.g., React,....