Skip to content

Add pr-validation skill plugin#4

Merged
schmiegelow merged 1 commit into
mainfrom
claude/pr-validation-skill-plugin-3tucsg
Jun 14, 2026
Merged

Add pr-validation skill plugin#4
schmiegelow merged 1 commit into
mainfrom
claude/pr-validation-skill-plugin-3tucsg

Conversation

@schmiegelow

Copy link
Copy Markdown
Member

Introduces a new plugin alongside xp-clean-code that validates pull requests
against XP and clean code standards. The skill runs three analyses: function
purity classification (Pure / Impure-boundary / Impure-violation), idempotency
verification for every state-changing operation, and BDD scenario coverage
mapping with gap detection. Produces a structured PASS/FAIL report.

Follows the same plugin architecture as xp-clean-code: plugin.json manifest,
SKILL.md with YAML trigger frontmatter, and two reference files for
language-specific purity detection and worked coverage-gap examples.

https://claude.ai/code/session_013hGbk7hZGTd91mYQ9zmQxZ

Introduces a new plugin alongside xp-clean-code that validates pull requests
against XP and clean code standards. The skill runs three analyses: function
purity classification (Pure / Impure-boundary / Impure-violation), idempotency
verification for every state-changing operation, and BDD scenario coverage
mapping with gap detection. Produces a structured PASS/FAIL report.

Follows the same plugin architecture as xp-clean-code: plugin.json manifest,
SKILL.md with YAML trigger frontmatter, and two reference files for
language-specific purity detection and worked coverage-gap examples.

https://claude.ai/code/session_013hGbk7hZGTd91mYQ9zmQxZ
@schmiegelow schmiegelow merged commit c70bd74 into main Jun 14, 2026
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