lint-check Skill
Run lint on affected packages, parse errors, and auto-fix common issues (design tokens, React.FC, SSR safety, import restrictions) Published by microsoft in fluentui.
What is lint-check Skill?
Run lint on affected packages, parse errors, and auto-fix common issues (design tokens, React.FC, SSR safety, import restrictions) Published by microsoft in fluentui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use lint-check Skill
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fluentui
- Skill file: .agents/skills/lint-check/SKILL.md
What it does
Run lint on affected packages, parse errors, and auto-fix common issues (design tokens, React.FC, SSR safety, import restrictions)
Skill instructions
Lint Check and Auto-Fix Run linting and fix common issues for Fluent UI packages. Steps 1. Determine scope. If $ARGUMENTS is provided, lint that specific package. Otherwise, lint affected packages: bash Specific package yarn nx run @fluentui/$ARGUMENTS:lint Or affected packages yarn nx affected -t lint 2. Parse the output and categorize errors by the custom Fluent UI ESLint rules: | Rule | What it catches | How to fix | | --------------------------------------- | ------------------------------------------- | ----------------------------------------------------- | | @fluentui/ban-context-export | Context exported from wrong layer | Move to react-shared-contexts package | | @fluentui/ban-instanceof-html-element | instanceof HTMLElement (breaks iframes) | Use element.tagName or feature detection | | @fluentui/no-global-react | React.FC, React.useState etc. | Use named imports: import { useState } from 'react' | | @fluentui/no-restricted-imports | Banned import paths | Use the allowed impo
Explore related resources
Frequently asked questions
What is lint-check?
lint-check is a open-source AI agent skill with Copy skill directory. Run lint on affected packages, parse errors, and auto-fix common issues (design tokens, React.FC, SSR safety, import restrictions)
Who is lint-check best for?
lint-check is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install lint-check?
Install or run lint-check using Copy skill directory. Check lint-check for the latest setup command.
Is lint-check actively maintained?
lint-check may need a closer maintenance check before production use.
Auto-fetched from GitHub.