Skip to content
OPQAI.
Sourced beginner / 💻 Coding Free tools

Review Front-End Projects with AI Agents and Front-End Checklist

Job to be done: Perform a quality review of front-end web development projects using AI

🇳🇬 Ways to use this in Nigeria

Ideas to get you started, adapt to your situation.

  • Student

    Get AI feedback on your personal portfolio website's code against performance rules before showing it to potential employers.

  • 9-5 employee

    Use AI to check your company's landing page code against accessibility rules before launch.

  • Entrepreneur

    Review your startup's website code for SEO best practices using AI before a marketing campaign.

What you’ll get

You will get a comprehensive quality review of your front-end web development project, identifying areas for improvement based on established best practices. This approach leverages a structured checklist and AI agents to efficiently audit projects against 385 rules, ensuring high quality and consistency.

Tools you need

  • Claude (freemium): An AI assistant for processing text and generating responses.
  • Front-End Checklist Website (free): An online resource for browsing and filtering front-end best practices.
  • Front-End Checklist MCP Server (free): A server that exposes 11 MCP (Model Context Protocol, the standard way AI agents connect to tools) tools for AI agents to use directly.

Steps

  1. Explore the Front-End Checklist: Open your phone’s browser and go to frontendchecklist.io. This website is the central hub for the checklist rules.

    You should see the Front-End Checklist homepage, with options to browse categories or rules.

  2. Understand Checklist Categories: Browse the different categories available, such as Performance, Accessibility, SEO, or Security. These categories help you focus your review.

    You should see a list of categories, each containing numerous rules. For example, you might see “Performance” with 60+ rules.

  3. Select a Specific Rule for Review: Click on a category (e.g., “Performance”) and then select a specific rule that applies to your current front-end project. For instance, you might choose a rule about image optimization.

    You should be taken to a dedicated page for that rule, providing detailed guidance.

  4. Find the AI Prompt for the Rule: The author states that rule pages on frontendchecklist.io provide specific AI prompts. On the rule page you selected, look for a section titled “AI Prompts” or similar. This section will contain a prompt tailored for AI agents to evaluate that specific rule.

    You should find a ready-to-use prompt designed for AI agents to assess the rule’s compliance in your code. The author doesn’t share their exact prompt; a starting point:

    Review the following front-end code/description against the rule "[Rule Name from frontendchecklist.io]" and provide feedback on how to improve it based on best practices. Focus on [specific aspect of the rule, e.g., image optimization].
    [Paste your code or description here]
  5. Prepare Your Project Code or Description: Copy the relevant code snippets or write a clear description of the specific part of your front-end project that you want the AI to review against the chosen rule. Be as detailed as possible.

    You should have the text ready to paste into your AI agent.

  6. Use Claude to Review the Rule: Open Claude (or your preferred AI agent) on your phone. Paste the specific AI prompt you found on the rule page (or the generic starting point from step 4). Then, add the relevant details about your project’s code or implementation that you prepared in step 5.

    You should see Claude analyze your input and provide suggestions or identify potential issues related to the chosen rule.

  7. Analyze Claude’s Feedback: Carefully read Claude’s response. It will highlight areas where your project might not meet the best practices outlined in the rule and suggest improvements.

    You should get actionable advice, such as specific code changes or alternative approaches.

  8. Repeat for More Rules: Continue this process for other relevant rules and categories within the Front-End Checklist to perform a comprehensive quality audit of your project.

    You will progressively build a list of improvements for your front-end project.

Original source

This workflow is inspired by the Front-End Checklist project by thedaviddias, available on GitHub. It provides an open-source system for front-end quality, designed for both human developers and AI agents.

Notes & variations

  • Free-tier alternatives: If Claude’s free tier limits are insufficient, consider using other AI assistants like Google Gemini or ChatGPT, which also offer free access tiers for text-based interactions.
  • Common mistake: A common pitfall is providing too little context to the AI agent. Ensure you paste enough relevant code or a detailed description for the AI to give accurate and helpful feedback.
  • Tip for better results: For larger projects, break down your review into smaller, manageable sections. Focus on one or two rules at a time, providing the AI with specific code snippets for those rules, rather than trying to review an entire codebase at once.

Keep going

More Coding workflows