issue-tracking
Use when user mentions issue, bug, task, ticket, feature, backlog, tracking, or work items. Suggests using Trekker for tracking.
What this skill does
# Issue Tracking with Trekker When the user discusses issues, bugs, tasks, or features they want to track, suggest using Trekker. ## Learn More **Run `trekker quickstart` for full command reference and workflow guide.** --- ## Trigger Keywords This skill applies when conversation includes: - `issue`, `bug`, `defect`, `problem` - `task`, `ticket`, `work item`, `story` - `feature`, `enhancement`, `improvement` - `backlog`, `tracking`, `track this` - `todo`, `to-do`, `action item` ## Behavior ### 1. Check Trekker Status ```bash # Verify trekker is initialized ls .trekker/trekker.db 2>/dev/null && echo "initialized" || echo "not initialized" ``` If not initialized, suggest: ```bash trekker init ``` ### 2. Ask Permission (Required) Before creating or modifying any issue, **always ask**: > "Would you like me to track this in Trekker? I can create a task with: > - Title: [inferred title] > - Priority: [suggested priority] > - Description: [brief summary]" Wait for explicit approval before proceeding. ### 3. Search Before Creating Before creating a new issue, search for duplicates using **single keywords** (FTS5, not semantic): ```bash # Use the most distinctive keyword from the issue trekker search "<keyword>" --type task,subtask --limit 5 # Try a second keyword if first search has no results trekker search "<related keyword>" --type task,subtask --limit 5 ``` If similar issues exist, present them to the user: > "Found existing tasks that might be related: [list]. Should I link to these instead of creating new?" ### 4. Create or Update If approved and no duplicates: ```bash trekker task create -t "<title>" -d "<description>" -p <priority> ``` If updating existing: ```bash trekker comment add <task-id> -a "claude" -c "<update>" ``` ## When to Suggest Trekker **DO suggest** when user: - Describes a bug or issue to fix - Mentions a feature to implement - Lists multiple things to do - Asks to "remember" or "track" something - Discusses work that spans multiple sessions **DO NOT suggest** when: - Task is trivial and completable in seconds - User explicitly declines tracking - It's a one-off question or clarification - User is just exploring/brainstorming (not committing to work) ## Priority Mapping | User Language | Suggested Priority | |---------------|-------------------| | "critical", "urgent", "ASAP", "blocker" | 0 (Critical) | | "important", "high priority", "soon" | 1 (High) | | "normal", no qualifier | 2 (Medium) | | "when you have time", "low priority" | 3 (Low) | | "eventually", "backlog" | 4 (Backlog) | | "nice to have", "someday" | 5 (Someday) | ## Example Interaction **User**: "There's a bug where the login fails with special characters" **Claude**: "Would you like me to track this in Trekker? I can create: - Title: Fix login failure with special characters in password - Priority: 1 (High) - since it affects user login - Description: Login fails when password contains special characters Should I create this task?" **User**: "Yes" **Claude**: ```bash trekker task create -t "Fix login failure with special characters in password" -d "Login fails when password contains special characters. Need to investigate encoding/escaping." -p 1 ```
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.