Merged
Conversation
✅ Deploy Preview for directus-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive AI agent infrastructure to "claudify" the Directus website repository. It introduces documentation, workflows, and tooling to enable Claude Code (an AI coding assistant) to work effectively with the codebase through automated reviews, custom skills, and structured workflows.
Changes:
- Added AI agent documentation (AGENTS.md) and Claude Code guide with comprehensive project conventions, architecture, and workflow instructions
- Added GitHub Actions workflow for automated Claude-powered code reviews triggered by the 'claude' label
- Added five custom Claude skills (create-plan, screenshot, pre-review, debug, submit-pr) to streamline development workflows
- Added supporting documentation templates for PRs, plans, and Vue best practices
- Updated .gitignore to exclude screenshot directory used by the screenshot skill
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| CLAUDE.md | Reference file containing only "AGENTS.md" - appears incomplete |
| AGENTS.md | Comprehensive documentation covering project overview, tech stack, architecture, conventions, and AI agent guidelines |
| .gitignore | Adds .screenshots/ directory to ignore list for automated screenshot captures |
| .github/workflows/claude-review.yaml | GitHub Actions workflow for Claude-powered PR reviews with risk assessment |
| .github/workflows/build.yaml | Build workflow configuration (appears to already exist, shown as new in diff) |
| .github/pull_request_template.md | PR template with checklist (appears to already exist, shown as new in diff) |
| .docs/vue-best-practices.md | Vue component conventions, styling patterns, and common mistakes to avoid |
| .docs/pr-template.md | Detailed PR description template for the submit-pr skill |
| .docs/plan-template.md | Structured template for implementation plans |
| .docs/claude-code-guide.md | User guide for team members using Claude Code with workflows and tips |
| .claude/skills/submit-pr/SKILL.md | Skill for creating pull requests with automated checks and screenshots |
| .claude/skills/screenshot/SKILL.md | Skill for capturing desktop/mobile screenshots with before/after comparison |
| .claude/skills/pre-review/SKILL.md | Skill for reviewing code quality, Vue patterns, styling, and security before PR submission |
| .claude/skills/debug/SKILL.md | Skill for debugging page issues using browser diagnostics |
| .claude/skills/create-plan/SKILL.md | Skill for creating implementation plans from descriptions or GitHub issues |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
LZylstra
approved these changes
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds some AGENTS.md files to guide coding agents (not just Claude but primarily). It also adds a GitHub Review Action for Claude on PRs. In addition to a few skills for our team to use when working with the site.