/SKILL.md
Use when setting up or configuring code quality tools (formatters, linters, type checkers, dependency scanners) for a repository. Also use when adding visual accessibility automation or security baseline scanning. Do not use for general coding or when tools are already configured.
npx skillsauth add metyatech/skill-code-quality-setup code-quality-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The repository formatter runs across three layers (obligation:
engineering-standards):
Keeping JavaScript actions on GitHub's current GA Node major
(obligation: engineering-standards) uses this migration
procedure:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" under top-level
workflow env.Use the standard toolchain for each language in the repository.
.prettierignore so generated/build outputs and composed files
are not formatted/linted as source (e.g., dist/, build
artifacts, and AGENTS.md when generated by compose-agentsmd).tsc with strict settings for TS projects.osv-scanner. If unsupported, use the package
manager's audit tooling.dotnet list package --vulnerable.Set-StrictMode -Version Latest. Fail fast on errors.verify command or script when PowerShell is used. Findings
MUST be treated as errors.Apply this section to projects with web UI components only.
verify command and CI.tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.