Aise test
PhysisAI: trusted, local-first personal and project memory for Codex and Claude Code.
npx -y skills add jiayx01/PhysisAI --skill aise-testAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 18 days oldThe repository was created 18 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
为候选偏好、知识、工作流、工具路由、质量门禁或 skill 变更选择并运行真实来源校验、冲突检查和回归评测。用户要求验证候选、比较改前改后或判断能否晋升时使用。
SKILL.md
3.1 KB, 600 tokens by cl100k_base, as published. Nobody here has run it
Test Candidate Changes
Validation Integrity
- Test one focused hypothesis at a time.
- Use raw prompts, files, outputs, traces, screenshots, commands, and verifier results.
- Do not give a forward-test agent the expected answer or intended fix.
- Use train/replay evidence to design a change and keep holdout/regression evidence independent.
- A model judging its own prose is not enough when a deterministic verifier exists.
- Preserve failed attempts; do not tune repeatedly against the holdout set.
Workflow
- Read the candidate with
physisai review --root <project-root> <proposal-id>. - Derive checks from the candidate's source, risk, claimed behavior, and the current project's real verification tools.
- Run only checks that can materially prove or disprove the proposal. Examples include DDL/source inspection and SQL dry runs; requirement traceability and acceptance cases; lint, types, tests, browser screenshots and accessibility; API contract, migration, security and performance checks; or stable reproduction, negative boundaries and flake checks.
For
verified_artifact,tool_output, ortest_result, inspect the live source and recordsource-verification=pass; a non-emptysource_refis only a pointer, not proof that the CLI checked it. - Record each required result:
physisai test <proposal-id> --root <project-root> \
--check regression=pass \
--check <task-specific-check>=pass \
--evidence "<commands, artifacts, and result summary>"
- Re-run
physisai reviewand report every failed or missing gate.
For retrieval behavior, test both surfaces after approval in an isolated fixture: the representative physisai context --query must include the intended memory without unrelated project data, and generated/index.md must link its memory ID to the correct non-empty detail file. Expired, superseded, or rolled-back content must appear in neither surface. Do not use a semantic scorer as the baseline; compare any future retriever against this deterministic Markdown path.
For engine governance changes, also run python scripts/evaluate_governance.py. Treat its scenarios as checks of lifecycle guarantees only; they do not measure whether the host model became smarter or produced better answers.
physisai test records check assertions and supporting evidence. It does not execute the named commands itself, so include the actual command, exit code, and artifact or output summary whenever available. Treat validated as “all recorded gates passed,” not as cryptographic proof that an independent evaluator reproduced the result.
Boundary
A low-risk explicit user preference may pass deterministic source, secret, and conflict checks without a benchmark. Medium/high-risk workflow, tool, code, or guardrail changes require their declared checks. Never bypass a failed source, secret, conflict, regression, or security gate, and never promote from this skill.
What ships with it: 1 file
279 B alongside SKILL.md
agents/
- openai.yaml279 B