restore-task
25Skill Claude CodeCodex
A procedure for rebuilding a missing local task file from synchronized comments on a platform issue. The instructions are in Chinese and cover validation, staging, conflict checks, and task metadata.
Skill Claude CodeCodex
A procedure for rebuilding a missing local task file from synchronized comments on a platform issue. The instructions are in Chinese and cover validation, staging, conflict checks, and task metadata.
Skill Claude CodeCodex
A review workflow for checking a written requirements analysis before the team turns it into a technical plan.
Skill Claude CodeCodex
A code-review skill that examines the latest implementation and writes a review report without changing the application code.
Skill Claude CodeCodex
A technical-plan review skill that examines a recent implementation plan and writes a review report. It is intended for projects with a recognized task reference and updates the task record after reviewing.
Skill Claude CodeCodex
A risk-based workflow for inspecting a pull request, a proposed set of code changes, and publishing an official review with traceable evidence.
Skill Claude CodeCodex
A workflow for running manual checks on a tracked software task and recording the results as standard evidence.
Skill Claude CodeCodex
A single entry point for moving an existing software task through its work stages, from starting or resuming work to a safe submission or a deliberate pause.
Skill Claude CodeCodex
A workflow for running integration and end-to-end tests after building a TypeScript project. These tests check whether multiple parts work together and whether complete user flows work.
Skill Claude CodeCodex
A project test workflow that runs type checking, builds, and unit tests at selected levels. Unit tests check small parts of a program, while type checking catches inconsistent data or code usage.
Skill Claude CodeCodex
A controlled workflow for updating a project's AI collaboration files from the latest configuration templates.
Skill Claude CodeCodex
A guided process for upgrading an npm package to a chosen version in a JavaScript or TypeScript project. It checks package files, updates the lockfile, then runs type checks and tests.
Skill Claude CodeCodex
A process for watching a pull request’s automated checks and whether it can be merged. It may apply limited fixes for failed checks or text merge conflicts, then stops safely when it cannot resolve the problem.
Agent Claude Code
An agent that runs one specified stage of an agent-infra task in a fresh context. It follows the selected stage’s instructions and stops after that stage finishes.
Agent Claude Code
A review-only agent for checking one agent-infrastructure lifecycle deliverable in a fresh, isolated context.
Command Claude Code
A task-analysis command that examines a task and outputs a requirements-analysis document.
Command Claude Code
A command for moving completed tasks into folders organized by date.
Command Claude Code
A task-management command that marks a task as blocked and records the reason.
Command Claude Code
读取并执行 .agents/skills/cancel-task/SKILL.md 中的 cancel-task 技能。.
Command Claude Code
A command that checks the current state and progress of a task. Its instructions are defined in a separate check-task skill file.
Command Claude Code
A command for closing Code Scanning alerts, which report possible security problems found in source code, while recording a reason.
Command Claude Code
A command for closing Dependabot security alerts, which flag known vulnerabilities in project dependencies, while recording a reason.
Command Claude Code
A coding-task command that follows a technical plan and produces a report.
Command Claude Code
A command that reads and follows the commit instructions stored in .agents/skills/commit/SKILL.md.
Command Claude Code
A command for recording that a pull request has finished its required manual checks and updating its summary comment. A pull request is a proposed code change waiting to be reviewed or merged.