Analysis updated 2026-05-18
Turn a rough research idea and an existing CSV or Stata dataset into a ranked list of feasible topics.
Check whether a candidate topic has real literature support or just a promising regression result.
Review a self-audit file and literature diagnostics before trusting a topic's feasibility score.
| lzh-phd/topic-feasibility-screener | facebookresearch/pixio | karpathy/researchpooler | |
|---|---|---|---|
| Stars | 446 | 449 | 460 |
| Language | Python | Python | Python |
| Last pushed | — | 2026-06-11 | 2023-09-01 |
| Maintenance | — | Maintained | Dormant |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | researcher | researcher | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires a CSV or Stata dataset and Codex to invoke the skill, script arguments vary by dataset structure.
Topic Feasibility Screener is a Codex skill that helps researchers figure out whether an empirical research idea is actually worth pursuing, starting from an existing CSV or Stata dataset. Instead of asking someone to invent a topic from scratch, it profiles the dataset, brainstorms a broad set of candidate topics from the usable variables, searches real literature for related work, runs a first pass regression to check the data signal, and packages everything into a visual HTML dashboard. The tool is aimed at early stage thesis and paper work in fields like accounting, finance, economics, management, corporate governance, ESG, audit, disclosure, and capital markets research. Its core idea is that a statistically significant result on its own does not make a topic publishable. A good topic needs both theory feasibility, meaning a clear question, related literature, a believable mechanism, and a real gap, and data feasibility, meaning usable variables, enough variation, and a workable sample size. A useful distinction the tool makes is between a topic with no real theoretical footing and one that sits in a genuine frontier gap, where no paper studies the exact relationship yet but nearby literature offers supporting evidence. It sorts the literature it finds into four categories: direct evidence, bridge evidence from related concepts, background evidence, and weak evidence, and treats bridge evidence as valuable rather than simply irrelevant when direct evidence is missing. Running the main script produces an HTML report plus a set of supporting files: score breakdowns, literature diagnostics, a variable profile, and a mandatory self audit file meant to be checked before trusting any of the results. All the major dashboard scores are shown on a 0 to 100 scale, covering empirical feasibility, theory support, theory gap, topic alignment, and an innovation gap score. The README is explicit that the tool's rankings are a screening aid, not proof of a publishable finding, and that final decisions on variables, research design, and literature positioning still require human academic judgment. It installs as a Codex skill and is released under the MIT license.
Topic Feasibility Screener is a Codex skill that scores candidate empirical research topics from your dataset for both theory and data feasibility, producing an HTML dashboard with supporting evidence files.
Mainly Python. The stack also includes Python, Codex, Stata.
MIT license: use, modify, and redistribute freely, including commercially, as long as the copyright notice is kept.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.