Skip to main content

biome

Enforce Biome formatting and lint discipline in this repository. Use when making any file edits, when asked to run format/lint, and immediately before any commit. Always execute `bun run lint` (from package.json), apply resulting fixes, and re-run until clean. Treat `bun run lint:links` as optional by default, and recommend it when files under `content/` are changed.

설치로 이동

소스 정보

저장소
TEN-framework/portal
최근 소스 활동
2026년 3월 4일 07:20
감지된 SKILL.md 언어
영어
스타
42
포크
11

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
biome
description
Enforce Biome formatting and lint discipline in this repository. Use when making any file edits, when asked to run format/lint, and immediately before any commit. Always execute `bun run lint` (from package.json), apply resulting fixes, and re-run until clean. Treat `bun run lint:links` as optional by default, and recommend it when files under `content/` are changed.
# Biome ## Required Policy Apply this policy on every task in this repository: 1. Run `bun run lint` after making any file change. 2. Run `bun run lint` again immediately before any `git commit`. 3. Treat lint failures as blocking. Do not proceed to final delivery or commit until lint passes. ## Workflow 1. Make the requested code or content edits. 2. Execute: ```bash bun run lint ``` 3. If lint reports issues or rewrites files, review changed files and run `bun run lint` again until it exits cleanly. 4. If a commit is requested, run `bun run lint` one final time right before `git commit`. 5. Record lint execution in the task evidence/summary. ## Optional Link Check Policy - Default: do not run `bun run lint:links`. - If the change includes files under `content/`, recommend running `bun run lint:links`. - If the user explicitly asks for full `check`, run `bun run check`. ## Guardrails - Use `bun run lint` as the source of truth command (defined in `package.json` as `biome check --write`). - Do not replace this with direct biome CLI variants unless user explicitly asks for a different command. - Keep `bun run lint:links` optional unless `content/` changed or the user explicitly requests it. - Keep lint-induced edits in scope; avoid unrelated refactors.
GitHub에서 보기