Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ironlint

ironlint contains 6 collected skills from ironlint, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
16
updated
2026-07-15
Forks
2
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

ironlint-init
software-developers

Bootstraps a project's .ironlint.yml with IronLint's generic baseline, then helps the user deliberately add checks for their stack and existing linters. Use when user says "init ironlint", "set up ironlint", "bootstrap ironlint config", "create ironlint checks", "ironlint init", or asks to create or generate an ironlint configuration.

2026-07-15
ironlint
software-developers

Interprets ironlint PreToolUse hook output after Edit/Write -- fixes the blocked edits it reports.

2026-07-15
ironlint-config
software-developers

Authors, modifies, or removes checks in an ironlint .ironlint.yml. Use when the user says "add an ironlint check for X", "ban Y", "tighten <check-id>", "stop checking <check-id>", "remove <check-id>", "change the scope of a check", or asks how to write an ironlint config.

2026-07-15
adapter-drift-audit
software-quality-assurance-analysts-and-testers

Use when checking whether an IronLint adapter still matches its coding harness's current contract — auditing adapter/harness drift, verifying hook payload shapes, plugin manifest schemas, lifecycle events, or tool names are up to date, or doing periodic adapter maintenance. Takes a harness name (claude-code, codex, pi, opencode) as argument.

2026-07-03
ironlint-review
software-quality-assurance-analysts-and-testers

Reviews ironlint check health from the telemetry log. Use when the user says "review my ironlint checks", "check health", "which ironlint checks are noisy", "find dead ironlint checks", "ironlint review", or asks for an audit of .ironlint.yml.

2026-07-01
cleanup-build-artifacts
software-developers

Removes transient build artifacts this task produced in the ironlint repo before declaring work done. Use at the end of any task that ran `cargo build --release`, `cargo mutants`, `cargo llvm-cov`, generated a one-off binary, wrote a scratch file like `pr.diff` or an ad-hoc tarball, or any other throwaway output. Do NOT use to wipe the actively-iterating `target/` directory.

2026-07-01