Agent skill
copilot
<description> Ad-hoc development.
Install this agent skill to your Project
npx add-skill https://github.com/interactive-inc/skills/tree/main/skills/copilot
SKILL.md
Skills and plugins
Invoke via the Skill tool.
- feature-dev: Investigate codebase and assess impact.
- frontend-design: Design UI components and pages.
- agent-browser: Browser automation for verification.
- pr-review-toolkit: Review code quality, tests, types, and comments.
- commit-commands: Commit and push.
Basic policy
- Proceed proactively without waiting for user instructions.
- Only use AskUserQuestion when clarification or approval is needed.
- Report progress briefly at each phase transition.
Exit conditions
Report to the user and exit when any of these is reached:
- Complete: report a summary of changes.
- Blocked: present the cause and options.
- Cancelled: report the reason.
Arguments
/copilot <description>
Required. Exit if no argument is given.
Workflow
Plan phase
- Investigate the codebase and assess impact.
- Design a technical approach.
- Present the approach to the user.
Approval gate
- Ask the user to approve the plan before implementing.
- Approved: proceed to the code phase.
- Rejected: revise the plan or exit.
Code phase
- Implement changes following the plan.
- Run type check (
npm run check) after implementation. - Commit implementation changes.
Verification
Before marking as complete, create a verification checklist covering all changes made. Use .agent-browser to verify each item by actually operating the application in the browser. All items must pass before proceeding.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
stack-tanstack-app
Build and enhance React applications using the TanStack ecosystem. Use this skill when working with TanStack libraries such as Router, Query, Form, or Table—whether starting a new project or integrating into existing code.
voc
Record customer voice to feedbacks/.
backlog
Analyze and plan product backlogs with vision alignment.
gemini
Get alternative perspectives via Google Gemini on complex design decisions, architecture trade-offs, stuck debugging, or approach evaluation.
docs-architecture-review
Review and evaluate repository architecture covering database, tests, API design, components, security, and dependencies.
plan-backlog
Create or update product backlog content.
Didn't find tool you were looking for?