Brayan Diaz C
Community@brayandiazc · Colombia
Construyo software que resuelve problemas reales · Full Stack · Consultor · Docente
Agent Skills by Brayan Diaz C
Showing 19 vetted skills indexed across 1 GitHub repositories.
commit
Creates Conventional Commits messages for staged git changes with AI co-authorship attribution.
seo-audit
Audits page SEO metadata against project conventions and reports missing or incorrect tags.
copywriting
Writes and reviews user-facing UI text, error messages, and marketing copy following project voice guidelines.
design-system-audit
Audits UI views and components against a design system for interaction states and native primitives.
new-adr
Generates a numbered Architecture Decision Record from a template and updates the decisions index.
changelog
Updates CHANGELOG.md in Keep a Changelog format from recent git commits.
configurar-repo
Configures GitHub repository metadata, labels, branches, and protection rules using the gh CLI.
open-issue
Creates GitHub issues by filling repository issue templates via the gh CLI.
migration-guard
Reviews database migrations for reversibility, data loss, and backward compatibility before deployment.
prototipo
Generates static navigable product views using the project's design system tokens.
release
Cuts SemVer releases by moving CHANGELOG Unreleased entries into dated version sections with commits and tags.
open-pr
Drafts a pull request for the current branch using the repository PR template.
identidad
Generates color and typography directions and writes them into design tokens.css files.
actualizar-plantilla
Synchronizes project tooling with upstream template improvements via git diff analysis.
accessibility-audit
Audits UI code for WCAG accessibility issues including contrast, keyboard navigation, focus, and ARIA.
instanciar
Instantiates a project template by filling placeholders through a guided interview.
i18n-parity
Detects missing, orphaned, and hardcoded translation strings across locale files.
portar-cambio
Ports branch changes across sibling template variants with translation and AI-layer adaptation.
new-spec
Creates a numbered change specification directory from a template and links it to the product roadmap.
Frequently Asked Questions About Brayan Diaz C
FAQPage SchemaWhat tasks can I automate using Brayan Diaz C's skills?▼
You can write Conventional Commits messages, cut SemVer releases with changelogs, open issues and pull requests from templates, audit SEO metadata and WCAG accessibility, verify i18n translation parity, review database migrations, generate ADRs and specs, and provision GitHub repositories with labels and branch protection.
Who are these skills designed for?▼
They target Spanish-speaking full-stack developers, consultants, and product teams who follow structured sprint workflows. The skills fit engineers maintaining design systems, managing GitHub repositories, enforcing commit and changelog conventions, and validating UI quality, accessibility, and internationalization before shipping.
How do the Git and release skills work in practice?▼
The commit skill drafts a Conventional Commits message for staged changes without pushing. The release skill moves the Unreleased changelog section into a dated SemVer version, creates the commit and tag, and optionally a GitHub release. The open-pr skill fills the repository's PR template from branch changes.
What prerequisites or dependencies do these skills require?▼
Several skills assume an existing project structure: a design/ folder with tokens.css for identity and prototyping, .github/ISSUE_TEMPLATE for issue creation, a CHANGELOG.md in Keep a Changelog format, and the GitHub CLI (gh) for repository configuration. Template skills require a .template-origin file.
Do these skills support design and frontend quality checks?▼
Yes. The design-system-audit skill checks interaction states, data states, and visual hierarchy against the design system; accessibility-audit reviews contrast, keyboard navigation, focus management, and ARIA; i18n-parity verifies translation key coverage; and copywriting refines UI text, error messages, and microcopy.