BA

bangle-project-task

Adds tasks and issues to the Bangle 2 GitHub project board.

Install

mkdir -p .claude/skills/bangle-project-task && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18306" && unzip -o skill.zip -d .claude/skills/bangle-project-task && rm skill.zip

Installs to .claude/skills/bangle-project-task

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Add tasks, backlog items, bugs, chores, ideas, follow-ups, or draft issues to the Bangle 2 GitHub Projects board. Use when the user says "add a task", "put this on the board", "make a project task", "track this", "add a backlog item", or asks Codex to create a draft task in the bangle-io GitHub project.
304 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Create GitHub Projects draft issues
  • Classify task status, priority, and size
  • Convert user requests into task titles and bodies
  • Verify task creation and report details
  • Add tasks to the Bangle 2 GitHub Projects board

How it works

The skill converts a user's request into a task, classifies its attributes, and uses the GitHub CLI and GraphQL API to create a draft issue in the Bangle 2 GitHub Projects board.

Inputs & outputs

You give it
user's request for a task
You get back
a GitHub Project draft issue with title, body, status, priority, and size

When to use bangle-project-task

  • Tracking a new bug
  • Adding a project task
  • Managing backlog items

About this skill

Bangle Project Task

Create GitHub Projects draft issues in the org project:

  • Org: bangle-io
  • Project: Bangle 2
  • Project number: 5
  • Default view URL: https://github.com/orgs/bangle-io/projects/5/views/4

Use the GitHub CLI and GraphQL API. Do not create a repository issue unless the user explicitly asks for a real issue; default to a Projects v2 draft issue.

Quick Start

  1. Convert the user's request into a concise task title and a body with enough context for a future agent.
  2. Classify status, priority, and size using the rules below.
  3. Run:
python3 .codex/skills/bangle-project-task/scripts/add_bangle_project_task.py \
  --title "Task title" \
  --body "Task body" \
  --status Backlog \
  --priority P2 \
  --size S

If gh reports missing project scopes, run gh auth refresh -h github.com -s project and ask the user to complete the browser/device flow.

Classification

Default field values:

  • Status: Backlog
  • Priority: omit unless there is enough signal
  • Size: omit unless there is enough signal

Status:

  • Use Backlog for normal tasks, ideas, bugs, chores, follow-ups, and upstream work.
  • Use Ready only when the task is already clearly scoped and the user implies it should be picked up soon.
  • Use In progress only when the user explicitly says work has started or should start now.
  • Use In review only for review/PR tasks already awaiting review.
  • Use Done only when the user explicitly asks to record completed work.

Priority:

  • Use P0 for data loss, security, production outage, broken release, or inability to open/edit/save notes.
  • Use P1 for important user-visible regressions, serious correctness bugs, blocked release work, or high-confidence product priorities.
  • Use P2 for normal backlog tasks, polish, maintainability, upstream cleanup, and non-urgent follow-ups.
  • Omit priority when the request is too vague and adding a priority would invent intent.

Size:

  • Use XS for one-line/config/documentation tweaks.
  • Use S for small, localized tasks or narrow upstream follow-ups.
  • Use M for multi-file work, new tests, or moderate design decisions.
  • Use L for cross-package or UI workflow changes.
  • Use XL for broad architecture, migration, or release-sized work.
  • Omit size when uncertain.

Body Format

Prefer this shape:

## Context
What prompted the task and any relevant repository paths, URLs, or prior decision.

## Goal
The desired end state.

## Acceptance criteria
- Specific observable outcomes.
- Tests or checks expected when relevant.

Keep bodies practical. Include exact links and paths when available. Avoid vague notes like "fix this" without context.

Verification

After creating the task, read it back or trust the script output. Report:

  • Title
  • Project URL or view URL
  • Status and any fields set

If the task cannot be created, report the exact failing command and error. Do not pretend the task was added.

When not to use it

  • When the user explicitly asks for a repository issue instead of a draft issue
  • When the request is too vague to assign a priority
  • When the size of the task is uncertain

Prerequisites

gh auth refresh -h github.com -s project

Limitations

  • The skill defaults to creating Projects v2 draft issues.
  • The skill omits priority or size if there is not enough signal.
  • The skill reports the exact failing command and error if a task cannot be created.

How it compares

This skill automates the creation and classification of GitHub Project draft issues with specific fields, unlike manually creating issues and assigning attributes.

Compared to similar skills

bangle-project-task side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
bangle-project-task (this skill)027dReviewBeginner
task-master225moReviewIntermediate
github-project-management45moReviewAdvanced
issue-manage24moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

task-master

sfc-gh-dflippo

AI-powered task management for structured, specification-driven development. Use this skill when you need to manage complex projects with PRDs, break down tasks into subtasks, track dependencies, and maintain organized development workflows across features and branches.

22131

github-project-management

ruvnet

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

427

issue-manage

catlog22

Interactive issue management with menu-driven CRUD operations. Use when managing issues, viewing issue status, editing issue fields, performing bulk operations, or viewing issue history. Triggers on "manage issue", "list issues", "edit issue", "delete issue", "bulk update", "issue dashboard", "issue history", "completed issues".

24

issue-maker

pollinations

Create GitHub issues following Pollinations team conventions. Use when asked to create issues, track work, or plan features.

14

create-issue

dotCMS

Create GitHub issues using repository templates. Use when the user asks to create an issue, bug report, feature request, task, spike, epic, or UX requirement. Also use when the user describes a problem, bug, enhancement, or work item that should be tracked. Supports both English and Spanish input.

13

issue-discover

catlog22

Unified issue discovery and creation. Create issues from GitHub/text, discover issues via multi-perspective analysis, or prompt-driven iterative exploration. Triggers on "issue:new", "issue:discover", "issue:discover-by-prompt", "create issue", "discover issues", "find issues".

11

Search skills

Search the agent skills registry