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.zipInstalls 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.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
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
- Convert the user's request into a concise task title and a body with enough context for a future agent.
- Classify
status,priority, andsizeusing the rules below. - 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:BacklogPriority: omit unless there is enough signalSize: omit unless there is enough signal
Status:
- Use
Backlogfor normal tasks, ideas, bugs, chores, follow-ups, and upstream work. - Use
Readyonly when the task is already clearly scoped and the user implies it should be picked up soon. - Use
In progressonly when the user explicitly says work has started or should start now. - Use
In reviewonly for review/PR tasks already awaiting review. - Use
Doneonly when the user explicitly asks to record completed work.
Priority:
- Use
P0for data loss, security, production outage, broken release, or inability to open/edit/save notes. - Use
P1for important user-visible regressions, serious correctness bugs, blocked release work, or high-confidence product priorities. - Use
P2for 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
XSfor one-line/config/documentation tweaks. - Use
Sfor small, localized tasks or narrow upstream follow-ups. - Use
Mfor multi-file work, new tests, or moderate design decisions. - Use
Lfor cross-package or UI workflow changes. - Use
XLfor 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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| bangle-project-task (this skill) | 0 | 27d | Review | Beginner |
| task-master | 22 | 5mo | Review | Intermediate |
| github-project-management | 4 | 5mo | Review | Advanced |
| issue-manage | 2 | 4mo | Review | Beginner |
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.
github-project-management
ruvnet
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
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".
issue-maker
pollinations
Create GitHub issues following Pollinations team conventions. Use when asked to create issues, track work, or plan features.
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.
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".