Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

z3

z3 には Z3Prover から収集した 11 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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