원클릭으로
lint-check
Run repo linters and report failures.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run repo linters and report failures.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run the Rust wikitool CLI for sync, indexing, docs, import, inspection, workflow, and release operations. Use when executing command-line workflows with dry-run guardrails and canonical CLI-help validation.
Use the theta CLI to mutate this agent's configuration: add/remove rules, tools, skills, subagents; cast to and from harnesses (Claude Code, Codex CLI, Cursor, Copilot); validate the manifest; lock and materialize dependencies. USE WHEN: editing theta.toml or any agent-config artifact (instructions, rules, skills, subagents, MCP tools); importing existing harness config; exporting to a harness; checking manifest validity; bumping schema version; reusing resources from the system store. DO NOT USE FOR: writing the actual content of a rule/skill (write the markdown directly), runtime model behavior, MCP server implementation details.
Commit current work by reviewing diffs, splitting into logical commits, and writing standardized messages. Use when the user says "commit", "commit this", "commit current work", or asks to create a git commit.
Scan recent changes for AI-generated code slop and remove it. Use when the user says "deslop", "remove slop", "clean up AI code", or asks to remove AI-generated artifacts from the codebase.
Resolve all merge conflicts on the current branch non-interactively, validate the build, and commit. Use when the user says "fix merge conflicts", "resolve conflicts", or when git status shows conflicting files.
Orchestrates implementation of a multi-task plan by spawning plan-implementer subagents in parallel. Use when the user provides a plan file or plan text and asks to implement it, execute it, or says "implement plan", "run plan", "execute plan".
| name | lint-check |
| description | Run repo linters and report failures. |
Run npm run lint. Fix issues in priority order.