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

REvoDesign

يحتوي REvoDesign على 30 من skills المجمعة من YaoYinYing، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Review a diff against the goal spec assuming the code is BROKEN. The reviewer that lives in the maker's head always agrees with itself — this pulls review into a hostile, separate pass. Invoke after every code change before marking work done.

2026-07-12
authz-check
محللو ضمان جودة البرمجيات والمختبرون

Verify that an endpoint checks ownership, not just authentication. Use on any handler that reads or mutates user data.

2026-07-12
bisect-regression
مطوّرو البرمجيات

Find the exact commit that introduced a bug. Use when something worked before and broke, and you don't know which change did it.

2026-07-12
changelog-from-diff
مطوّرو البرمجيات

Turn a set of commits or a diff into a clean, user-facing changelog entry. Use before a release or PR description.

2026-07-12
clean-commits
مطوّرو البرمجيات

Turn messy WIP into clean, atomic commits with messages that explain why. Use before opening a PR.

2026-07-12
context-budget
المهن الحاسوبية الأخرى

Keep the agent's context lean so accuracy doesn't collapse. Use on long sessions, big files, or when the agent starts hallucinating.

2026-07-12
design-system
مصممو واجهات الويب والرقمية

Make frontend output look intentional, not AI-generated. Use for any UI work — components, pages, layouts.

2026-07-12
flaky-hunter
محللو ضمان جودة البرمجيات والمختبرون

Diagnose and fix tests that pass sometimes and fail other times. Use when CI is red intermittently.

2026-07-12
input-validation
مطوّرو البرمجيات

Validate and constrain untrusted input at the boundary. Use on any handler that accepts external data.

2026-07-12
kill-dead-code
مطوّرو البرمجيات

Find and remove unreachable/unused code safely. Use during cleanup or before a refactor.

2026-07-12
loading-empty-error-states
مصممو واجهات الويب والرقمية

Design the three states every data UI forgets. Use for any component that fetches or lists data.

2026-07-12
migration-writer
مصممو قواعد البيانات

Write safe, reversible database migrations for this repo's conventions. Use for any schema change.

2026-07-12
owasp-review
محللو أمن المعلومات

Security-review a diff against the OWASP Top 10. Use before merging anything that touches auth, input handling, queries, or external calls.

2026-07-12
pr-from-diff
مطوّرو البرمجيات

Write a PR description a reviewer can approve fast. Use when opening any pull request.

2026-07-12
qt-pymol-guardrails
مطوّرو البرمجيات

Enforce REvoDesign Qt/PyMOL conventions. Use when touching Qt imports, threading, UI loading, PyMOL API calls, or i18n strings. Catch the mistakes that cause SIGABRT or silent breakage across Qt5/Qt6.

2026-07-12
read-the-trace
مطوّرو البرمجيات

Extract the actual cause from a stack trace instead of pattern-matching the error type. Use on any crash or exception.

2026-07-12
reduce-nesting
مطوّرو البرمجيات

Flatten deeply nested conditionals into readable, early-return code. Use on any function with 3+ levels of indentation.

2026-07-12
rosetta-infrastructure
مطوّرو البرمجيات

Rosetta/RosettaPy and sidechain-solver conventions for REvoDesign. Use when writing Rosetta tasks, adding sidechain solvers, configuring nodes, or touching the scoring/design pipeline. RosettaPy source: https://github.com/YaoYinYing/RosettaPy.

2026-07-12
schema-diff
مصممو قواعد البيانات

Compare two schema states and surface the risky changes. Use before applying migrations or after a model change.

2026-07-12
secret-scan
محللو أمن المعلومات

Catch hardcoded secrets, keys, and tokens before they get committed. Use before any commit and on any file with credentials.

2026-07-12
self-eval-bias
المهن الحاسوبية الأخرى

Detect and interrupt the pattern where an agent confidently praises work it just produced instead of reviewing it critically. Same-context grading is not review — it's rationalization.

2026-07-12
simplify
مطوّرو البرمجيات

Reduce a change to the minimum that solves the problem. Use when code is over-engineered or a diff is bloated.

2026-07-12
spec-first
مطوّرو البرمجيات

Write the goal spec on disk before the agent acts, so it can't drift. Use before any multi-step task.

2026-07-12
sql-review
مطوّرو البرمجيات

Review SQLite + SQLAlchemy queries in the REvoDesign server for correctness, safety, concurrency, and performance. Stronger and more specific than the generic loopkit sql-review — targets the actual patterns in server/pssm_gremlin/pssm_gremlin.py.

2026-07-12
systematic-debugging
مطوّرو البرمجيات

Use for ANY bug, test failure, crash, or unexpected behavior. Forces reproduce-then-isolate before proposing a fix. Stops the agent from guessing.

2026-07-12
tool-restraint
المهن الحاسوبية الأخرى

Don't over-equip an agent with tools/MCP servers. More tools = more ways to fail and a higher cognitive load. Use when wiring tools or an agent underperforms.

2026-07-12
ui-config-patterns
مطوّرو البرمجيات

REvoDesign UI, config, and workflow conventions. Use when adding UI widgets, config keys, shortcuts, menu items, ValueDialog forms, or running the test suite.

2026-07-12
using-loopkit
المهن الحاسوبية الأخرى

Use when starting any conversation in a loopkit-enabled project — establishes how to find and use loopkit's skills, requiring skill invocation before ANY response including clarifying questions.

2026-07-12
verification-before-completion
مطوّرو البرمجيات

Use before claiming work is complete, fixed, or passing — before committing, opening a PR, or handing off. Requires running the verification command in THIS turn and reading its output before any success claim.

2026-07-12
write-failing-test-first
محللو ضمان جودة البرمجيات والمختبرون

Before fixing any bug, write a test that reproduces it and watch it fail. Use for every bug fix.

2026-07-12