Skip to content

Claudify Website Repo#219

Merged
bryantgillespie merged 6 commits intomainfrom
bry/claudify-website
Feb 20, 2026
Merged

Claudify Website Repo#219
bryantgillespie merged 6 commits intomainfrom
bry/claudify-website

Conversation

@bryantgillespie
Copy link
Member

@bryantgillespie bryantgillespie commented Feb 20, 2026

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.

@netlify
Copy link

netlify bot commented Feb 20, 2026

Deploy Preview for directus-website ready!

Name Link
🔨 Latest commit 532c167
🔍 Latest deploy log https://app.netlify.com/projects/directus-website/deploys/699876c9fb4cae00084aedb8
😎 Deploy Preview https://deploy-preview-219--directus-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

bryantgillespie and others added 3 commits February 20, 2026 09:58
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>
@bryantgillespie bryantgillespie merged commit 13daa8d into main Feb 20, 2026
7 checks passed
@bryantgillespie bryantgillespie deleted the bry/claudify-website branch February 20, 2026 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants