Skip to main content
Run any Skill in Manus
with one click
GitHub repository

qe-framework

qe-framework contains 39 collected skills from inho-team, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
39
Stars
6
updated
2026-07-17
Forks
0
Occupation coverage
4 occupation categories ยท 100% classified
repository explorer

Skills in this repository

qcollect-skill
computer-occupations-all-other

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
computer-occupations-all-other

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
computer-occupations-all-other

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
computer-occupations-all-other

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
software-developers

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
software-developers

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
software-developers

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
computer-occupations-all-other

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
computer-occupations-all-other

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
software-developers

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
computer-occupations-all-other

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
software-developers

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
computer-occupations-all-other

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
software-quality-assurance-analysts-and-testers

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
software-developers

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

2026-07-11
qcommitviolation
software-developers

Test fixture for Qcommit policy violation โ€” missing required sentence and forbidden phrase present.

2026-07-11
qcommitviolationkoreaninversion
software-developers

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
software-developers

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
software-developers

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
software-developers

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

2026-07-10
dupe
software-developers

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

2026-07-10
dupe
software-developers

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

2026-07-10
empty-desc
software-developers

---

2026-07-10
good-skill
software-developers

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

2026-07-10
totally-different
software-developers

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

2026-07-10
qautoresearch
software-developers

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
software-quality-assurance-analysts-and-testers

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

2026-07-07
qresume
computer-occupations-all-other

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-developers

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
computer-occupations-all-other

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
computer-occupations-all-other

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
computer-occupations-all-other

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
computer-occupations-all-other

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
file-clerks-434071

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

2026-04-04
qsecret
software-developers

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
software-developers

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

2026-03-24
qe-framework Agent Skills on GitHub | SkillsMP