Skip to main content
مستودع GitHub

formaltask

يحتوي formaltask على 25 من skills المجمعة من davidabeyer، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
25
Stars
13
محدث
2026-02-14
Forks
1
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

documentation-updater
مطوّرو البرمجياتمطوّرو الويب

Guide CLAUDE.md updates based on doc-guard suggestions. This skill should be used when updating documentation, fixing docs, addressing doc-guard suggestions, or updating CLAUDE.md. Activates when user requests "update documentation", "fix docs", "doc-guard suggestions", or "update CLAUDE.md".

2026-02-14
supervisor
مديرو الشبكات وأنظمة الحاسوب

Monitor blocked workers and help respond to them. Loop checks ft inbox, shows blocked workers, lets you respond naturally.

2026-02-14
adding-tasks
مديرو أنظمة الحاسوب والمعلومات

Adds tasks to FormalTask with mandatory discovery and validated criteria. Use when "add task", "create task", or "/task-add". For batch creation, use /epic-decompose instead.

2026-02-14
committing-changes
مطوّرو البرمجياتمبرمجو الحاسوب

Groups uncommitted changes into logical commits, walks through each grouping for approval, then optionally syncs with remote. Resolves merge conflicts interactively with context from recent remote and local history. Use when "commit my changes", "group commits", "smart commit", "commit and sync", or "organize my changes". Never resolves conflicts without user confirmation.

2026-02-14
critique
مطوّرو البرمجيات

Unified critique for plans, specs, OR task artifacts. Auto-detects target. Spawns auditors. Commits tasks to DB when READY. Use "critique", "review", "is this ready".

2026-02-14
debugging
مطوّرو البرمجيات

Systematic debugging with graded exploration and agent escalation. MUST BE USED when encountering errors, test failures, or unexpected behavior.

2026-02-14
decompose
محللو أنظمة الحاسوب

Decompose plan -> specs OR specs -> tasks. Auto-detects stage. Use when "decompose", "break down", or after /critique APPROVED. For initial planning, use /plan instead.

2026-02-14
handling-errors
مطوّرو البرمجيات

Guides error handling patterns in the FormalTask codebase. Use when writing exception handlers, debugging silent failures, or ensuring proper error visibility. Activates on "error handling", "exception", "try/except", or when reviewing error-related code.

2026-02-14
implementing-review-feedback
محللو ضمان جودة البرمجيات والمختبرون

Implements code review feedback systematically, then commits and pushes. Use when user provides reviewer comments, PR feedback, or code review notes. One item at a time, mark complete before moving on.

2026-02-14
managing-reviews
محللو ضمان جودة البرمجيات والمختبرون

This skill should be used when working with the FormalTask review system. Provides guidance on review types, gates, storage, and the review-fix workflow. Activates when user requests "review workflow", "review gate", "review types", "store review", or when working with task_reviews database operations.

2026-02-14
plan
المديرون العامون ومديرو العمليات

Unified planning with auto scope detection. Use when "plan", "design", "architect", or unclear if task/epic. Routes single tasks to /task. For manual critique, use /critique instead.

2026-02-14
plan-status
المديرون العامون ومديرو العمليات

Shows planning status dashboard for all projects. Use when "plan status", "what's in flight", "planning dashboard", or checking which projects need attention.

2026-02-14
planning-review-fixes
مديرو أنظمة الحاسوب والمعلومات

Converts code review findings (P0/P1/P2/P3) into actionable FormalTask issues. Use when "create tasks from review", "fix review issues", "process review findings". Enforces antirez-style prioritization - delete before fix, value before effort.

2026-02-14
pre-planning
المديرون العامون ومديرو العمليات

Narrows exploration proposals into plannable scope. Extracts ideas from conversation, gets user selection, primes context, writes brief for /plan. Use after exploring options, before /planning.

2026-02-14
reflect
مطوّرو البرمجيات

Forces reflection before task completion. Prompts self-reflection FIRST, then shows sibling specs. Mandatory when CHECK_LEARNINGS enabled.

2026-02-14
review
محللو ضمان جودة البرمجيات والمختبرون

Unified code review router. Detects patterns, proposes reviewers, spawns in parallel. Use "review", "review my changes", "review PR

2026-02-14
reviewing-epics
محللو ضمان جودة البرمجيات والمختبرون

Thorough two-phase epic review: AC verification then quality review. Use when user requests "/epic-review", "review epic", "is this epic done", or when verifying completed epics. Phase 1 gates Phase 2.

2026-02-14
revise
مطوّرو البرمجيات

Unified revise for plans OR specs. Auto-detects target from critique report. Use when "revise", "fix plan/specs", or after /critique returns FIX_AND_SHIP. For initial creation, use /plan instead.

2026-02-14
shipping-worktree
مطوّرو البرمجيات

Ships a worktree: reviews changes, commits in logical groups, creates PR, merges, cleans up worktree+branch. Use when "ship worktree", "land worktree", "ship-worktree", or finishing work in a git worktree. For commits only, use committing-changes instead.

2026-02-14
supervisor
مديرو الخدمات الإدارية

Monitor blocked workers and help respond to them. Loop checks ft work inbox, shows blocked workers, lets you respond naturally.

2026-02-14
task
المهن الحاسوبية الأخرى

Single task creation shortcut. Use when /plan routes here (scope=TASK) or for quick task capture. For 2+ tasks, use /plan instead.

2026-02-14
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Enforces Red-Green-Refactor cycle with automated tdd-guard validation. Failing test required before implementation. tdd-guard blocks Write/Edit without test coverage. Use for all features and bugfixes.

2026-02-14
validating-specs
محللو ضمان جودة البرمجيات والمختبرون

Validates spec claims match codebase reality during /epic-finalize. Verifies file paths, symbols, and library claims. Produces P0/P1/P2 findings.

2026-02-14
validating-task-plans
المديرون العامون ومديرو العمليات

This skill should be used when validating batches of task specifications before creation. Activates when processing task plans from review findings, epic decompositions, or any batch task generation. Use when user says "validate task plan", "check these tasks", "are these tasks well-specified", or when --validate flag is passed to pm-review-fix. Ensures expert-planning quality standards, complete coverage, proper grouping, and priority preservation.

2026-02-14
verifying-completion
محللو ضمان جودة البرمجيات والمختبرون

Forces meticulous self-review of work just completed. Itemizes every change, creates verification todos, then hunts for gaps using structured uncertainty analysis. Use after finishing implementation work, before claiming done.

2026-02-14