analyze-task
01Skill Claude CodeCodex
A task-analysis skill that creates a written requirements analysis before implementation begins. It examines the task’s scope, context, effects on other parts, and risks from the supplied task reference.
Skill Claude CodeCodex
A task-analysis skill that creates a written requirements analysis before implementation begins. It examines the task’s scope, context, effects on other parts, and risks from the supplied task reference.
Skill Claude CodeCodex
A task-archiving tool that moves completed work into folders organized by year, month, and day. It also rebuilds index files listing the archived tasks.
Skill Claude CodeCodex
A task-management skill that marks a referenced task as blocked and records why work cannot continue.
Skill Claude CodeCodex
A task-management skill that cancels a referenced task no longer needed and moves it out of active work.
Skill Claude CodeCodex
A read-only task status tool that shows the current progress of a tracked coding task.
Skill Claude CodeCodex
A workflow for closing Code Scanning alerts, which are automated warnings about possible security problems in code, and recording the reason. It supports GitHub CodeQL alerts and requires an explanation before closure.
Skill Claude CodeCodex
A tool for closing a Dependabot security alert, which is a warning about a vulnerable software dependency, with a documented reason.
Skill Claude CodeCodex
A coding workflow for implementing an approved technical plan or fixing confirmed code-review findings.
Skill Claude CodeCodex
A Git workflow for saving the current code changes as a commit, a named checkpoint in a project’s version history.
Skill Claude CodeCodex
A workflow for recording that a maintainer has completed manual checks for a pull request, such as tests requiring a real environment or special permissions.
Skill Claude CodeCodex
A task-closing tool that marks a work item as finished and archives its task records after the work has been checked.
Skill Claude CodeCodex
A workflow for creating a pull request on a code-hosting platform. A pull request is a request for others to review and merge a set of committed code changes into a target branch.
Skill Claude CodeCodex
A release-note workflow that compares two software version tags and summarises the merged pull requests and commits between them. Release notes explain what changed in a published version.
Skill Claude CodeCodex
A workflow for turning a user’s description into a structured task record in task.md. It records the task without analysing or implementing the requested feature.
Skill Claude CodeCodex
A review process for finding accumulated complexity in the agent-infra repository, such as overlapping rules, bloated documentation, or obsolete conventions.
Skill Claude CodeCodex
A workflow for importing Code Scanning alerts, including CodeQL security findings, and turning them into tracked repair tasks.
Skill Claude CodeCodex
A workflow for importing a Dependabot security alert into a tracked repair task. Dependabot is a service that reports vulnerable software dependencies used by a project.
Skill Claude CodeCodex
A workflow for importing an existing issue from a code-hosting platform into a local task file. An issue is a tracked report such as a bug, request, or discussion.
Skill Claude CodeCodex
A setup workflow for creating a standard set of labels in a code repository. Labels are tags used to classify and filter issues and pull requests.
Skill Claude CodeCodex
A repository setup process for creating a standard set of milestones, which are named checkpoints used to group and track work.
Skill Claude CodeCodex
A planning guide for turning a clearly defined coding task into a written technical plan before implementation.
Skill Claude CodeCodex
A controlled checklist for completing work after a software release using an explicitly supplied semantic version, such as 1.2.3.
Skill Claude CodeCodex
A skill for rewriting issue and pull-request titles in Conventional Commits format, a standard such as `feat(area): add export` that labels the kind of change.
Skill Claude CodeCodex
A release workflow that prepares a software version, shows its current release facts, asks for approval, and publishes it remotely.