Skip to content

[issue-335] Add falsegreen-skill to Community Plugins - #336

Open
vinicq wants to merge 1 commit into
hashgraph-online:mainfrom
vinicq:add-falsegreen-skill
Open

[issue-335] Add falsegreen-skill to Community Plugins#336
vinicq wants to merge 1 commit into
hashgraph-online:mainfrom
vinicq:add-falsegreen-skill

Conversation

@vinicq

@vinicq vinicq commented Jul 29, 2026

Copy link
Copy Markdown

Summary

  • Adds falsegreen-skill to Community Plugins > Development & Workflow, one line, between Espresso and Flaky Detector.
  • README.md only, +1 line, 0 deletions. No bundle, no plugins.json, no marketplace.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

Before opening this PR I ran your own validators against this branch: scripts/check-alphabetical.py reports all sections sorted, and scripts/validate-plugin-pr.py reports PASS: falsegreen-skill (vinicq/falsegreen-skill) on the README-entry path.

Notes

  • The same entry was reviewed and merged in Add falsegreen-skill to Community Plugins awesome-ai-plugins#50. That repo mirrors this README, so the entry belongs here at the source.
  • Multi-host by design and stated as such in the description, matching the existing convention in this list. The Codex surface is native rather than adapted: AGENTS.md is generated from fragments/* so it cannot drift from the protocol, and contexts/codex.md is Codex-specific engineering (host context budget accounting, the o-series no-system-role caveat, a strict-mode JSON schema for structured output).
  • One thing worth stating plainly: codex plugin marketplace add vinicq/falsegreen-skill does 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 to plugins/<owner>/<repo>/, which is exactly the layout the resolver wants. Until then the documented paths are clone or copy AGENTS.md.
  • Published on npm as falsegreen-skill. MIT licensed.

Submission issue: #335

One line in Development & Workflow, between Espresso and Flaky Detector.
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@kantorcodes

Copy link
Copy Markdown
Member

Summary

  • Adds falsegreen-skill to Community Plugins > Development & Workflow, one line, between Espresso and Flaky Detector.
  • README.md only, +1 line, 0 deletions. No bundle, no plugins.json, no marketplace.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

Before opening this PR I ran your own validators against this branch: scripts/check-alphabetical.py reports all sections sorted, and scripts/validate-plugin-pr.py reports PASS: falsegreen-skill (vinicq/falsegreen-skill) on the README-entry path.

Notes

  • The same entry was reviewed and merged in Add falsegreen-skill to Community Plugins awesome-ai-plugins#50. That repo mirrors this README, so the entry belongs here at the source.
  • Multi-host by design and stated as such in the description, matching the existing convention in this list. The Codex surface is native rather than adapted: AGENTS.md is generated from fragments/* so it cannot drift from the protocol, and contexts/codex.md is Codex-specific engineering (host context budget accounting, the o-series no-system-role caveat, a strict-mode JSON schema for structured output).
  • One thing worth stating plainly: codex plugin marketplace add vinicq/falsegreen-skill does 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 to plugins/<owner>/<repo>/, which is exactly the layout the resolver wants. Until then the documented paths are clone or copy AGENTS.md.
  • Published on npm as falsegreen-skill. MIT licensed.

Submission issue: #335

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants