config-hardening

39
profleadproflead

Harden configuration and defaults for safer deployment. Use when a mid-level developer needs to reduce misconfig risks.

194 days ago

api-contract-checker

39
profleadproflead

Validate API changes against an expected contract. Use when a mid-level developer needs to detect breaking changes.

194 days ago

css-layout-helper

39
profleadproflead

Explain CSS layout issues and propose fixes. Use when a junior developer is struggling with alignment or spacing.

194 days ago

db-migration-reviewer

39
profleadproflead

Review database migrations for safety and rollback. Use when a mid-level developer needs validation of schema changes.

194 days ago

linter-fix-guide

39
profleadproflead

Explain lint errors and propose fixes. Use when a junior developer needs help resolving common lint or format warnings.

194 days ago

unit-test-starter

39
profleadproflead

Generate starter unit tests for a small function or module. Use when a junior developer needs test scaffolding and edge cases.

194 days ago

graphql-query-optimizer

39
profleadproflead

Optimize GraphQL queries and resolvers for performance. Use when a mid-level developer needs to reduce N+1 or payload size.

194 days ago

feature-flag-playbook

39
profleadproflead

Plan feature flag rollout and cleanup. Use when a mid-level developer needs controlled release guidance.

195 days ago

incident-postmortem

39
profleadproflead

Draft an incident postmortem with timeline, RCA, and action items. Use when a senior developer needs a structured post-incident report.

194 days ago

readme-polish

39
profleadproflead

Improve a README for clarity and completeness. Use when a junior developer needs guidance on documenting setup and usage.

194 days ago

integration-test-planner

39
profleadproflead

Plan integration tests across modules or services. Use when a mid-level developer needs to verify system interactions.

194 days ago

debugging-checklist

39
profleadproflead

Provide a systematic debugging checklist. Use when a junior developer is stuck and needs a structured, step-by-step approach.

194 days ago

org-standardization

39
profleadproflead

Define engineering standards across teams. Use when a senior developer needs to align practices.

194 days ago

writing-assistant

39
profleadproflead

Edits, rewrites, or improves text for clarity, tone, grammar, or style.

194 days ago

vendor-evaluation

39
profleadproflead

Evaluate third-party vendors for engineering fit. Use when a senior developer needs a structured vendor assessment.

194 days ago

function-docstrings

39
profleadproflead

Write concise docstrings for functions. Use when a junior developer needs help describing inputs, outputs, and errors.

194 days ago

security-quick-scan

39
profleadproflead

Scan code or configuration for common security issues. Use when a mid-level developer needs a quick security pass.

194 days ago

threat-modeling

39
profleadproflead

Perform threat modeling for a system or feature. Use when a senior developer needs security risk assessment.

194 days ago

log-summarizer

39
profleadproflead

Summarize noisy logs into likely causes and next steps. Use when a junior developer needs help interpreting logs.

194 days ago

cross-service-debugger

39
profleadproflead

Coordinate debugging across multiple services. Use when a senior developer needs to trace a distributed issue.

194 days ago

zero-downtime-migration

39
profleadproflead

Plan a zero-downtime migration for data or infrastructure. Use when a senior developer needs a safe migration strategy.

194 days ago

observability-setup

39
profleadproflead

Set up metrics, logs, and traces for a service. Use when a mid-level developer needs basic observability coverage.

194 days ago

dependency-upgrade-plan

39
profleadproflead

Plan safe dependency upgrades with risk notes. Use when a mid-level developer is tasked with upgrading libraries.

194 days ago

refactor-roadmap

39
profleadproflead

Create a staged refactor plan for a module. Use when a mid-level developer needs a safe refactor path.

194 days ago

prompt-optimization

39
profleadproflead

Improve and rewrite user prompts to reduce ambiguity and improve LLM output quality. Use when a user asks to optimize, refine, clarify, or rewrite a prompt for better results, or when the request is about prompt optimization or prompt rewriting.

194 days ago

config-file-explainer

39
profleadproflead

Explain a configuration file and its key options. Use when a junior developer is confused by a config file.

194 days ago

system-design-draft

39
profleadproflead

Draft a practical system design for a feature. Use when a mid-level developer needs a starting architecture.

194 days ago

data-governance-check

39
profleadproflead

Review data handling for privacy and retention. Use when a senior developer needs governance validation.

194 days ago

accessibility-basic-check

39
profleadproflead

Run a basic accessibility checklist for UI changes. Use when a junior developer needs quick a11y guidance.

194 days ago

reliability-slo-sla

39
profleadproflead

Define or review SLOs and SLAs for a service. Use when a senior developer needs reliability targets.

194 days ago

ticket-breakdown

39
profleadproflead

Break a task or ticket into small steps. Use when a junior developer needs guidance on how to start.

194 days ago

caching-strategy-helper

39
profleadproflead

Recommend caching strategies and invalidation patterns. Use when a mid-level developer needs performance guidance.

194 days ago

performance-trace-guide

39
profleadproflead

Guide collection and analysis of performance traces. Use when a mid-level developer needs to diagnose slowness.

195 days ago

bug-repro-plan

39
profleadproflead

Create a minimal, repeatable reproduction plan for a bug. Use when a junior developer needs clear steps to reproduce and capture evidence.

194 days ago

sql-query-starter

39
profleadproflead

Draft a basic SQL query from a simple requirement. Use when a junior developer needs help forming SELECT statements.

194 days ago

queue-processing-patterns

39
profleadproflead

Design safe queue consumers and retries. Use when a mid-level developer needs reliable background processing.

194 days ago

codebase-orientation

39
profleadproflead

Guide quick orientation of an unfamiliar codebase with module mapping, entry points, and local run steps. Use when a junior developer needs to get situated fast.

194 days ago

architecture-review

39
profleadproflead

Review a system architecture for scalability, reliability, and maintainability. Use when a senior developer needs to critique a design.

194 days ago

api-request-builder

39
profleadproflead

Build a basic HTTP request (curl or fetch) for an API. Use when a junior developer needs a quick request example.

194 days ago

dependency-risk-audit

39
Proflead Codex Skills Library Dependency Risk AuditProflead Codex Skills Library Dependency Risk Audit

Audit dependencies for licensing, security, and maintenance risk. Use when a senior developer needs risk assessment.

194 days ago

multi-region-strategy

39
profleadproflead

Design a multi-region architecture strategy. Use when a senior developer needs geo-redundant planning.

194 days ago

dependency-install-helper

39
profleadproflead

Guide installation of project dependencies and toolchains. Use when a junior developer is stuck setting up the environment.

194 days ago

git-basic-helper

39
profleadproflead

Provide safe git commands for common tasks. Use when a junior developer needs help with branching, commits, or resolving simple conflicts.

194 days ago

cost-optimization-review

39
profleadproflead

Review system costs and propose reductions. Use when a senior developer needs cost-saving recommendations.

194 days ago

error-message-explainer

39
profleadproflead

Explain compiler/runtime errors in plain language. Use when a junior developer needs help understanding an error message.

194 days ago

iac-reviewer

39
Proflead Codex Skills Library Iac ReviewerProflead Codex Skills Library Iac Reviewer

Review infrastructure-as-code changes for safety and correctness. Use when a mid-level developer needs a second look on IaC.

194 days ago

release-notes-drafter

39
profleadproflead

Draft release notes from changes and PRs. Use when a mid-level developer needs a structured changelog.

194 days ago

ci-failure-triage

39
profleadproflead

Diagnose CI failures and stabilize pipelines. Use when a mid-level developer needs to resolve flaky or failing builds.

194 days ago