Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

z3

z3에는 Z3Prover에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 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