system-prompt-validator

System Prompt Validator

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "system-prompt-validator" with this command: npx skills add prulloac/agent-skills/prulloac-agent-skills-system-prompt-validator

System Prompt Validator

Overview

This skill provides guidelines and checklists for manually validating agent system prompts to ensure they meet quality standards for clarity, completeness, and correctness.

Validation Criteria

Agent prompts must be:

  • Objective-driven: Clearly state the agent's purpose and goals

  • Clear and Readable: Use straightforward language and proper structure

  • No Duplicated Intentions: Avoid redundant statements of the same requirements

  • Valid Links: All referenced files exist and links are not broken

  • Required Sections: Must include content covering general agentic guidelines, code review, and code generation (sections may be named or integrated differently)

  • General Agentic Guidelines: Must at least cover handling uncertainty, avoiding training biases by prioritizing skills/tools over improvisation, using in-memory todo lists for tasks requiring more than 2 steps, and respecting agent-to-human output formats when present and explicit (ensuring they are not omitted by agents or subagents)

Usage

To validate an agent prompt file:

  • Review the prompt against each criterion in the checklist

  • Check for required sections by scanning headings

  • Verify links by confirming referenced files exist

  • Identify any duplicated content or unclear language

  • Fix identified issues

Validation Checklist

  • Objective-driven: Does the prompt clearly state purpose and goals?

  • Clear and Readable: Is language straightforward? Sentences under 25 words average?

  • No Duplications: Any repeated requirements or statements?

  • Valid Links: All file references exist and correct?

  • Required Sections: Includes content covering general agentic guidelines, code review, and code generation (sections may be integrated or named differently)?

  • General Guidelines Coverage: Handles uncertainty, avoids training biases, uses todo lists for multi-step tasks, respects explicit output formats?

Resources

references/

  • validation_guide.md : Detailed guide on validation criteria and examples - see validation_guide.md

  • examples/good_prompt.md : Example of a well-structured agent prompt - see good_prompt.md

  • examples/good_prompt2.md : Additional example from Andrej Karpathy's CLAUDE.md - see good_prompt2.md

  • examples/bad_prompt.md : Example of a prompt with issues - see bad_prompt.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

custom-agent-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

markdown-crossref-validator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

semver-changelog

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

git-commit-workflow

No summary provided by upstream source.

Repository SourceNeeds Review