From assess-rfe
Export the assess-rfe scoring rubric to artifacts/rfe-rubric.md in the current working directory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/assess-rfe:export-rubricThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
/export-rubric
All scripts are bundled in the scripts/ subdirectory next to this SKILL.md. Use ${CLAUDE_SKILL_DIR} (the directory containing this file) as the base for all script and file references.
python3 ${CLAUDE_SKILL_DIR}/scripts/export_rubric.py from the current working directory.Add to your user or project .claude/settings.json:
{
"permissions": {
"allow": [
"Bash(python3 <SKILL_PATH>/scripts/export_rubric.py:*)"
]
}
}
<SKILL_PATH> is a placeholder for the absolute path to the skills/export-rubric/ directory in this plugin.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub opendatahub-io/assess-rfe --plugin assess-rfe