writing-checks이란?
AI 에이전트로 풀 요청을 검토하는 계속 확인 파일을 작성합니다. 사용자가 수표 생성, 작성 또는 생성을 요청하거나 PR에 대한 규칙을 시행하려는 경우에 사용합니다. 출처: continuedev/skills.
AI 에이전트로 풀 요청을 검토하는 계속 확인 파일을 작성합니다. 사용자가 수표 생성, 작성 또는 생성을 요청하거나 PR에 대한 규칙을 시행하려는 경우에 사용합니다.
명령줄에서 writing-checks AI 스킬을 개발 환경에 빠르게 설치
출처: continuedev/skills.
Write check files for Continue — markdown files that define AI agents that review pull requests.
A check is a markdown file with YAML frontmatter and a body. The frontmatter configures metadata. The body is the prompt the agent follows when reviewing a PR.
| name | Yes | string | Display name shown in GitHub status checks and on continue.dev | | description | Yes | string | Short description of what the check verifies | | model | No | string | Model to use. Defaults to Claude Sonnet. Example: anthropic/claude-sonnet-4-5-20250514 |
AI 에이전트로 풀 요청을 검토하는 계속 확인 파일을 작성합니다. 사용자가 수표 생성, 작성 또는 생성을 요청하거나 PR에 대한 규칙을 시행하려는 경우에 사용합니다. 출처: continuedev/skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/continuedev/skills --skill writing-checksAI 에이전트로 풀 요청을 검토하는 계속 확인 파일을 작성합니다. 사용자가 수표 생성, 작성 또는 생성을 요청하거나 PR에 대한 규칙을 시행하려는 경우에 사용합니다. 출처: continuedev/skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/continuedev/skills --skill writing-checks 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/continuedev/skills