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

Qamomile

يحتوي Qamomile على 7 من skills المجمعة من Jij-Inc، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

make-summary
مطوّرو البرمجيات

Create a summary markdown file for the current branch that explains its work relative to `origin/main`. This skill uses a separate subagent or AI model to validate the summary. Keep an eye on the usage limit.

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

Review code on the current branch for Qamomile philosophy and convention compliance. Compares changed files against `main` and evaluates them against Qamomile's design principles.

2026-07-11
cross-backend-testing
مطوّرو البرمجيات

Qamomile's mandatory cross-backend execution test policy for qamomile/circuit/algorithm/ and qamomile/circuit/stdlib/. Use whenever adding or modifying an algorithm/stdlib qkernel, or when adding a new SDK backend, so the change ships tests that actually transpile AND execute on every supported backend (Qiskit, QuriParts, CUDA-Q). Missing coverage is a P1 in /local-review.

2026-07-10
docstrings
مطوّرو البرمجيات

Qamomile's mandatory Google-style docstring convention for every function, method, and class in qamomile/ (public and private alike). Use whenever writing or editing code under qamomile/ so the docstring has the required Args/Returns/Raises sections. Enforced by /local-review (missing docstrings are P2+).

2026-07-10
translate
مطوّرو البرمجيات

docs/en/配下の英語ドキュメント(.py jupytext形式)をdocs/ja/に日本語翻訳する。翻訳ルールとワークフローを定義。

2026-06-05
generate-release-note
مطوّرو البرمجيات

Generate Qamomile's EN/JA release notes (`docs/{en,ja}/release_notes/v<X_Y_Z>.md`) from the diff between the previous version tag and current main. Defines the section order, snippet verification, link conventions, and the related-file updates.

2026-05-29
python-simplifier
مبرمجو الحاسوب

Simplifies and refines Python code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

2026-01-22