fundamentals-gate
Review Code Fundamentals
Small readability problems make code reviews slower and harder to maintain. This skill reviews naming, structure, reuse, and comments so Claude, Codex, or Claude Code can return clear pass or suggestion guidance.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "fundamentals-gate" from https://skillstore.io/skills/danielpodolsky-fundamentals-gate.md and its manifest at https://skillstore.io/api/skills/danielpodolsky-fundamentals-gate/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.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "fundamentals-gate". Review a small helper module that uses clear names and focused functions.
Expected outcome:
FUNDAMENTALS GATE: PASSED. Naming is clear, functions are focused, duplication is low, and comments explain intent where needed.
Using "fundamentals-gate". Review a service file with vague names, long functions, and repeated validation logic.
Expected outcome:
- FUNDAMENTALS GATE: SUGGESTIONS.
- Naming: Replace vague temporary names with domain terms.
- Function focus: Split the largest workflow into validation, calculation, and persistence steps.
- Reuse: Extract repeated validation only if the same rule appears in several places.
Using "fundamentals-gate". Review a prototype where speed matters more than polish.
Expected outcome:
FUNDAMENTALS GATE: SUGGESTIONS. Note the readability issues, but do not block delivery when the tradeoff is intentional.
Security Audit
SafeThe static external-command detections are false positives caused by Markdown inline code and fenced examples in SKILL.md. The low blocker finding is also a false positive because PASS is a review status label, not reconnaissance. No prompt injection, data exfiltration, command execution, or malicious intent was found.
Risk Factors
โ๏ธ External commands (33)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/danielpodolsky-fundamentals-gate/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/danielpodolsky-fundamentals-gate?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/danielpodolsky-fundamentals-gate?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/danielpodolsky-fundamentals-gate/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/danielpodolsky-fundamentals-gate.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
DanielPodolsky. (2026). fundamentals-gate security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/danielpodolsky-fundamentals-gate/audits/9BibTeX citation
@techreport{danielpodolsky-danielpodolsky-fundamentals-gate-2026,
author = {DanielPodolsky},
title = {fundamentals-gate security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/danielpodolsky-fundamentals-gate/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "fundamentals-gate security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "DanielPodolsky"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/danielpodolsky-fundamentals-gate/audits/9"
identifiers:
- type: other
value: "skillstore:danielpodolsky-fundamentals-gate:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prepare Pull Requests
Check naming, function focus, comments, and duplication before requesting a full review.
Coach Junior Engineers
Turn unclear code into learning suggestions that explain readability and maintainability tradeoffs.
Standardize Review Feedback
Use a consistent fundamentals checklist across teams without making style polish a hard blocker.
Try These Prompts
Review this change with the fundamentals gate. Check naming, function focus, structure, comments, and reuse. Return PASS or SUGGESTIONS.
Apply the fundamentals checklist to this pull request. Separate must-fix concerns from polish suggestions. Keep each suggestion brief and actionable.
Review this code as a mentor. Ask Socratic fundamentals questions for unclear naming, large functions, duplication, comments, and magic values.
Compare this module against nearby conventions. Identify naming drift, repeated patterns, function scope issues, comment quality, and structure concerns. Prioritize suggestions by impact.
Best Practices
- Provide the surrounding files or conventions so suggestions match the existing codebase.
- Ask for pass or suggestions before a full code review to keep feedback focused.
- Treat each recommendation as a maintainability tradeoff, not an automatic rewrite request.
Avoid
- Do not use this skill as the only security, correctness, or production readiness review.
- Do not apply every suggestion when local conventions intentionally differ.
- Do not ask it to rewrite large modules without naming the review priorities.
Frequently Asked Questions
What does this skill review?
Does it block code from shipping?
Can it replace linters or tests?
Which assistants can use it?
Is it useful for mentoring?
What context should I provide?
Developer Details
Author
DanielPodolskyLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/DanielPodolsky/mentor-spec/tree/main/.claude/skills/gates/fundamentalsRef
34f316ba14ef36c7a620fc09f2676d2429997a77
Maintenance freshness
7/18/2026
Usage
9 downloads ยท 186 views
File structure
๐ SKILL.md