npx skills add https://github.com/continuedev/skills --skill checkقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Reusable skills for Claude Code and other AI agents.
Runs checks locally against your current diff, simulating the GitHub PR checks experience. Use /check in your coding agent to review changes before pushing. See here for details.
npx skills add continuedev/skills --skill check
Teaches your agent how to write Continue check files — markdown-defined AI agents that review pull requests. You can run them locally or in CI.
npx skills add continuedev/skills --skill writing-checks
Gets a PR to a mergeable state by addressing review comments, resolving merge conflicts, and fixing failing CI checks.
npx skills add continuedev/skills --skill all-green
Audits a codebase against another skill's criteria using a parallel agent team, producing a structured findings report with optional automated fixes.
npx skills add continuedev/skills --skill scan