senior-developer

Define optimal code change approaches with structured PR payloads.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/kernex-dev/kernex-agent --skill senior-developer-kernex-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: senior-developer
Source: https://github.com/kernex-dev/kernex-agent/tree/main/deploy/skills/senior-developer
Command: npx skills add https://github.com/kernex-dev/kernex-agent --skill senior-developer-kernex-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams ensure production-grade code changes are made with a clear understanding of project conventions and a read-before-write discipline, reducing errors and maintenance overhead across software projects.

Core Features & Use Cases

  • Enforces reading existing code before proposing changes to preserve project conventions.
  • Produces structured, rationale-backed code changes for features, refactors, and bug fixes.
  • Evaluates security, error handling, and performance implications during reviews.

Quick Start

Provide a concise, production-ready code change proposal with rationale for a given feature, bug, or refactor after reviewing the existing code.

Frequently Asked Questions about senior-developer

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

FAQPage Schema
How do I plan a production-grade code refactor across multiple languages?▼

To plan a production-grade code refactor, you first read existing code to preserve project conventions, then define the optimal approach and return a structured payload with file changes, rationale, and tests for the PR workflow.

What is the best way to approach a bug fix in security-sensitive systems?▼

The best way to approach a bug fix in security-sensitive systems is to evaluate security, error handling, and performance implications during review, ensuring rationale-backed code changes that reduce maintenance overhead.

How do I ensure my code review evaluates architecture and security risks?▼

Code review evaluates architecture and security risks by identifying the optimal approach to feature work or patches, applying a read-before-write discipline to complex multi-language projects and returning structured risk assessments.

Can I use this approach for complex multi-stack architecture decisions?▼

Yes, you can use this approach for multi-stack architecture decisions because it applies to complex multi-language projects, producing patch proposals and risk assessments that enforce maintainable code standards.

Why does reading existing code before writing changes matter for maintainable code?▼

Reading existing code before writing changes matters because it enforces a read-before-write discipline that preserves project conventions, reducing errors and maintenance overhead across software projects.

What is included in a structured payload for a PR workflow patch proposal?▼

A structured payload for a PR workflow patch proposal includes the file changes, rationale, and tests, providing a concise, production-ready code change proposal after reviewing the existing codebase.