Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

kata-skills

يحتوي kata-skills على 24 من skills المجمعة من gannonh، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

kata-add-issue
مطوّرو البرمجيات

Capture an idea, task, or issue that surfaces during a Kata session as a structured issue for later work. This skill creates markdown issue files in the .planning/issues/open directory with relevant metadata and content extracted from the conversation. Triggers include "add issue", "capture issue", "new issue", "create issue", "log issue", "file issue", "add todo" (deprecated), "capture todo" (deprecated), "new todo" (deprecated).

2026-02-18
kata-add-milestone
متخصصو إدارة المشاريع

Add a milestone to an existing project, starting a new milestone cycle, creating the first milestone after project init, or defining what's next after completing work. Triggers include "add milestone", "new milestone", "start milestone", "create milestone", "first milestone", "next milestone", and "milestone cycle".

2026-02-18
kata-add-phase
متخصصو إدارة المشاريع

Add planned work discovered during execution to the end of the current milestone in the roadmap. This skill appends sequential phases to the current milestone's phase list, automatically calculating the next phase number. Triggers include "add phase", "append phase", "new phase", and "create phase". This skill updates ROADMAP.md and STATE.md accordingly.

2026-02-18
kata-audit-milestone
محللو ضمان جودة البرمجيات والمختبرون

Verify milestone achievement against its definition of done, checking requirements coverage, cross-phase integration, and end-to-end flows. Triggers include "audit milestone", "verify milestone", "check milestone", and "milestone audit". This skill reads existing phase verification files, aggregates technical debt and gaps, and spawns an integration checker for cross-phase wiring.

2026-02-18
kata-check-issues
مطوّرو البرمجيات

Review open issues, selecting an issue to work on, filtering issues by area, pulling GitHub issues, or deciding what to work on next. Triggers include "check issues", "list issues", "what issues", "open issues", "show issues", "view issues", "select issue to work on", "github issues", "backlog issues", "pull issues", "check todos" (deprecated), "list todos" (deprecated), "pending todos" (deprecated).

2026-02-18
kata-complete-milestone
متخصصو إدارة المشاريع

Archive a completed milestone, preparing for the next version, marking a milestone complete, shipping a version, or wrapping up milestone work. Triggers include "complete milestone", "finish milestone", "archive milestone", "ship version", "mark milestone done", "milestone complete", "release version", "create release", and "ship milestone".

2026-02-18
kata-configure-settings
مطوّرو البرمجيات

Configure kata session settings and workflow variants. Triggers include "settings", "configure", "preferences", "workflow config", "workflow variants".

2026-02-18
kata-customize
مطوّرو البرمجيات

Manage template overrides for customizing Kata output formats. List available templates, copy defaults for local editing, edit overrides, validate template schemas. Triggers include "customize template", "override template", "edit template", "template overrides", "list templates", "show templates", "template customization", "manage templates", "what templates can I customize", "template schema", "custonmize Kata", "custom config".

2026-02-18
kata-debug
مطوّرو البرمجيات

Systematically debug issues, investigating bugs, troubleshooting problems, or tracking down errors with persistent state across context resets. Triggers include "debug", "investigate bug", "troubleshoot", "find the problem", "why isn't this working", and "debug session".

2026-02-18
kata-doctor
مطوّرو البرمجيات

Run health checks on Kata project structure, detecting and fixing format issues. Triggers include "doctor", "health check", "fix roadmap", "check project", "kata doctor".

2026-02-18
kata-execute-phase
مطوّرو البرمجيات

Execute all plans in a phase with wave-based parallelization, running phase execution, or completing phase work. Triggers include "execute phase", "run phase", "execute plans", "run the phase", and "phase execution".

2026-02-18
kata-execute-quick-task
مطوّرو البرمجيات

Execute small ad-hoc tasks with Kata guarantees, running quick tasks without full planning, or handling one-off work outside the roadmap. Triggers include "quick task", "quick mode", "quick fix", "ad-hoc task", "small task", and "one-off task".

2026-02-18
kata-insert-phase
متخصصو إدارة المشاريع

Insert urgent work as a decimal phase between existing phases, adding mid-milestone work, or creating intermediate phases. Triggers include "insert phase", "add urgent phase", "create decimal phase", "insert between phases", and "urgent work".

2026-02-18
kata-map-codebase
مطوّرو البرمجيات

Analyze an existing codebase with parallel mapper agents, creating codebase documentation, understanding brownfield projects, or mapping code structure. Triggers include "map codebase", "analyze codebase", "create project context", "document codebase", "understand code", and "codebase map".

2026-02-18
kata-move-phase
مطوّرو البرمجيات

Move a phase between milestones or reorder phases within a milestone. Triggers include "move phase", "move phase to milestone", "reorder phase", "reorder phases".

2026-02-18
kata-new-project
مطوّرو البرمجيات

Initialize a new project with deep context gathering and project.md. Triggers include "new project", "start project", "initialize project", "create project", "begin project", "setup project".

2026-02-18
kata-pause-work
مطوّرو البرمجيات

Create a context handoff file, pausing work mid-phase, stopping work temporarily, or creating a checkpoint for session resumption. Triggers include "pause work", "stop work", "create handoff", "save progress", and "pause session".

2026-02-18
kata-plan-milestone-gaps
مطوّرو البرمجيات

Create phases to close all gaps identified by milestone audit. Triggers include "plan milestone gaps", "plan gaps".

2026-02-18
kata-plan-phase
متخصصو إدارة المشاريع

Plan detailed roadmap phases. Triggers include "plan phase n", "create phase plan", "create a plan" "roadmap planning", and "roadmap phase creation".

2026-02-18
kata-remove-phase
مطوّرو البرمجيات

Remove a future phase from roadmap and renumber subsequent phases. Triggers include "remove phase", "remove phase".

2026-02-18
kata-research-phase
مطوّرو البرمجيات

Research how to implement a phase standalone, investigating implementation approaches before planning, or re-researching after planning is complete. Triggers include "research phase", "investigate phase", "how to implement", "research implementation", and "phase research".

2026-02-18
kata-review-pull-requests
محللو ضمان جودة البرمجيات والمختبرون

Run a comprehensive pull request review using multiple specialized agents. Each agent focuses on a different aspect of code quality, such as comments, tests, error handling, type design, and general code review. The skill aggregates results and provides a clear action plan for improvements. Triggers include "review PR", "analyze pull request", "code review", and "PR quality check".

2026-02-18
kata-track-progress
مطوّرو البرمجيات

Check project progress, show context, and route to next action (execute or plan). Triggers include "progress".

2026-02-18
kata-verify-work
محللو ضمان جودة البرمجيات والمختبرون

Validate built features through conversational testing, running UAT, user acceptance testing, checking if features work, or verifying implementation. Triggers include "verify work", "test features", "UAT", "user testing", "check if it works", and "validate features".

2026-02-18