skill-auditor
81Audit AI Skills for Quality and Structure
Inconsistent skill structure makes reviews and packaging harder. This auditor checks metadata, content, resources, and decomposition signals with repeatable rules.
Validate Cross-Language Type Consistency
Cross-language type drift can cause precision loss and contract bugs. This skill guides Claude, Codex, and Claude Code through Rust, TypeScript, and PostgreSQL checks.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "code-consistency-validator" from https://skillstore.io/skills/barissozen-code-consistency-validator.md and its manifest at https://skillstore.io/api/skills/barissozen-code-consistency-validator/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 "code-consistency-validator". Review TypeScript balance handling for wei values.
Expected outcome:
Critical: A wei balance is converted to a floating point number. Keep the value as bigint or string across the API boundary.
Using "code-consistency-validator". Check a Rust amount field against a PostgreSQL migration.
Expected outcome:
Warning: The application uses an unsigned 64-bit value, but the database column may not preserve the full expected range.
Using "code-consistency-validator". Validate a pull request that changes parseInt calls.
Expected outcome:
Info: Add an explicit radix where decimal or hexadecimal intent matters. No direct precision-loss path was confirmed.
The three static findings are false positives caused by Markdown code fences, not executable Ruby backtick shell calls. SKILL.md includes benign grep examples for local review and no evidence of prompt injection or data exfiltration.
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/barissozen-code-consistency-validator/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/barissozen-code-consistency-validator?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/barissozen-code-consistency-validator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/barissozen-code-consistency-validator/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/barissozen-code-consistency-validator.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>BarisSozen. (2026). code-consistency-validator security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/barissozen-code-consistency-validator/audits/8@techreport{barissozen-barissozen-code-consistency-validator-2026,
author = {BarisSozen},
title = {code-consistency-validator security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/barissozen-code-consistency-validator/audits/8},
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: "code-consistency-validator security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "BarisSozen"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/barissozen-code-consistency-validator/audits/8"
identifiers:
- type: other
value: "skillstore:barissozen-code-consistency-validator:audit:8"
description: "Skillstore immutable audit report identifier"
Check balance, amount, and wei handling before shipping payment or blockchain code.
Compare Rust models, TypeScript clients, and PostgreSQL schemas for mismatched numeric types.
Inspect schema changes for type choices that can truncate, round, or overflow values.
Review this change for Rust, TypeScript, and PostgreSQL type consistency. Focus on obvious mismatches and summarize risks by severity.
Inspect this code for numeric precision risks around balances, amounts, wei values, BigInt, and parseInt usage.
Compare the API contract across server models, client types, and database columns. Identify any unsafe conversions or serialization issues.
Audit the changed files for cross-language type consistency and produce a release gate report with critical, warning, info, and validated items.
Author
BarisSozenLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
c4231f0153ccd2a2ed62274c5a372bf8f2386d3f
Maintenance freshness
7/18/2026
Usage
8 downloads ยท 243 views
File structure
๐ SKILL.md
Audit AI Skills for Quality and Structure
Inconsistent skill structure makes reviews and packaging harder. This auditor checks metadata, content, resources, and decomposition signals with repeatable rules.
Design Apple-Inspired Interfaces
Modern product teams need consistent, polished UI guidance. This skill gives Claude, Codex, and Claude Code practical Apple-inspired rules for typography, color, spacing, components, motion, and UX review.
Validate System Integrations Before Deployment
Integration failures can block deployments through port conflicts, unavailable databases, or mismatched APIs. This skill provides a focused checklist for finding those problems early.
Track MEV Latency With Span Guidance
Latency issues in MEV systems are hard to isolate across calls and transaction stages. This skill guides span hierarchy, instrumentation, aggregation, and alert thresholds.
Avoid Drizzle ORM Migration Pitfalls
Drizzle ORM schema mistakes can break migrations and weaken type safety. This skill guides Claude, Codex, and Claude Code toward safer patterns.
Review Code With Expert Judgment
Code reviews can miss architecture, quality, security, and product risks. This skill guides a structured review and returns prioritized findings.
Improve TypeScript Projects
by sickn33
TypeScript projects often struggle with strict typing, slow builds, and complex migrations. This skill provides practical diagnosis, review checklists, and solution patterns for modern TypeScript work.
Build Reliable Playwright Tests
by C0ntr0lledCha0s
Playwright test suites can become flaky, slow, and difficult to maintain. This skill provides practical patterns for locators, fixtures, page objects, debugging, mocking, and configuration.
Add Python Type Safety Patterns
by 0xDarkMatter
Python type annotations can be hard to apply consistently across real projects. This skill gives Claude, Codex, and Claude Code practical patterns for safer typed Python code.
Build Starknet Apps with starknet.js
by internet-court
Starknet integrations require precise provider, account, transaction, and fee handling across several APIs. This skill provides focused starknet.js v9.x patterns for reliable TypeScript applications.
Improve Vue 3 Code Quality
by vuejs-ai
Vue projects often collect reactivity, component, and performance mistakes over time. This skill gives targeted Vue 3 guidance for safer patterns and clearer code.
Build Type-Safe React Components
by softaworks
React TypeScript work often needs precise event, hook, and route types. This skill provides focused patterns for typed components, React 19 APIs, and routing.