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

julien777z

عرض على مستوى المستودعات لـ 43 skills مجمعة عبر 6 مستودعات GitHub.

skills مجمعة
43
مستودعات
6
محدث
2026-07-19
مستكشف المستودعات

المستودعات و skills الممثلة

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

Review a GitHub pull request with parallel specialized agents and post inline review comments rated by severity. Reviews the PR's changed lines and caps minor nitpicks; does not fix anything. Use when asked to review a PR or run /code-review.

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

Review a GitHub pull request with parallel specialized agents and post inline review comments rated by severity. Reviews the PR's changed lines and caps minor nitpicks; does not fix anything. Use when asked to review a PR or run /code-review.

2026-06-15
code-simplify
مطوّرو البرمجيات

Strictly review the branch's changes for reuse, simplification, abstraction quality, and maintainability, then fix the issues. An ambitious code-quality pass that hunts for structural simplifications (code-judo moves), giant files, and spaghetti-condition growth.

2026-06-15
refactor
مطوّرو البرمجيات

Run a large-scale, whole-repository refactor — code simplification, slop and code-smell removal, de-duplication, and cross-module consistency — with behavior preserved and uncertain changes escalated to the user. Use when asked to refactor the codebase, clean up at scale, or consolidate duplicated logic.

2026-06-12
python-anti-patterns
مطوّرو البرمجيات

Common Python anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.

2026-06-12
python-background-jobs
مطوّرو البرمجيات

Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.

2026-06-12
python-configuration
مطوّرو البرمجيات

Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.

2026-06-12
python-design-patterns
مطوّرو البرمجيات

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate.

2026-06-12
عرض أهم 8 من أصل 15 skills مجمعة في هذا المستودع.
coordinate-repositories
مطوّرو البرمجيات

Coordinate one authorized task across a bounded collection of local repositories while preserving unrelated work. Use when a task spans repositories to apply a scoped change, run the same review or validation, or collect and merge information into one result.

2026-07-19
propagate-skill
مطوّرو البرمجيات

Propagate explicitly requested skills, rules, and their changes across the user's other local repositories, creating missing applicable copies while preserving repository-specific guidance. Use when the user invokes /propagate-skill or $propagate-skill alongside a skill or rule creation or update request.

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

Run code-simplify once across the whole selected pull-request target, then run code-review repeatedly, investigate and fix every legitimate functional finding, validate and push the fixes, and stop only after two consecutive rounds with no functional findings (or a third when the second also makes simplifications). Any functional finding resets that stabilization sequence. Use when asked to review-and-fix, keep reviewing until clean, or run a code review loop.

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

Review the complete pull-request diff for the current branch with high-signal review lenses and severity-rated findings. When that diff is empty, review commits this Codex session created or pushed instead. Establish or update the branch and draft PR when needed, report findings in chat by default, never post GitHub review comments directly, and never fix findings. Use when asked to review a PR, review current changes, or run /code-review.

2026-07-19
ci-watch
مطوّرو البرمجيات

Find and watch a GitHub pull request for review findings, investigate each finding, fix and push legitimate issues, and stop once checks are green and review threads are resolved. Use when asked to watch, monitor, poll, babysit, or keep checking a PR for review comments or automated review feedback.

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

List the pull request URLs for every relevant pull request created or updated during the entire current session. Use when the user invokes /link-prs or $link-prs, or asks for links to pull requests created or updated during the session.

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

List the repository web URLs for every repository changed during the entire current session. Use when the user invokes /link-repo or $link-repo, or asks for links to all repositories touched, modified, committed, pushed, or otherwise changed during the session.

2026-07-15
list-rules
المهن الحاسوبية الأخرى

List and reconcile canonical rules across a bounded collection of local repositories. Use when the user asks which rules repositories have, where they occur, or whether a shared rule has conflicting language.

2026-07-15
عرض أهم 8 من أصل 14 skills مجمعة في هذا المستودع.
code-review-loop
محللو ضمان جودة البرمجيات والمختبرون

Run code-simplify once across the whole selected pull-request target, then run code-review repeatedly, investigate and fix every legitimate functional finding, validate and push the fixes, and stop only after two consecutive rounds with no functional findings (or a third when the second also makes simplifications). Any functional finding resets that stabilization sequence. Use when asked to review-and-fix, keep reviewing until clean, or run a code review loop.

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

Review the complete pull-request diff for the current branch with high-signal review lenses and severity-rated findings. When that diff is empty, review commits this Codex session created or pushed instead. Establish or update the branch and draft PR when needed, report findings in chat by default, never post GitHub review comments directly, and never fix findings. Use when asked to review a PR, review current changes, or run /code-review.

2026-07-19
update-agents
مطوّرو البرمجيات

Upsert `.agents` source-of-truth files for agents, skills, or rules based on user input.

2026-07-19
link-pr
مطوّرو البرمجيات

List the pull request URLs for every pull request changed during the entire current session. Use when the user invokes /link-pr or $link-pr, or asks for links to all pull requests opened, updated, reviewed, merged, closed, or otherwise changed during the session.

2026-07-19
list-rules
مطوّرو البرمجيات

List the names of rules in the canonical .agents rules folder. Use when the user asks to list available repository rules.

2026-07-19
list-skills
مطوّرو البرمجيات

List the names of skills in the canonical .agents skills folder. Use when the user asks to list available repository skills.

2026-07-19
coordinate-repositories
مطوّرو البرمجيات

Coordinate one authorized task across a bounded collection of local repositories while preserving unrelated work. Use when a task spans repositories to apply a scoped change, run the same review or validation, or collect and merge information into one result.

2026-07-16
propagate-skill
مطوّرو البرمجيات

Propagate explicitly requested skills, rules, and their changes across the user's other local repositories, creating missing applicable copies while preserving repository-specific guidance. Use when the user invokes /propagate-skill or $propagate-skill alongside a skill or rule creation or update request.

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

Run code-review repeatedly on its complete selected review target, investigate and fix every legitimate functional finding, validate and push the fixes, and stop only after two consecutive rounds with no functional findings (or a third when the second also makes simplifications). Any functional finding resets that stabilization sequence. Use when asked to review-and-fix, keep reviewing until clean, or run a code review loop.

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

Review the complete pull-request diff for the current branch with high-signal review lenses and severity-rated findings. When that diff is empty, review commits this Codex session created or pushed instead. Establish or update the branch and draft PR when needed, report findings in chat by default, never post GitHub review comments directly, and never fix findings. Use when asked to review a PR, review current changes, or run /code-review.

2026-07-15
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات