Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

qe-framework

qe-framework contient 39 skills collectées depuis inho-team, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
39
Stars
6
mis à jour
2026-07-17
Forks
0
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

qcollect-skill
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-07-11
qcommitviolation
Développeurs de logiciels

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

2026-07-11
qcommitviolationkoreaninversion
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-07-10
dupe
Développeurs de logiciels

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

2026-07-10
dupe
Développeurs de logiciels

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

2026-07-10
empty-desc
Développeurs de logiciels

---

2026-07-10
good-skill
Développeurs de logiciels

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

2026-07-10
totally-different
Développeurs de logiciels

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

2026-07-10
qautoresearch
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-07-07
qresume
Autres occupations informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Préposés aux dossiers

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

2026-04-04
qsecret
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-24