Skip to main content
مستودع GitHub

ai-dev-framework-template

يحتوي ai-dev-framework-template على 28 من skills المجمعة من lhpaul، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

workflow-retrospective
مطوّرو البرمجيات

Run a retrospective analysis on completed work to identify process improvement opportunities. Use when the user wants to review a completed batch or item run, or invoke on-demand with a PR number, branch, or date as scope hint.

2026-07-30
run-epic
المهن الحاسوبية الأخرى

Compatibility/advanced alias: resolve a native GitHub epic into a bounded workflow execution scope, with optional delegated review and merge gates. For the recommended starting point, use /run-work <epic-target> instead. Use /run-epic when you need direct control over delegation flags (--delegate-review, --may-merge, --max-risk). For explicit item lists, use /run-items.

2026-07-30
run-items
المهن الحاسوبية الأخرى

Bounded multi-item execute command: advance two or more explicit workflow items through Protocol 90 explicit_list mode. For a single item use $run-item; for an epic use $run-epic; for a read-only portfolio scan use $run-work.

2026-07-30
run-work
المهن الحاسوبية الأخرى

Read-only portfolio scan. No-target scan proposes batches with no dispatch. Two or more targets redirect to $run-items. Single targets redirect to $run-item or $run-epic. No mutation in any mode.

2026-07-30
workflow-orchestrator
المهن الحاسوبية الأخرى

Batch-orchestrate the repository's staged AI development workflow. Use when the user wants Codex to discover what can advance or start across multiple items, propose the largest safe batch by priority and parallelization feasibility, and supervise approved item work until it reaches a real terminal condition.

2026-07-30
run-item
المهن الحاسوبية الأخرى

Primary bounded command: advance exactly one non-epic workflow item. Use when the user asks for /run-item or wants to resume a specific development, branch, PR, or issue with the shared bounded prelude before Protocol 91. /run-item-work is a deprecated alias with identical behavior.

2026-07-29
workflow-item-orchestrator
المهن الحاسوبية الأخرى

Advance a single workflow item until it reaches a real terminal condition. Use when the user wants Codex to resume or advance one specific development, branch, or PR without scanning the whole portfolio.

2026-07-29
run-item-work
مطوّرو البرمجيات

Deprecated compatibility alias for /run-item. Identical behavior — prefer $run-item or /run-item for new invocations.

2026-07-29
workflow-implementer
مطوّرو البرمجيات

Implement a workflow item in code. Use for full-pipeline implementation, refactors (plan only, no spec), fast-track fixes, or hotfixes using the repository's implementation protocol.

2026-07-29
workflow-plan-writer
مطوّرو البرمجيات

Write an implementation plan for a feature (after spec approval) or a refactor (plan only, no spec). Use when a work item needs to advance into the implementation plan stage.

2026-07-29
workflow-sync-template
مطوّرو البرمجيات

Sync framework updates from the upstream template into this downstream project. Reads sync-manifest.yaml from the upstream template for the authoritative file list; falls back to the embedded list when the manifest is absent. Use when a downstream project needs to pull in the latest framework files from the template.

2026-07-24
merged-qa-tester
محللو ضمان جودة البرمجيات والمختبرون

Compatibility alias for /post-merge-qa with identical behavior. Prefer /post-merge-qa.

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

Primary command: QA work already on develop or develop-<slug>. Use when the user asks for /post-merge-qa or /merged-qa-tester (identical alias). Proposes confirmed scope, preflights environment, exercises flows, optional design-asset fidelity, and opens one fix PR for safe defects without a new backlog item.

2026-07-21
graduate-development
مطوّرو البرمجيات

Command-style Codex alias for graduating an integration branch. Use when the user asks for /graduate-development or wants to merge an integration branch back to develop.

2026-07-21
workflow-spec-writer
مطوّرو البرمجيات

Write a feature spec for the AI development workflow. Use when a new feature needs to move from backlog into the spec stage.

2026-07-21
add-backlog-item
مطوّرو البرمجيات

Command-style Codex alias for creating a backlog item. Use when the user asks for /add-backlog-item or wants to create a tracked work item before spec or plan work.

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

Command-style Codex alias for running a retrospective. Use when the user asks for /retrospective or wants a completed batch or item analyzed.

2026-07-18
post-merge-cleanup
مطوّرو البرمجيات

After a development PR is merged, sync with origin, switch to the merged PR's base branch, pull, verify or delete the remote implementation branch, delete the local branch, and update the related issue in the issue tracker. Use when you want to clean up the local repo post-merge.

2026-07-18
workflow-reviewer-loop
مطوّرو البرمجيات

Run the automated reviewer loop (and CI loop) for a PR. Use when the user wants to run the reviewer loop on a specific PR or the current branch's PR until it is ready for human review or escalated.

2026-07-15
workflow-code-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Review implemented changes against the repository's code review workflow. Use when a feature, refactor, fix, or hotfix PR needs review or reviewer feedback needs to be addressed.

2026-07-15
workflow-plan-reviewer
مطوّرو البرمجيات

Review and refine an implementation plan. Use when a plan draft or plan PR needs review against the repository's plan review protocol.

2026-07-15
workflow-spec-reviewer
مطوّرو البرمجيات

Review and refine a workflow spec. Use when a spec draft or spec PR needs review against the repository's spec review protocol.

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

Command-style Codex alias for preparing a release. Use when the user asks for /prepare-release or wants to run the repository release preparation protocol.

2026-06-30
batch-merge
مطوّرو البرمجيات

Merge all ready PRs in a parallel batch into the target base branch sequentially, auto-resolving trivial CHANGELOG and documentation conflicts, pausing for human input only on non-trivial conflicts, and running post-merge-cleanup for each successfully merged PR. Prints the merge plan for visibility but proceeds immediately without requiring confirmation. Use when a parallel batch of PRs is ready for merge.

2026-06-12
sync-template
مطوّرو البرمجيات

Command-style Codex alias for syncing framework updates from the upstream template. Use when the user asks for /sync-template.

2026-06-12
code-review
محللو ضمان جودة البرمجيات والمختبرون

Command-style Codex alias for reviewing implementation changes. Use when the user asks for /code-review or wants the repository code review gate.

2026-06-11
run-reviewer-loop
محللو ضمان جودة البرمجيات والمختبرون

Command-style Codex alias for running PR automated review and CI loops. Use when the user asks for /run-reviewer-loop or wants a PR driven to readiness.

2026-06-11
workflow-project-setup
مطوّرو البرمجيات

Run the repository's project setup workflow. Use when initializing a new project from this template or when the user asks Codex to follow the project setup protocol.

2026-04-22