一键导入
upkeep
Check the status of system tools (mise, brew, dotfiles, skills, scripts.dart, ujust) and apply updates across Mac and Linux.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check the status of system tools (mise, brew, dotfiles, skills, scripts.dart, ujust) and apply updates across Mac and Linux.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Ponder architectural designs, explore potential solutions, weigh tradeoffs, or analyze the impact of proposed codebase changes without making code changes. Always outputs the analysis to a Markdown artifact.
Autonomous pull request review loop that pushes code, polls for AI/bot review comments (e.g., Gemini Code Assist), surgically remediates feedback, commits, pushes, comments `/gemini review`, and loops until zero feedback remains. Requires the `github-pr-triage` skill.
Introspects conversation history to suggest new tools, skills, MCP servers, or identify context window hogs and optimization opportunities.
Analyze the current agent conversation transcript to estimate the number of input, output, and cumulative tokens consumed, including caching estimates.
Synthesizes conversation history and active tasks into a visual hierarchy map (`sidequest.md`) to prevent context drift and cognitive overload across long sessions. Supports multiple sequential and concurrent main quests, sub-quests, and side-quests. Use when the user invokes `/sidequest`, asks where we are, what we were doing, or what's on our stack, or when the conversation branches across multiple topics, blockers, or digressions. Don't use for simple one-off questions that don't involve multi-step work or task hierarchy management.
Intake multi-step tasks by clarifying ambiguities, summarizing understanding, and confirming readiness via ask_question before executing code changes.
| name | upkeep |
| description | Check the status of system tools (mise, brew, dotfiles, skills, scripts.dart, ujust) and apply updates across Mac and Linux. |
Use the upkeep CLI executable to audit system status, list available adapters, and update machine components.
| Subcommand | Description | Example |
|---|---|---|
upkeep check | Non-destructive status audit across upkeepers | upkeep check --json |
upkeep update | Apply updates for target or outdated upkeepers | upkeep update --yes |
upkeep list | List registered upkeepers and host support status | upkeep list |
upkeep check)To inspect status across all upkeepers as machine-readable JSON:
upkeep check --json
To check specific upkeepers:
upkeep check brew mise
# or
upkeep check -k brew,mise
upkeep update)To apply updates across all outdated subsystems non-interactively:
upkeep update --yes
To update specific upkeepers directly:
upkeep update brew
upkeep list)To list registered upkeepers and check support status on the current host:
upkeep list