proffesor-for-testing/agentic-qe

aqe-research

Conduct evidence-first technical research for Agentic QE, Ruflo, related ruvnet projects, or external tools.

First seen Aug 2, 2026

Installation

$ npx skills add proffesor-for-testing/agentic-qe --skill aqe-research

Summary

  • Conduct evidence-first technical research for Agentic QE, Ruflo, related ruvnet projects, or external tools.
  • Use when Codex must investigate a repository, compare current upstream changes, trace dependencies and history, distinguish verified facts from inference, or synthesize findings into actionable engineering recommendations.
  • Do not use for a simple known-answer lookup or an implementation-only task.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from proffesor-for-testing/agentic-qe · top by installs.

npx skills add proffesor-for-testing/agentic-qe

Browse all from proffesor-for-testing/agentic-qe

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 475
License LICENSE
Default branch main
Open issues 25
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,931 B
  • docs SUMMARY.md 427 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 9 installs

SKILL.md

Research AQE Systems

  1. Read AGENTS.md, the question, and any user-supplied artifacts completely.
  2. Define the decision the research must support, its scope, and freshness needs.
  3. Search local evidence broad-to-narrow with rg --files, rg, code navigation,

tests, configuration, documentation, and git history.

  1. For current external claims, inspect primary sources: upstream repositories,

releases, commits, issues, pull requests, and official documentation. Record dates, versions, commit identifiers, and links.

  1. Trace definitions to usages and public boundaries. Map dependencies, data

flow, CLI/MCP parity, configuration generation, and tests when relevant.

  1. Classify each material statement using

[references/evidence-rules.md](references/evidence-rules.md). Never repeat a benchmark, capability, or roadmap claim as fact without direct evidence.

  1. Synthesize only after gathering evidence. State contradictions, uncertainty,

missing access, and stale documentation explicitly.

  1. Return:

- the decision-oriented summary; - verified findings with source locations; - inferences and their supporting evidence; - gaps and risks; - prioritized recommendations and the smallest useful next validation.

Use parallel agents only when the user requests delegation or repository instructions explicitly permit it. Treat Claude agent definitions as domain references; do not copy or execute their Claude-only hooks or tool syntax.