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

SpecFlow

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

skills مجمعة
14
Stars
0
محدث
2026-06-05
Forks
2
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

spec
مطوّرو البرمجيات

Spec-driven development orchestrator. Creates and executes spec-workflow specifications from an issue — Requirements → Design → Tasks → Implementation with dashboard approvals and subagent dispatch.

2026-06-05
validate-i18n
مطوّرو البرمجيات

Run the i18n validation script to check for missing, extra, or misformatted translation keys before publishing

2026-05-26
audit
مطوّرو البرمجيات

On-demand project health check — code quality (CGC), security (Codacy SRM), instruction file drift (CLAUDE.md vs Agents.md vs Gemini.md), issue landscape, index health. Triggers: "audit", "health check", "check project health", "scan codebase", "code health", "instruction drift", "check for drift".

2026-05-26
chat
مطوّرو البرمجيات

Casual, freeform discovery mode (Phase 0 of the Spec Flow Lifecycle). Explore an idea without committing to code, issues, or specs. Dispatch subagents for research, surface past work from mem0, and build context until the idea is ready for an issue and formal spec. Triggers on "/chat", "/talk", "let's explore", "I have an idea", "what if we".

2026-05-26
discover
مطوّرو البرمجيات

Structured brainstorm and research phase (Phase 1 of the Spec Flow Lifecycle). Takes an issue ID, dispatches research agents, runs codebase analysis, and produces a Discovery Brief with all open questions resolved. Bridges the gap between casual exploration (/chat) and formal spec creation (/spec). Triggers on "/discover", "/brainstorm", "research this issue", "explore this before we spec it".

2026-05-26
issue
متخصصو إدارة المشاريع

Issue management — create, read, update, list. Backend is driven by `.specflow/config.json` `issue_backend` field: `plane` (Plane MCP, primary going forward) or `docvault` (legacy markdown — for projects not yet migrated). Triggers on: "create issue", "issue", "new issue", "new bug", "file a bug", "track this".

2026-05-26
migrate-skill
مطوّرو البرمجيات

Migrate a user-level skill into the specflow plugin's skills directory. Use when porting a proven skill from ~/.claude/skills/ to the plugin for distribution. Covers generic vs project-specific classification, MCP prompt extraction, deprecation of user-level shims, and verification.

2026-05-26
prime
مطوّرو البرمجيات

Universal session boot — indexes code, digests past sessions, checks code health, gathers project status, and presents a unified startup report. Works on any project with a .claude/project.json. Run at the start of every session. Triggers: "prime", "boot", "get me up to speed", "session status", "where are we", "what's the status", "catch me up", "project overview", "what's open". Also use proactively at session start if the user hasn't run it yet.

2026-05-26
retro
مطوّرو البرمجيات

End-of-session retrospective that extracts prescriptive lessons from the current conversation and saves them to mem0 as structured retro-learning memories. Unlike digest-session (descriptive — what happened), retro is prescriptive — what to do differently next time. Triggers on "/retro", "session retro", "what did we learn".

2026-05-26
start
مطوّرو البرمجيات

Lightweight session reorientation — queries session-rag + mem0 for recent session context, checks git state, and surfaces 5 most recent open issues. Fast alternative to /prime for continuing same-day work or resuming after a short break. No indexing, no code search, no agent dispatch. Triggers: "start", "quick start", "resume", "orient me", "where were we".

2026-05-26
wrap
مطوّرو البرمجيات

End-of-session orchestrator — verifies session work, runs retro inline (if not already done), and saves a curated summary + retro lessons to mem0. No DocVault digest write — session-rag + mem0 are the durable session record. Run at end of any session, optionally after /pr-cleanup. Triggers: "wrap", "wrap up", "close session", "end of session", "done for the night", "finish up", "closing time".

2026-05-26
promote-skill
مطوّرو البرمجيات

Promote a battle-tested user-level skill to the specflow shipped skills directory (specflow/skills/)

2026-05-25
pr-cleanup
مطوّرو البرمجيات

Post-merge branch and worktree cleanup. Prunes remote-tracking refs, deletes merged local branches and their worktrees, pulls main fast-forward, and reports the result. Run after a PR is merged, before /retro and /wrap. Triggers: "pr-cleanup", "clean up branches", "prune worktrees", "clean after merge".

2026-04-16
publish-templates
مطوّرو البرمجيات

Publish a battle-tested specflow template by writing it to the canonical source (`src/markdown/templates/{name}.md`), regenerating the matching DocVault KB snapshot guide page, building, testing, committing, pushing, and stopping before `npm publish` for manual passkey auth. The canonical source IS `src/markdown/templates/`; the DocVault guide pages are derived KB snapshots, not editable sources. Mandatory backup-before-edit. Triggers on "publish templates", "ship template changes", "promote template", "sync templates to npm", "publish a template".

2026-04-16