[issue-335] Add falsegreen-skill to Community Plugins - #336
Conversation
One line in Development & Workflow, between Espresso and Flaky Detector.
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Sorry about that, would you mind submitting a new PR to get your plugin into ACP? The PR you linked is from awesome-ai-plugins (our more general registry for other ecosystems) |
Summary
plugins.json, nomarketplace.json, so the generator mirrors the source repo as designed.Why
falsegreen-skill finds tests that stay green when the implementation is wrong. It applies six ordered judgments to each test (does the assertion run, is the expected value from an independent oracle, is the real unit under test, does the assertion verify enough, is the test coupled to implementation internals, does the test pass in isolation) and reports HIGH/LOW confidence findings with evidence and a fix hint. Precision-first: a wrong HIGH finding is treated as worse than a missed LOW one. Covers Python, TypeScript, JavaScript, and Robot Framework, plus semantic patterns a static linter cannot reach.
Scanner evidence
master: https://github.com/vinicq/falsegreen-skill/actions/runs/30455893034.github/workflows/hol-plugin-scanner.ymlwithmode: scan,min_score: 80,fail_on_severity: high, SARIF upload, scanner action SHA-pinned.codex-plugin/plugin.jsonwithinterface.composerIcon,assets/icon.svg(413 B, plain vector, no raster payload),SECURITY.md,LICENSE,README.md,package-lock.json,.codexignoreBefore opening this PR I ran your own validators against this branch:
scripts/check-alphabetical.pyreports all sections sorted, andscripts/validate-plugin-pr.pyreportsPASS: falsegreen-skill (vinicq/falsegreen-skill)on the README-entry path.Notes
AGENTS.mdis generated fromfragments/*so it cannot drift from the protocol, andcontexts/codex.mdis Codex-specific engineering (host context budget accounting, the o-series no-system-role caveat, a strict-mode JSON schema for structured output).codex plugin marketplace add vinicq/falsegreen-skilldoes not work against the source repo today, because the Codex resolver expects the plugin nested under a subdirectory of the marketplace root. The listing fixes that, since your generator mirrors the bundle toplugins/<owner>/<repo>/, which is exactly the layout the resolver wants. Until then the documented paths are clone or copyAGENTS.md.falsegreen-skill. MIT licensed.Submission issue: #335