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

devflow-autopilot

يحتوي devflow-autopilot على 18 من skills المجمعة من The01Geek، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Use when a comment or message contains /devflow:implement followed by a GitHub issue number. Runs the full 4-phase lifecycle — setup, implementation, code review, and documentation.

2026-07-21
create-issue
مطوّرو البرمجيات

Use when you have a rough user story, bug report, or feature idea that needs to become a well-structured GitHub issue.

2026-07-21
receiving-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-07-21
review-and-fix
محللو ضمان جودة البرمجيات والمختبرون

Use when you need findings on a PR or current branch to be auto-applied, not just reported.

2026-07-21
retrospective
محللو ضمان جودة البرمجيات والمختبرون

Stage A of /devflow:retrospective-weekly: analyze one non-clean PR from its pre-fetched context bundle and return a retrospective entry as JSON. Invoked as a subagent — do not call it directly.

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

Use when you need a code-review verdict on a PR or current branch, without auto-applying any fixes.

2026-07-21
pr-description
مطوّرو البرمجيات

Use when generating or updating a PR description for the current branch. Takes an optional issue number as argument.

2026-07-21
retrospective-weekly
مطوّرو البرمجيات

Run the weekly devflow self-improvement loop locally: scan freshly-merged watched-author PRs, write per-PR retrospective entries (LLM only for PRs that fail the mechanical clean-gate), derive recurring patterns, and file one human-reviewed GitHub issue per actionable pattern. Use when running the weekly devflow retrospective + audit.

2026-07-20
requesting-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-07-15
init
مطوّرو البرمجيات

Use when setting up DevFlow in a repo for the first time, or after a plugin update — scaffolds .devflow/config.json from the shipped template (when absent) or backfills newly-added keys into an existing one (preserving your values), and refreshes config.schema.json. Invoke explicitly with /devflow:init.

2026-07-08
docs-bootstrap-external
مطوّرو البرمجيات

Use when setting up external documentation for the first time, performing a comprehensive documentation refresh, or when large portions of internal docs need corresponding external docs created.

2026-07-03
docs-bootstrap-internal
مطوّرو البرمجيات

Use when setting up internal documentation for the first time, when the docs directory is empty or poorly organized, or when a codebase has no structured developer documentation yet.

2026-07-03
docs-release-notes
مطوّرو البرمجيات

Use when a PR has customer-visible changes (new features, bug fixes, UI changes) that need a release note entry, or when finalizing a branch before merge.

2026-07-03
docs
مطوّرو البرمجيات

Use when all documentation needs updating for a branch — internal docs, external docs, and release notes — in a single pass before pushing or merging.

2026-07-03
docs-sync-external
مطوّرو البرمجيات

Use when internal documentation has been updated and external customer-facing docs need to be aligned, or when checking for outdated, missing, or confidential content in external docs.

2026-07-03
docs-sync-internal
مطوّرو البرمجيات

Use when code changes on the current branch need corresponding internal documentation updates, or when reviewing a branch before pushing to ensure docs are aligned with code.

2026-07-03
docs-verify
مطوّرو البرمجيات

Use when you need to verify or update internal documentation for a specific topic, or when documentation may be outdated or missing for a feature.

2026-07-03
retrospective-audit
المهن الحاسوبية الأخرى

Stage B of /devflow:retrospective-weekly: given the bundled context of every occurrence PR for one recurring pattern, re-derive the root cause and return a single {title, body} JSON issue spec — no edits, no worktree. Invoked as a subagent — do not call it directly.

2026-07-03