AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Lint And Validate

skill-misonl-ling-lint-and-validate · by MisonL

自动质量控制、Lint 与静态分析流程。每次代码修改后使用,确保语法正确与项目规范一致。触发关键词:lint、format、check、validate、types、static analysis。

— No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-misonl-ling-lint-and-validate

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-misonl-ling-lint-and-validate)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Lint And Validate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

代码检查与校验技能

> 强制要求: 每次代码变更后必须运行相应校验工具。在代码无错误前,不得将任务视为完成。

按技术栈执行流程

Node.js / TypeScript
  1. Lint/Fix: npm run lint 或 npx eslint "path" --fix
  2. Types: npx tsc --noEmit
  3. Security: npm audit --audit-level=high
Python
  1. Linter(Ruff): ruff check "path" --fix(快速且现代)
  2. Security(Bandit): bandit -r "path" -ll
  3. Types(MyPy): mypy "path"

质量闭环

  1. 编写/修改代码
  2. 执行审计: npm run lint && npx tsc --noEmit
  3. 分析报告: 检查 “FINAL AUDIT REPORT” 段落。
  4. 修复并重复: “FINAL AUDIT” 失败时禁止提交代码。

错误处理

  • 若 lint 失败:立即修复风格或语法问题。
  • 若 tsc 失败:先修复类型不匹配,再继续流程。
  • 若未配置工具:检查项目根目录中是否有 .eslintrc、tsconfig.json、pyproject.toml,并建议补齐配置。

严格规则: 未通过上述检查的代码,不得提交,也不得标记为“完成”。


脚本

| 脚本 | 用途 | 执行命令 | | --- | --- | --- | | scripts/lint_runner.py | 统一 lint 检查 | python scripts/lint_runner.py | | scripts/type_coverage.py | 类型覆盖率分析 | python scripts/type_coverage.py |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: MisonL
  • Source: MisonL/Ling
  • License: MIT
  • Homepage: https://www.npmjs.com/package/@mison/ling

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.