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

SUEWS

يحتوي SUEWS على 13 من skills المجمعة من UMEP-dev، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Review SUEWS PRs. Drafts comments for approval before posting.

2026-07-24
fix-issue
مطوّرو البرمجيات

Use whenever the user wants to fix a SUEWS GitHub issue into a validated, PR-ready branch. Trigger for requests like "fix issue

2026-07-24
triage-issue
مطوّرو البرمجيات

Use whenever auditing, clarifying, rewriting, labelling, or batch-reviewing SUEWS GitHub issues so they become maintainer-ready. Trigger for requests like "audit this issue", "make this issue agent-ready", "rewrite issue

2026-06-29
triage-pr
محللو ضمان جودة البرمجيات والمختبرون

Use whenever auditing, prioritising, or batch-triaging SUEWS draft and stalled pull requests so each gets a clear disposition. Trigger for "triage PRs", "which draft PRs need attention", "what's the disposition of these PRs", "groom the PR backlog", "defer this PR with a reason", "which PRs are ready to advance to merge", or a scheduled PR-backlog sweep. Routes live PRs to prep-pr/split-pr/queue-pr; defers or escalates the rest; never merges or closes.

2026-06-26
prep-release
مطوّرو البرمجيات

Prepare SUEWS release with pre-flight checks and tag generation.

2026-06-18
audit-docs
مطوّرو البرمجيات

Documentation sanity check for SUEWS source files. Two checks under one roof - non-ASCII characters in sphinx-gallery tutorials/RST/docstrings (with context-aware RST/LaTeX/matplotlib replacement), and bibliography topic-tag convention plus metadata backfill on the refs bib files. Use when editing docs/source files or the refs-*.bib files, when a doc hook flags an issue, or when asked to "audit docs", "check docs", "fix non-ASCII", "check bib tags", "curate refs". Complements sync-docs (doc-code content consistency) and lint-code (code style).

2026-06-16
lint-code
مطوّرو البرمجيات

Check code style against SUEWS conventions. Complements ruff/fprettify.

2026-06-16
republish-docs
مطوّرو البرمجيات

Republish or revise the Read the Docs pages for an ALREADY-RELEASED SUEWS version without cutting a new code release. Use when /stable/ (or a numbered /X.Y.Z/) shows a "Development Version" banner, a stale .dev schema label, or any doc fix that must reach a published release. Fixes docs on master, lets docs-sync refresh the rtd branch, runs the release-docs-anchor workflow to rebuild a banner-free anchor and move the tag, then verifies.

2026-06-16
sync-docs
مطوّرو البرمجيات

Check doc-code content consistency. For RST/Markdown formatting, use lint-code.

2026-06-16
queue-pr
مطوّرو البرمجيات

Use whenever coordinating multiple Git worktrees, stacked PRs, ready-for-review PRs, repair waves, or GitHub merge queue entries for SUEWS. This skill scans open ready-for-review PRs, orders them for merge queue entry, comments on each non-draft PR with its current queue position and worktree-specific fix suggestions, can coordinate a repair wave from one central workspace using dedicated per-PR worktrees, detects shared-file conflict risk, runs temporary-worktree merge preflights, and only enqueues after the coordinated PRs have been fixed and rechecked. Use it even if the user only mentions parallel worktrees, merge queue bounce-backs, rebasing before queueing, PRs conflicting with each other, fixing ready PRs as a batch, or putting ready PRs into the merge queue.

2026-06-13
split-pr
مطوّرو البرمجيات

Use whenever an oversized or bundled SUEWS pull request (or a fat local branch) needs to be carved into a stacked series of smaller, single-concern PRs that each build and pass tests on their own. Trigger for requests like "split this PR", "this PR is too big, break it up", "carve this branch into stacked PRs", "separate the refactor from the fix", "split off the formatting/generated changes", or when audit-pr's Size Gate recommends a split. This skill assesses the diff, proposes a split plan, creates per-child worktrees/branches, carves by concern or by commit while preserving authorship, verifies each child independently green, checks completeness (every change lands in exactly one child, nothing dropped), opens the stacked PRs for approval, and hands off to queue-pr. It does not merge and does not rewrite the original branch without explicit approval.

2026-06-13
log-changes
مطوّرو البرمجيات

Update CHANGELOG.md with recent commits. Follows SUEWS conventions.

2026-06-06
verify-build
محللو ضمان جودة البرمجيات والمختبرون

Check build config consistency (meson, pyproject.toml, CI).

2026-04-13