task-workflow — task-workflow AI agent skill task-workflow, cext-review-toolkit, community, task-workflow AI agent skill, ide skills, task-workflow for Claude Code, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

A Claude Code plugin for reviewing CPython C extensions — finding API misuse, memory safety bugs, compatibility issues, and correctness problems.

# Core Topics

devdanzin devdanzin
[0]
[0]
Updated: 3/21/2026
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

task-workflow

Install task-workflow, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Task Workflow

Execute the standard development workflow for this task: $ARGUMENTS

Follow these steps in order. Do NOT skip any step.

Step 1: Create GitHub Issue

bash
1gh issue create --title "<title>" --body "<description>" --label "<label>"

Common labels: enhancement, bug, tests, documentation, refactor

Use the task description to write a clear issue title and body. The body should explain the context, what needs to change, and why.

Step 2: Create Feature Branch

Branch naming convention:

  • feat/<slug> for new features
  • fix/<slug> for bug fixes
  • refactor/<slug> for refactoring
  • test/<slug> for test-only changes
  • docs/<slug> for documentation
bash
1git checkout -b <prefix>/<short-slug>

Step 3: Implement Changes

Read existing code before modifying it. Follow patterns already established in the codebase. Key conventions:

  • Python 3.10+
  • Double quotes for strings
  • Type hints on all function signatures
  • Docstrings on classes and public functions
  • Tests use unittest — never pytest
  • Scripts follow the analyze() + main() pattern (see scan_common.py for arg parsing)
  • Add an entry to CHANGELOG.md under ## [Unreleased] in the appropriate section (Added/Enhanced/Fixed/Documentation). Format: - Description.

Step 4: Verify

Run formatting, linting, type checking, and all tests. ALL must pass before committing. NEVER install tools to the system Python, if necessary create a venv and install tools into it.

bash
1ruff format <changed-files> 2ruff check <changed-files> 3mypy 4python -m unittest discover tests -v

If any tests fail, fix them before proceeding.

Step 5: Commit

Stage only the files you changed. Use conventional commit format. Always include the issue reference.

bash
1git add <specific-files> 2git commit -m "$(cat <<'EOF' 3<type>: <description> 4 5<optional body> 6 7Closes #<issue-number> 8 9Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 10EOF 11)"

Step 6: Push and Create PR

bash
1git push -u origin <branch-name> 2gh pr create --title "<title>" --body "$(cat <<'EOF' 3## Summary 4<1-3 bullet points> 5 6## Test plan 7- [x] <verification items> 8 9Closes #<issue-number> 10 11Generated with [Claude Code](https://claude.com/claude-code) 12EOF 13)"

Step 7: Merge and Cleanup

bash
1gh pr merge <pr-number> --merge 2git checkout main 3git pull 4git push origin --delete <branch-name>

Step 8: Report

Tell the user:

  • Issue URL
  • PR URL (merged)
  • Summary of changes made
  • Test results (pass count)
  • Changelog entry

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is task-workflow?

A Claude Code plugin for reviewing CPython C extensions — finding API misuse, memory safety bugs, compatibility issues, and correctness problems.

How do I install task-workflow?

Run the command: npx killer-skills add devdanzin/cext-review-toolkit/task-workflow. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with task-workflow?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add devdanzin/cext-review-toolkit/task-workflow. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use task-workflow immediately in the current project.

Related Skills

Looking for an alternative to task-workflow or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI