Open
Conversation
Add a new skill to agentv-dev for reviewing AI plugin PRs across three dimensions: skill quality, eval correctness, and workflow architecture. Includes: - SKILL.md with 5-step review process - references/eval-checklist.md for eval file review - references/workflow-checklist.md for OpenSpec-based workflow review - 8-test eval covering missing evals, naming, assertions, file paths, repeated inputs, hard gates, factual contradictions, and command refs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying agentv with
|
| Latest commit: |
0c8737f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6ae37100.agentv.pages.dev |
| Branch Preview URL: | https://feat-agentv-plugin-review.agentv.pages.dev |
Rewrite eval to use pi-cli target with a mock workspace containing a deploy-auto plugin with planted issues: missing eval, wrong extensions, no assertions, relative paths, repeated inputs, missing hard gates, factual contradiction, nonexistent command reference, and hardcoded paths. Uses shorthand input, skill-trigger assertions, and workspace template instead of loading SKILL.md directly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The pi-coding-agent provider is configured as the 'default' target in .agentv/targets.yaml. pi-cli is not a valid target name. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add pi-cli as a named target in .agentv/targets.yaml using the pi-coding-agent provider. Update the plugin-review eval to use it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add references/skill-quality-checklist.md covering CSO (Claude Search Optimization), description anti-patterns, content quality, file org, flowchart usage, and discipline-enforcing skill checks. Update SKILL.md Step 2 to reference the checklist and integrate key CSO principles (description must not summarize workflow, etc). Remove plugin.json from review table (handled by CI). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agentv-plugin-reviewskill to theagentv-devplugin for reviewing AI plugin PRsFiles
Skill:
plugins/agentv-dev/skills/agentv-plugin-review/SKILL.md— 5-step review processplugins/agentv-dev/skills/agentv-plugin-review/references/eval-checklist.md— Eval file review checklistplugins/agentv-dev/skills/agentv-plugin-review/references/workflow-checklist.md— Workflow architecture checklistEval:
evals/agentv-plugin-review/agentv-plugin-review.eval.yaml— 8 test casesTest plan
🤖 Generated with Claude Code