gteam-software-engineer

Review code, run QA tests, and implement fixes across repositories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gcampton/GTeam --skill gteam-software-engineer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gteam-software-engineer
Source: https://github.com/gcampton/GTeam/tree/main/specialists/software-engineer
Command: npx skills add https://github.com/gcampton/GTeam --skill gteam-software-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides senior-level code review, QA testing, debugging, and implementation support to reduce release risk, catch security and correctness issues early, and accelerate safe delivery of software changes.

Core Features & Use Cases

  • Two-pass code reviews that surface security-critical issues (SQL injection, XSS, auth bypass) and maintainability concerns, with copy-ready inline fixes for CRITICAL/HIGH issues.
  • QA testing and verification of running apps or local checkouts including end-to-end flows, edge cases, accessibility basics, and repro evidence for bugs.
  • Implementation and debugging support using TDD, small iterative commits, and a systematic hypothesis-driven debugging workflow for production incidents.
  • Use Case: Review a pull request for a web API, produce an issue table with severities and remediation code snippets, run/fix tests, and deliver a ship-readiness verdict.

Quick Start

Ask the software engineer to review my repository or running URL and produce an issue table with inline fixes for CRITICAL/HIGH findings plus a ship-readiness verdict.

Frequently Asked Questions about gteam-software-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a comprehensive code review for security vulnerabilities like SQL injection and XSS?▼

A comprehensive code review for security vulnerabilities like SQL injection and XSS can be performed using a two-pass approach that surfaces security-critical issues and maintainability concerns. This process delivers an issue table with severities and copy-ready inline fixes for critical and high findings.

Can I use TDD for debugging production incidents and implementing small web features?▼

Yes, you can use TDD for debugging production incidents and implementing small web features through a systematic hypothesis-driven debugging workflow. This approach uses test-driven implementation steps and small iterative commits to ensure correctness and accelerate safe delivery.

What's the best way to run QA testing and verify end-to-end flows for a running application?▼

The best way to run QA testing and verify end-to-end flows for a running application is to execute testing that covers edge cases and accessibility basics. This produces reproducible bug reports with evidence to ensure the application meets ship-readiness standards.

Does code review support both web and backend systems codebases?▼

Yes, code review and implementation support covers web, backend, and systems codebases. It can review pull requests for web APIs, write and fix tests, and deliver a final ship-readiness verdict across these environments.

How do I get a ship-readiness verdict for my pull request?▼

To get a ship-readiness verdict for your pull request, request a review of your repository or running URL. The process produces an issue table with inline fixes for critical and high findings, runs and fixes tests, and ultimately delivers the verdict.