Test AI Best Practices skills on AI Context codebase
## Problem/motivation We have a project with skills (among other things) to help with Drupal coding called [AI Best Practices](https://www.drupal.org/project/ai_best_practices). AI Context (CCC) development heavily uses AI assigned and generated code. It may benefit from using the best practice skills. Right now there are these skills: - drupal-accessibility - drupal-automated-testing - drupal-configuration - drupal-expert-corrections - drupal-gitlab - drupal-render-pipeline - drupal-writing-documentation ## Solution Install skills from AI Best Practices and run a through code review with two or three models (e.g. Composer 2.5, Opus 4.8, GPT 5.5) separately. Focus on: - drupal-accessibility - drupal-automated-testing - drupal-configuration - drupal-render-pipeline - drupal-writing-documentation Look at the results and see if there's anything interesting that comes out of it. If results seem sensible, start using it regularly for code development and update the project page so it recommends using the skills. ## Tasks - [ ] Install/configure ai_context per project page with D11 - [ ] Install/configure ai_best_practices (just the skills and AGENTS.md) - [ ] For each model, use this prompt: `Review ai_context module for accessibility, automated testing, configuration, render pipeline, and documentation writing best practices` - [ ] Report the findings for each model
issue