manage-taskboard
FeaturedManage Codex Taskboard / e-taskboard work with taskctl. Use for taskboard issue IDs, status sync, comments, or taskctl cloud setup—not for unrelated product docs.
Data & Documents 3,047 stars
434 forks Updated 3 days ago Apache-2.0
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Manage Taskboard
Use `taskctl` for every project, issue, relation, and comment operation. Consume its JSON output. Use the exact issue identifier returned by the taskboard or supplied in the prompt. Never assume, derive, or rewrite an identifier prefix.
Open only the relevant section of [references/cli.md](references/cli.md) when command syntax is needed.
## Select the CLI and active service
- Use the exact `taskctl` binary and Taskboard URL supplied by the task or injected runtime. Do not replace them with a global CLI, the default port, or another board.
- On macOS, when no binary is injected and the desktop app is installed, use `'/Applications/Codex Taskboard.app/Contents/Resources/bin/taskctl' issue get ID --json`. Keep the single quotes because the path contains a space. The packaged wrapper reads the active launcher runtime; do not search the filesystem for another CLI or reconstruct the tokenized URL.
- On Linux, when no binary is injected and Codex was started by the desktop app, use `taskctl issue get ID --json`. The desktop app adds its packaged wrapper to the managed Codex `PATH`; do not search the filesystem for another CLI or reconstruct the tokenized URL.
- If that exact command reaches a sandbox restriction on the loopback service, retry the same command with the required permission. Do not switch binaries or endpoints.
## Terminology: local companion
In this product, **companion** means the **device-local loopback service** used for cloud mode (Codex/...
Details
- Author
- chuspeeism
- Repository
- chuspeeism/dashi-taskboard
- Created
- 1 months ago
- Last Updated
- 3 days ago
- Language
- JavaScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
task-board-setup
Creates a Codex file-based task board. Explicit user invocation only.
31 Updated 1 weeks ago
kochetkov-ma AI & Automation Listed
task-board-init
Creates a Codex file-based task board. Explicit user invocation only.
31 Updated 1 weeks ago
kochetkov-ma AI & Automation Listed
task
Runs a Codex task through the companion runtime. Use when delegating a bounded implementation, investigation, or consultation to Codex.
3 Updated 6 days ago
okisdev