Skip to content
View GabriellyPompeo's full-sized avatar
👩‍💻
👩‍💻

Block or report GabriellyPompeo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GabriellyPompeo/README.md

Hi, I'm Gabrielly! 👋

LinkedIn Location


🧪 QA Engineer | AI Code Reviewer | React Native Developer

💬 Specialized in software quality assurance, I always loved technology and wanted to be part of it. So, I've always been a programming and QA enthusiast 😄.

Currently focused on AI code evaluation — reviewing AI-generated code for correctness, edge cases, and instruction-following gaps.


🌱 Experienced in:

  • Kanban and Scrum methodology;
  • Azure DevOps and Trello for project management;
  • Adheres to GMUD standards for efficient management processes;
  • Recently, integrated Testmo for test planning;
  • Gherkin for test scenario creation;
  • Manual testing methods;
  • Black-box and white-box testing;
  • Experience-based, functional, and non-functional testing;
  • Mobile testing using Browser Stack and Perfecto;
  • API testing with Postman;
  • SQL querying;
  • React/React Native developer and testing;

🤖 AI Tools Experience

I actively use AI tools both in personal projects and in professional QA workflows:

Tool How I Use It
Claude (Anthropic) Daily work: writing Jira task comments, technical documentation, code analysis, and structured QA feedback
ChatGPT (OpenAI) Code generation review and prompt testing
GitHub Copilot Evaluating inline code suggestions for accuracy and best practices
Gemini (Google) Code explanation and debugging assistance
Perplexity AI Technical research and documentation

Beyond using these tools, I also use AI to craft and optimize prompts — and I evaluate their outputs critically, identifying correctness issues, edge case failures, and instruction-following gaps. This hands-on experience with AI-generated content directly supports AI training and code evaluation workflows.

🔍 Bugs I identify in AI-generated code:

  • Logic errors — wrong initialization values, off-by-one errors
  • Performance anti-patterns — sequential await instead of Promise.all(), O(n²) where better exists
  • Missing edge cases — null inputs, empty arrays, negative numbers not handled
  • Silent failures — exceptions swallowed in catch blocks, returning undefined
  • Instruction-following gaps — AI ignoring explicit constraints in the prompt
  • Missing documentation — no docstrings, type hints, or input validation

📊 My AI Code Evaluation Dimensions

When reviewing AI-generated code, I assess: Correctness · Efficiency · Instruction Following · Edge Cases · Best Practices · Security

📊 2+ AI code reviews documented in Python and JavaScript — see ai-code-review-portfolio


🚀 Featured Projects

Project Description Stack
ai-code-review-portfolio Portfolio of AI-generated code reviews, coding challenges, and bug reports Python, JavaScript
qa-automation-studies Automated test scripts using Pytest, Selenium, Cypress and API testing Python, JavaScript
estousalvo_RS-CadastroResgatados Automated registration system for flood rescue victims in RS Python
exercicios-ebac QA Engineering course exercises at EBAC Various

📊 GitHub Stats

Gabrielly's GitHub Stats

Top Languages


💼 Open to remote QA and AI training opportunities | 📍 Brazil, Rio Grande do Sul

Pinned Loading

  1. estousalvo_RS-CadastroResgatados estousalvo_RS-CadastroResgatados Public

    Código para cadastro automatizado de pessoas resgatadas durante as enchentes que aflingiram o estado do Rio Grande do Sul para o site https://estousalvo-rs.com.br/

  2. ai-code-review-portfolio ai-code-review-portfolio Public

    Portfolio of AI-generated code reviews, coding challenges, and bug reports — built to demonstrate QA and code evaluation skills for AI training projects.

    1

  3. exercicios-ebac exercicios-ebac Public

    Repositório destinado a subida do projeto de análise de qualidade do Smartwatch Haylou LS02 referente ao módulo 2 do curso de Engenharia de Qualidade de Software da EBAC.

  4. Modulo12_CypressE2E Modulo12_CypressE2E Public

    Repositório para resolução do exercício do módulo 12 do curso de Engenharia de Qualidade de Software, da EBAC

    JavaScript

  5. modulo13_TesteAPI modulo13_TesteAPI Public

    Repositório para resolução do exercício do módulo 13 do curso de Engenharia de Qualidade de Software, da EBAC

  6. qa-automation-studies qa-automation-studies Public

    Collection of automated test scripts and QA studies using Python (Selenium, Pytest), JavaScript (Cypress), and API testing with Postman. Practical QA portfolio.

    Python 1