一键导入
kanban-management
ARCHIVED — project work items are tracked in GitHub Issues and GitHub Projects. Use the github-issues skill when installed, or use gh directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ARCHIVED — project work items are tracked in GitHub Issues and GitHub Projects. Use the github-issues skill when installed, or use gh directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Diagnose and fix piclaw extension issues (imports, DB init errors, watcher perms), update skel, and restart safely.
Search the web via SearXNG (or DuckDuckGo fallback) and optionally fetch result pages as raw Markdown content.
Search via SearXNG (or DuckDuckGo fallback), fetch top results, and return sentence-level summaries plus optional converted page content.
Fetch a user's recent tweets (tweets, replies, retweets) using Playwright + Nitter fallbacks and produce compact JSON/Markdown summaries.
Write and review concise technical documentation using a plain-English voice guide and anti-trope filter. Use for READMEs, design notes, runbooks, API documentation, release notes, and pull-request text.
Situate yourself by generating a 1-page situation report and maintaining Obsidian-style daily summary notes.
| name | kanban-management |
| description | ARCHIVED — project work items are tracked in GitHub Issues and GitHub Projects. Use the github-issues skill when installed, or use gh directly. |
| distribution | public |
The file-based workitems/ board is archived. Do not create or move Markdown work-item files unless this workspace explicitly adopts the legacy file-board workflow.
Use the current Git repository's GitHub Issues and GitHub Projects v2. Confirm the repository before changing it:
repo=$(gh repo view --json nameWithOwner -q .nameWithOwner)
# Create an issue
gh issue create -R "$repo" --title "..." --body "..."
# List open issues
gh issue list -R "$repo" --state open
# Close a completed issue
gh issue close <number> -R "$repo" --reason completed
If the github-issues skill is installed, load it for project-field IDs, status changes, labels, and board queries. Otherwise inspect the repository with gh issue and gh project before changing it.
The local workitems/ directory remains compatibility scaffolding for older workspaces and project templates. It is not the active tracker unless the workspace says otherwise.