zeta-verify

Run linting, type checking, security scans, and design compliance checks for Zeta Terminal.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/russiankendricklamar/zetaterminal --skill zeta-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeta-verify
Source: https://github.com/russiankendricklamar/zetaterminal/tree/main/.claude/skills/zeta-verify
Command: npx skills add https://github.com/russiankendricklamar/zetaterminal --skill zeta-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the comprehensive verification of the Zeta Terminal codebase, ensuring code quality, type safety, and security before commits or deployments.

Core Features & Use Cases

  • Automated Linting: Checks Python (Ruff) and Vue/TypeScript (ESLint) code for style and errors.
  • Type Checking: Verifies TypeScript code for type correctness.
  • Security Audits: Scans for common security vulnerabilities like hardcoded secrets and insecure patterns.
  • Use Case: Before merging a new feature, run this Skill to catch potential bugs, style inconsistencies, and security flaws, guaranteeing a robust codebase.

Quick Start

Run the zeta-verify skill to perform a full verification of the project.

Frequently Asked Questions about zeta-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run linting and security audits for a Vue and Python project?

Automated verification combines Python linting via Ruff and TypeScript/Vue linting via ESLint to enforce code quality. It checks type correctness, validates imports, and scans for hardcoded secrets to maintain a secure, robust codebase across frontend and backend components.

What does TypeScript type checking and import validation catch during code verification?

TypeScript type checking and import validation identify type errors and broken dependencies during verification. Combined with security scanning and console log auditing, these checks enforce design system compliance and guarantee type safety across your frontend components before merging.

Can I use ESLint and Ruff to enforce design system compliance in a full stack project?

Yes, ESLint and Ruff can enforce design system compliance across full stack projects. Running these linters within a verification suite ensures Python backend and Vue frontend code adheres to project standards, catching style inconsistencies and design violations before commits.

Does automated security scanning detect hardcoded secrets and insecure patterns in TypeScript?

Automated security scanning detects hardcoded secrets and insecure patterns in TypeScript code. Running a comprehensive security audit identifies common vulnerabilities across frontend and backend components, ensuring insecure coding patterns are caught and resolved before merging new features.

Why does console log auditing matter for code quality in Vue applications?

Console log auditing matters for code quality because it identifies leftover debugging statements in Vue applications. Including this audit in your verification suite prevents debugging logs from reaching production, maintaining clean codebase standards and ensuring adherence to project guidelines.