Plugin Claude Code
Plugin marketplace listing 1 plugin: teamscale.
Plugin Claude Code
Plugin marketplace listing 1 plugin: teamscale.
Plugin Claude Code
Teamscale integration for Claude Code. Detection and resolution of quality issues and test gaps. Change-based test selection to allow running a small set of regression tests.
MCP server Claude CodeCodexCursor
MCP server "teamscale" as configured in teamscale/claude-code. Launched with ${CLAUDE_PLUGIN_ROOT}/bin/teamscale-dev-mcp mcp.
Skill Claude CodeCodex
Fetch findings from Teamscale for the given files and fix the findings. This loads data from the Teamscale server, so the files should be committed and pushed to Git.
Skill Claude CodeCodex
Run pre-commit analysis on local uncommitted changes via Teamscale, then fix the resulting findings. This works for local uncommitted changes.
Skill Claude CodeCodex
Select the tests most impacted by local code changes. Runs pre-commit analysis on the uncommitted working-tree edits, then asks Teamscale which tests are impacted (change-based test suggestion). This works for local uncommitted changes.
Skill Claude CodeCodex
Fetch test-gap information for the current branch or pull request (PR-scoped if a pull request exists, branch-vs-base otherwise) and generate tests to close the gaps.
Skill Claude CodeCodex
Fetch findings introduced on the current branch or pull request from Teamscale (PR-scoped if a pull request exists, branch-vs-base otherwise) and fix them.