{"id":46082616,"url":"https://github.com/nchaugen/tabletest-claude-plugin","last_synced_at":"2026-03-01T16:05:14.725Z","repository":{"id":341160030,"uuid":"1166138064","full_name":"nchaugen/tabletest-claude-plugin","owner":"nchaugen","description":"Claude Code plugin to help write TableTest-style JUnit tests in Java and Kotlin","archived":false,"fork":false,"pushed_at":"2026-02-28T11:44:08.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-28T14:20:21.547Z","etag":null,"topics":["claude-code-plugin","claude-code-skill","junit","tabletest","testing"],"latest_commit_sha":null,"homepage":"https://tabletest.org","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nchaugen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-24T23:09:11.000Z","updated_at":"2026-02-28T11:44:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nchaugen/tabletest-claude-plugin","commit_stats":null,"previous_names":["nchaugen/tabletest-claude-plugin"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nchaugen/tabletest-claude-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchaugen%2Ftabletest-claude-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchaugen%2Ftabletest-claude-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchaugen%2Ftabletest-claude-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchaugen%2Ftabletest-claude-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nchaugen","download_url":"https://codeload.github.com/nchaugen/tabletest-claude-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchaugen%2Ftabletest-claude-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T15:41:30.362Z","status":"ssl_error","status_checked_at":"2026-03-01T15:37:07.343Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code-plugin","claude-code-skill","junit","tabletest","testing"],"created_at":"2026-03-01T16:05:14.107Z","updated_at":"2026-03-01T16:05:14.716Z","avatar_url":"https://github.com/nchaugen.png","language":"Shell","readme":"# tabletest\n\nA Claude Code plugin for writing [TableTest](https://tabletest.org)-style JUnit tests in Java and Kotlin.\n\n## Features\n\n- **Spec-by-example skill** -- Guided workflow for clarifying behaviour with multiple cases or rules by working through concrete examples as a table, using business language throughout\n- **TableTest skill** -- Guided workflow for writing `@TableTest` methods, with pre-checks for dependencies, table design rules, and quoting conventions\n- **Auto-formatting** -- Tables are automatically aligned after every file write or edit. The formatter is downloaded automatically on first use; requires Java on the PATH\n- **Reference guides** -- Detailed guides on column design, common patterns, type converters, value sets, and more\n\n## Installation\n\nFirst, add the marketplace:\n\n```\n/plugin marketplace add https://tabletest.org/marketplace.json\n```\n\nThen install the plugin:\n\n```\n/plugin install tabletest@tabletest.org\n```\n\n## Usage\n\n### Spec by Example\n\nInvoke `/spec-by-example` when behaviour has multiple cases or business rules that need to be clarified through concrete examples:\n\n- Work out rules that depend on multiple conditions (\"it depends on the customer's age and whether they hold a licence\")\n- Sharpen vague requirements (\"eligible customers\", \"appropriate discount\") through a table of specific scenarios\n- Surface complexity discovered mid-implementation and pin down the intended behaviour before continuing\n\nThe example table becomes the starting point for a `@TableTest` when implementation begins.\n\n### TableTest\n\nInvoke `/tabletest` when you want to:\n\n- Convert two or more similar `@Test` methods into a single `@TableTest`\n- Add a new data-driven test with multiple input/output examples\n- Refine an example table into a running executable test\n\nAuto-formatting runs automatically whenever a Java or Kotlin file containing a table is written or edited.\n\n## Requirements\n\n- JUnit 5.11 or higher\n- [`tabletest-junit`](https://tabletest.org) dependency in your project\n\n## Links\n\n- [tabletest.org](https://tabletest.org)\n- [GitHub repository](https://github.com/nchaugen/tabletest-claude-plugin)\n\n## Licence\n\n[Apache 2.0](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnchaugen%2Ftabletest-claude-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnchaugen%2Ftabletest-claude-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnchaugen%2Ftabletest-claude-plugin/lists"}