global-commenting
79Write Clear Evergreen Code Comments
Teams often add comments that become stale or repeat obvious code. This skill guides AI assistants to write minimal comments that explain non-obvious decisions.
Strengthen Application Validation
Input validation gaps create security, data quality, and user experience problems. This skill guides secure validation rules, sanitization, error messages, and consistency across entry points.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "global-validation" from https://skillstore.io/skills/devanb-global-validation.md and its manifest at https://skillstore.io/api/skills/devanb-global-validation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "global-validation". Validate a user registration form.
Expected outcome:
Using "global-validation". Review validation for a file upload endpoint.
Expected outcome:
Using "global-validation". Plan validation for a payment transfer request.
Expected outcome:
Two static findings are false positives: markdown code formatting and a business validation example. The parent-directory markdown link is confirmed because it directs use of a file outside the packaged skill boundary.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/devanb-global-validation/audits/11?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/devanb-global-validation?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/devanb-global-validation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/devanb-global-validation/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/devanb-global-validation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>DevanB. (2026). global-validation security audit report (audit version 11) [Author version unspecified]. Skillstore. https://skillstore.io/skills/devanb-global-validation/audits/11@techreport{devanb-devanb-global-validation-2026,
author = {DevanB},
title = {global-validation security audit report (audit version 11)},
institution = {Skillstore},
year = {2026},
number = {11},
url = {https://skillstore.io/skills/devanb-global-validation/audits/11},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "global-validation security audit report (audit version 11)"
version: "unspecified"
type: report
authors:
- name: "DevanB"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/devanb-global-validation/audits/11"
identifiers:
- type: other
value: "skillstore:devanb-global-validation:audit:11"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
eis-its-global-validation
2026-08-21
devanb-global-validation
2026-08-21
Design validation for request payloads before controller, service, or persistence logic uses submitted data.
Add clear server-side rules and user-facing messages while keeping client-side checks as a usability layer.
Review validation coverage across forms, APIs, uploads, custom validators, and background jobs.
Use global-validation to add server-side validation for this form. Include required fields, type checks, allowlists, and clear error messages.
Use global-validation to validate this API endpoint. Cover payload shape, allowed values, ranges, sanitization needs, and failure messages.
Use global-validation to review these validation rules. Identify missing server-side checks, weak allowlists, vague errors, and unvalidated entry points.
Use global-validation to design a validation plan for forms, APIs, uploads, background jobs, and business rules in this feature.
Author
DevanBLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
0519034dad657fb1f7706e0550e962beeda73fdf
Maintenance freshness
7/18/2026
Usage
4 downloads ยท 217 views
File structure
๐ SKILL.md
Write Clear Evergreen Code Comments
Teams often add comments that become stale or repeat obvious code. This skill guides AI assistants to write minimal comments that explain non-obvious decisions.
Build Reliable Backend Models
Backend teams need consistent model definitions that match database and ORM standards. This skill guides AI assistants through model naming, relationships, casts, validation, factories, and seeders.
Build RESTful Backend APIs
Backend API work often stalls on routing, versioning, and response standards. This skill guides Claude, Codex, and Claude Code through consistent REST endpoint design and implementation.
Standardize Team Development Conventions
Teams often lose time when project structure, commits, reviews, and configuration practices differ between contributors. This skill gives Claude, Codex, and Claude Code a shared checklist for consistent development conventions.
Create Safe Backend Migrations
Database schema changes can break deployments when migrations lack rollback plans or compatibility checks. This skill guides Claude, Codex, and Claude Code toward focused migrations.
Build Reusable Frontend Components
Large frontend components are hard to reuse, test, and maintain. This skill guides Claude, Codex, and Claude Code to create focused React components with clear props and state boundaries.
Protect Next.js Auth Routes
by AayushBaniya2006
Authentication changes often fail when teams mix session APIs and route guards. This skill guides Claude, Codex, and Claude Code toward the project helpers for secure access control.
Build Secure Backend Services
by sickn33
Backend flaws can expose data, accounts, and infrastructure. This skill guides secure implementation and review using established defensive patterns.
Audit Laravel Security Risks
by sickn33
Laravel applications can hide authorization, validation, and deployment weaknesses. This skill guides Claude, Codex, and Claude Code through structured security reviews.
Review Web App Security Before Release
by sickn33
Security issues often appear when teams add authentication, APIs, payments, uploads, or sensitive data flows. This skill provides a focused checklist and review prompts for finding common web application risks before deployment.
Plan API Security Testing
by sickn33
API reviews can miss authorization flaws, unsafe inputs, weak rate limits, and exposed errors. This skill organizes authorized REST and GraphQL testing into seven focused phases.
Build Claude Code Agents
by C0ntr0lledCha0s
Creating reliable AI agents requires clear schemas, safe tools, and repeatable review steps. This skill guides agent design, validation, migration, and maintenance for Claude Code workflows.