CitrateNetwork

Claim Grade — AI skill for Claude Code

AI community

Run the AI claim grader on a piece of text — commit message, PR body, or sprint section.

How to install Claim Grade

Installs to ~/.claude/commands/citratenetwork-agentile-claim-grade.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/CitrateNetwork/agentile/HEAD/.claude/commands/claim-grade.md -o ~/.claude/commands/citratenetwork-agentile-claim-grade.md

Restart Claude Code, or start a new session, for it to be picked up.

What Claim Grade does


description: Run the AI claim grader on a piece of text — commit message, PR body, or sprint section allowed-tools: Bash

You are running the agentile claim grader on text the user provides.

Procedure

  1. Determine the input source:
    • If the user pasted text inline → use that directly
    • If the user references a file → read the file
    • If the user references a PR number → use gh pr view --json title,body to fetch
    • If the user references a commit → use `git show

Alternatives in AI

  • Claude Flow — An enterprise-grade AI orchestration platform that revolutionizes how developers build with AI 22.2k ★
  • Agent Teams AI — You're the boss, agents are your team 2k ★
  • Claude Code Configs — A comprehensive collection of production-grade Claude Code configurations, specialized agents, and automation 624 ★

Full documentation available on GitHub

View Source Repository