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

z3

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

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

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

agentic-workflow-designer
متخصصو إدارة المشاريع

Conversational skill that interviews users to design new agentic workflows

2026-06-24
agentic-workflows
متخصصو إدارة المشاريع

Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.

2026-06-22
memory-safety
محللو ضمان جودة البرمجيات والمختبرون

Run AddressSanitizer and UndefinedBehaviorSanitizer on the Z3 test suite to detect memory errors, undefined behavior, and leaks. Logs each finding to z3agent.db.

2026-06-08
static-analysis
محللو ضمان جودة البرمجيات والمختبرون

Run Clang Static Analyzer (scan-build) on Z3 source and log structured findings to z3agent.db.

2026-06-08
benchmark
مطوّرو البرمجيات

Measure Z3 performance on a formula or file. Collects wall-clock time, theory solver statistics, memory usage, and conflict counts. Results are logged to z3agent.db for longitudinal tracking.

2026-03-11
encode
مطوّرو البرمجيات

Translate constraint problems into SMT-LIB2 or Z3 Python API code. Handles common problem classes including scheduling, graph coloring, arithmetic puzzles, and verification conditions.

2026-03-11
explain
مطوّرو البرمجيات

Parse and interpret Z3 output for human consumption. Handles models, unsat cores, proofs, statistics, and error messages. Translates solver internals into plain-language explanations.

2026-03-11
optimize
مطوّرو البرمجيات

Solve constrained optimization problems using Z3. Supports minimization and maximization of objective functions over integer, real, and bitvector domains.

2026-03-11
simplify
مطوّرو البرمجيات

Reduce formula complexity using Z3 tactic chains. Supports configurable tactic pipelines for boolean, arithmetic, and bitvector simplification.

2026-03-11
solve
مطوّرو البرمجيات

Check satisfiability of SMT-LIB2 formulas using Z3. Returns sat/unsat with models or unsat cores. Logs every invocation to z3agent.db for auditability.

2026-03-11
prove
مطوّرو البرمجيات

Prove validity of logical statements by negation and satisfiability checking. If the negation is unsatisfiable, the original statement is valid. Otherwise a counterexample is returned.

2026-03-11