Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

qe-framework

qe-framework 收录了来自 inho-team 的 39 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
39
Stars
6
更新
2026-07-17
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

qcollect-skill
其他计算机职业

Use when collecting verified project-local coding guidance into .claude/skills based on the project tech stack, with TTL and user-edit protection.

2026-07-17
qhelp
其他计算机职业

Shows QE Framework usage overview. With no arg, prints the full catalog. With a skill name arg (e.g., /Qhelp Qcommit), reads that skill's SKILL.md and summarizes it in the user's language. Also supports find/search skills mode via reference/find-skills.md.

2026-07-17
qinit
其他计算机职业

QE framework (Query Executor) initial setup. Creates the QE state directory, client-specific instruction/config artifacts, and .gitignore entries in a new project, then auto-analyzes the project. Use when the user wants to initialize a project or set up the framework.

2026-07-17
qdoctor
其他计算机职业

Diagnoses and repairs QE installation health across qe-framework, MCP client config, and the project .qe directory. Use for 'doctor', 'check QE health', dependency verification, corrupted .qe state, or repair guidance. Distinct from Qupdate, which updates installed assets.

2026-07-17
qexecute
软件开发工程师

Use when executing a TASK_REQUEST/VERIFY_CHECKLIST or when already-changed code needs the test-review-fix quality loop. With no flag it auto-selects sequential or parallel-wave execution; `-verify` runs verification. Use Qautoresearch for iterative code-optimization loops and Qscenario-test for scenario/E2E.

2026-07-17
qgenerate-spec
软件开发工程师

Use when a plan or task needs spec documents: TASK_REQUEST and VERIFY_CHECKLIST. Use Qplan for roadmap/phases; use Qexecute after the spec exists.

2026-07-17
qgs
软件开发工程师

Use when the user invokes Qgs or a Qplan handoff needs TASK_REQUEST + VERIFY_CHECKLIST generation. Alias for Qgenerate-spec. Use Qplan for roadmap; use Qexecute after specs exist.

2026-07-17
qmcp
其他计算机职业

Unified MCP operations for QE: check MCP client/server status, guide MCP server setup, and synchronize generic MCP config across supported clients.

2026-07-17
qplan
其他计算机职业

Use when the user wants to plan work, create/update a roadmap, choose phases, or move to the next phase. Use Qgs/Qgenerate-spec for TASK_REQUEST specs; use Qexecute/Qexecute for execution.

2026-07-17
qshadow
软件开发工程师

Manage the QE shadow-git snapshot store — create, list, diff, restore, and prune isolated shadow snapshots. Use when the user wants to checkpoint, review, or recover working-tree state without touching any real git repo.

2026-07-17
qsivs-config
其他计算机职业

View and modify SIVS engine routing configuration. Change which engine (claude/codex) handles each stage (spec/implement/verify/supervise). Use when the user wants to check or change SIVS routing, engine config, model assignment, or effort level.

2026-07-17
qupdate
软件开发工程师

Updates QE marketplace metadata/cache, the QE Framework body, installed Codex assets, and the codex-plugin-cc bridge using the correct path for the current install. Use for "update plugin", "upgrade", "update qe", "update codex", or "codex plugin".

2026-07-17
qclaude-rescue
其他计算机职业

Delegate a SIVS claude-stage from a Codex session to the local Claude CLI (reverse of /codex:rescue). Use when a Codex base session must hand spec/verify/supervise work to Claude.

2026-07-13
qcritical-review
软件质量保证分析师与测试员

Critical thinking verification for SIVS stages. Spawns adversarial sub-agents to stress-test specs, implementations, and merge readiness. Also hosts structured debate and evidence-backed risk proof modes. Use for 'review critically', 'stress test this', 'devil advocate', debates, risk proof, or auto-invoked by Qgenerate-spec, Qexecute -verify, Esupervision.

2026-07-11
qcommitpassing
软件开发工程师

Test fixture for Qcommit policy compliance — all required sentences present, no forbidden phrases in policy.

2026-07-11
qcommitviolation
软件开发工程师

Test fixture for Qcommit policy violation — missing required sentence and forbidden phrase present.

2026-07-11
qcommitviolationkoreaninversion
软件开发工程师

Test fixture for the Korean-inversion exploit — negation marker appears AFTER the forbidden phrase, so the line is a mandate, not a prohibition. Must be detected.

2026-07-11
qcommitviolationpreheading
软件开发工程师

Test fixture for the pre-heading exploit — forbidden phrase placed before any policy heading (former section-scoping blind spot). Must be detected.

2026-07-11
qgc
软件开发工程师

Unified garbage collection for QE: archive completed tasks, sweep stale .qe artifacts, and analyze code garbage such as doc-code drift, rule violations, and dead code.

2026-07-11
quoted-name
软件开发工程师

Quoted name and description must be treated as unquoted YAML scalars, so this is a valid control (no violation).

2026-07-10
dupe
软件开发工程师

First of two skills declaring the same name to trigger the duplicate-name violation.

2026-07-10
dupe
软件开发工程师

Second of two skills declaring the same name to trigger the duplicate-name violation.

2026-07-10
empty-desc
软件开发工程师

---

2026-07-10
good-skill
软件开发工程师

A valid control fixture whose name matches its directory and has a non-empty description.

2026-07-10
totally-different
软件开发工程师

The name field does not match the directory name to trigger the mismatch violation.

2026-07-10
qautoresearch
软件开发工程师

Autonomous experiment loop inspired by Karpathy's autoresearch. Repeatedly modifies target files, runs an experiment, evaluates a single metric, and keeps or discards the change — looping indefinitely until manually stopped. Use when optimizing code through iterative experimentation: ML training, algorithm benchmarks, build optimization, performance tuning, multi-file refactoring. Distinct from Edeep-researcher (web research) and Qexecute -utopia (task confirmation skip) — this skill runs a code-modify-evaluate loop.

2026-07-07
qqa
软件质量保证分析师与测试员

Unified QA entry point for planning test documentation, running single-pass scenarios, and orchestrating the multi-agent QA council.

2026-07-07
qresume
其他计算机职业

Restores saved context after compaction or session break. Use when resuming work, restoring context, continuing from where you left off, or loading a previous session.

2026-07-07
qverify-contract
软件质量保证分析师与测试员

Verify that an implementation and its tests honor a business-logic contract stored under .qe/contracts/active/. Delegates to the Econtract-judge LLM agent on cache miss; returns cached verdict on cache hit. Use when the user says 'verify contract', 'check contract', '/Qverify-contract', or when called from /Qexecute -verify.

2026-07-07
qcommit
软件开发工程师

Creates git commits that look human-written — no Co-Authored-By, no AI-style language, no emoji. Use when the user says 'commit', 'push', 'save changes', or wants to save/push code changes.

2026-07-06
qlearn
软件开发工程师

Cross-session learning memory — records and recalls learnings (mistakes, conventions, gotchas, decisions) in .qe/learnings.md, ranked by time-decayed relevance and injected top-N at session start. Superset of Qmistake.

2026-07-06
qmistake
软件开发工程师

Record mistakes so they are never repeated. When the user points out a mistake, confirms it and saves to .qe/MISTAKE.md. Loaded at every session start.

2026-07-06
qrefresh
其他计算机职业

Manually refreshes project analysis data. Use when refreshing, updating, or syncing .qe/analysis/ files. Also supports --sync mode for synchronizing project source files with a reference/standard project via reference/project-sync.md.

2026-07-05
qcompact
其他计算机职业

Context preservation and session handoff. Use when the user wants to save state, handoff, save context, end session, or continue later.

2026-07-01
qissue
其他计算机职业

File GitHub issues against the qe-framework repo from the CLI. Use for requests like "file a bug", "report an issue", "feature request", "이슈 올려줘", or "버그 리포트". Onboards first-time users with a one-time PAT prompt, then delegates to the `gh` CLI. Default target: `inho-team/qe-framework`.

2026-06-29
qcontext
其他计算机职业

Folder-aware context memory manager. Creates, views, updates, and refreshes per-folder context files in .qe/context/. Use when the user wants to manage folder-level context, optimize Claude memory, or set up context partitioning.

2026-06-19
qmemory
档案文员

Manage project memory — add, list, prune cross-session knowledge. Use when asked to remember conventions, gotchas, or decisions.

2026-04-04
qsecret
软件开发工程师

Manage API keys and tokens through OS-backed secret storage so QE can use them without storing plaintext in the project. Supports metadata-only project/global registries plus secure execution with env injection.

2026-03-29
qversion
软件开发工程师

Shows the current QE Framework version. Use when asked 'what version', 'qe version', 'show version', or 'check version'.

2026-03-24