Agent Plugins Marketplace
All plugins

farley-score

v1.1.0

Score test quality with Dave Farley's 8 Properties of Good Tests: a weighted 0-10 Farley Index, tautology-theatre and mock anti-pattern detection, prioritised recommendations, and a Socratic coach

CodexClaude Code2 Skills

By Wagner Ignacio Pinto JuniorLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install farley-score for Codex and Claude Code

Installs for the current user
codex plugin marketplace add wagneripjr/skills
codex plugin marketplace upgrade wagner-skills-marketplace
codex plugin add farley-score@wagner-skills-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the wagner-skills-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “farley-score” remain stable.

  • Codex: farley-score@agent-plugin-marketplacefarley-score@wagner-skills-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wagneripjr/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/farley-score/.

Plugin files

plugins/farley-score/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/farley-score/SKILL.md
└── skills/farley-score-coach/SKILL.md

Included Skills2

farley-scoreskills/farley-score/SKILL.md

Score test-suite quality with Dave Farley's 8 Properties of Good Tests (Understandable, Maintainable, Repeatable, Atomic, Necessary, Granular, Fast, First/TDD) and produce a weighted 0-10 Farley Index with per-property evidence, tautology-theatre and mock anti-pattern detection, the five worst tests, and prioritised recommendations. Read-only: it never edits code. Supports Java/JUnit, Python/pytest/unittest, JS/TS Jest/Vitest, Go testing, and C# NUnit/xUnit. Use whenever someone asks how good their tests are, not just how many: 'score my tests', 'farley score', 'farley index', 'review test quality', 'are these tests any good', 'find useless tests', 'tests that pass no matter what', 'too many mocks', 'test smells', or before trusting a suite's coverage number. NOT for measuring coverage or running tests. NOT for writing or fixing tests - it reports; the fixing is separate work. For learning to spot the problems yourself, use farley-score-coach.

farley-score-coachskills/farley-score-coach/SKILL.md

Interactive, Socratic coaching on test quality using Dave Farley's 8 Properties of Good Tests - teaches a developer to spot and fix weak tests themselves instead of receiving a report. Walks the properties easiest-first, quizzes on bundled sample tests with deliberate anti-patterns (tautology theatre, mock tautologies, mega-tests, shared state, sleeps, over-specified mocks), asks for score predictions before revealing them, reviews the learner's own tests property by property, and adapts across beginner, intermediate and advanced modes. Use when someone wants to learn or practise rather than get a verdict - 'teach me good test design', 'coach me on my tests', 'why is this test bad', 'what makes a test maintainable', 'practise spotting test smells', 'help me get better at writing tests', 'farley score coach'. NOT for an autonomous scored review of a suite (use farley-score). NOT for writing production code or running tests.

Plugin manifests2

plugins/farley-score/.codex-plugin/plugin.json
{
  "name": "farley-score",
  "description": "Score test quality with Dave Farley's 8 Properties of Good Tests: a weighted 0-10 Farley Index, tautology-theatre and mock anti-pattern detection, prioritised recommendations, and a Socratic coach",
  "version": "1.1.0",
  "author": {
    "name": "Wagner Ignacio Pinto Junior",
    "email": "[email protected]"
  },
  "repository": "https://github.com/wagneripjr/skills",
  "homepage": "https://github.com/wagneripjr/skills",
  "license": "MIT",
  "keywords": [
    "test-quality",
    "farley-index",
    "dave-farley",
    "tautology-theatre",
    "mock-anti-patterns",
    "coaching"
  ],
  "skills": [
    "./skills/farley-score",
    "./skills/farley-score-coach"
  ]
}
plugins/farley-score/.claude-plugin/plugin.json
{
  "name": "farley-score",
  "description": "Score test quality with Dave Farley's 8 Properties of Good Tests: a weighted 0-10 Farley Index, tautology-theatre and mock anti-pattern detection, prioritised recommendations, and a Socratic coach",
  "version": "1.1.0",
  "author": {
    "name": "Wagner Ignacio Pinto Junior",
    "email": "[email protected]"
  },
  "repository": "https://github.com/wagneripjr/skills",
  "homepage": "https://github.com/wagneripjr/skills",
  "license": "MIT",
  "keywords": [
    "test-quality",
    "farley-index",
    "dave-farley",
    "tautology-theatre",
    "mock-anti-patterns",
    "coaching"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[farley-score on Agent Plugins Marketplace](https://pluginsmp.com/plugins/farley-score)