frontend-design
81Design Distinctive Production Frontends
Generic interfaces weaken product identity and usability. This skill guides purposeful visual direction, responsive implementation, motion, accessibility, and production-ready frontend code.
Standardize Your Git Workflow
Inconsistent commits and branches make collaboration and releases harder to manage. This skill applies Conventional Commits, GitFlow, review practices, and pre-commit checks.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "git-workflow" from https://skillstore.io/skills/atman36-git-workflow.md and its manifest at https://skillstore.io/api/skills/atman36-git-workflow/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "git-workflow". We added OAuth2 login support in the authentication module.
Expected outcome:
Recommended commit: feat(auth): add OAuth2 login support. This uses the feature type and identifies the authentication scope.
Using "git-workflow". Create a branch for ticket CORE-456, which fixes a null pointer.
Expected outcome:
Recommended branch: bugfix/CORE-456-fix-null-pointer. The bugfix prefix distinguishes corrective work from features and production hotfixes.
Using "git-workflow". How should a production security hotfix move through GitFlow?
Expected outcome:
Branch from main, review and validate the fix, then merge it into both main and develop. Run repository quality checks before merging.
All seven static alerts are false positives caused by Markdown backticks and fenced examples in SKILL.md. The fixed local quality-check commands contain no dynamic input, network access, or malicious intent.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/atman36-git-workflow/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/atman36-git-workflow?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/atman36-git-workflow?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/atman36-git-workflow/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/atman36-git-workflow.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>AI-Vibe-Prompts. (2026). git-workflow security audit report (audit version 10) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/atman36-git-workflow/audits/10@techreport{ai-vibe-prompts-atman36-git-workflow-2026,
author = {AI-Vibe-Prompts},
title = {git-workflow security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/atman36-git-workflow/audits/10},
note = {Author version 1.0.0}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "git-workflow security audit report (audit version 10)"
version: "1.0.0"
type: report
authors:
- name: "AI-Vibe-Prompts"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/atman36-git-workflow/audits/10"
identifiers:
- type: other
value: "skillstore:atman36-git-workflow:audit:10"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
atman36-git-workflow
2026-08-21
89jobrien-git-workflow
2026-08-21
doyajin174-git-workflow
2026-08-21
barnhardt-enterprises-inc-git-workflow
2026-08-21
cain96-git-workflow
2026-08-21
0xdarkmatter-git-workflow
2026-08-21
supercent-io-git-workflow
2026-08-21
Create consistent commits and branches before opening a pull request.
Map feature, release, and hotfix branches through a shared GitFlow process.
Give contributors clear examples for commit messages, branch names, and pre-commit checks.
Create a Conventional Commit message for these changes: [describe changes]. Include an appropriate type, optional scope, and concise subject.
Suggest a branch name for ticket [ID] about [work]. Choose feature, bugfix, or hotfix and use a short lowercase description.
Plan a GitFlow release for version [version], including branch sources, merge targets, review points, and pre-commit quality checks.
Review this Git workflow: [workflow details]. Identify history, collaboration, release, and secret-handling risks, then propose a safer sequence.
Author
AI-Vibe-PromptsLicense
MIT
Author version
v1.0.0
Skillstore revision
r2
Repository
https://github.com/Atman36/AI-Vibe-Prompts/tree/main/.claude/skills/workflow/git-workflowRef
89edfdc710d0846129dcee6a929477b04f08052c
Maintenance freshness
7/24/2026
Usage
8 downloads ยท 218 views
File structure
๐ SKILL.md
Design Distinctive Production Frontends
Generic interfaces weaken product identity and usability. This skill guides purposeful visual direction, responsive implementation, motion, accessibility, and production-ready frontend code.
Optimize Next.js Performance
Next.js applications can become slow through large bundles, weak caching, and unoptimized media. This skill guides Claude, Codex, and Claude Code through focused performance improvements for production apps.
Build a Complete Testing Strategy
Inconsistent test coverage allows regressions to reach users. This skill structures unit, integration, and end-to-end testing with Vitest, Playwright, coverage targets, and CI guidance.
Analyze Your Codebase with a Structured Review
Large repositories hide architecture, dependency, and quality risks. This skill produces a structured map, focused checks, and prioritized recommendations.
Run Quality Gates Before Shipping Code
Manual pre-release checks are inconsistent and easy to miss. This skill detects project tooling, runs staged quality gates, and reports actionable failures.
Create Conventional Git Commits
by 21pounder
Manual commit preparation can miss staged changes, message style, or sensitive files. This skill reviews git state and helps create clear conventional commits.
Master Advanced Git Workflows
by AutumnsGrove
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Implement Tasks with TDD Workflow
by sickn33
Task plans can drift when implementation, tests, commits, and approvals are handled inconsistently. This skill provides a structured TDD workflow with checkpoints, verification gates, and git tracking.
Write Conventional Commits from Staged Changes
by justhandledlabs
Writing accurate conventional commits from complex staged changes takes time and can produce inconsistent results. This skill inspects staged Git changes and recommends a concise, scoped commit message.
Enforce Waterfall Phase Gates
by Chemiseblanc
AI coding sessions can skip requirements, design, or testing when pressure rises. This skill keeps work inside a strict waterfall flow with documented gates.
Manage Context-Driven Development
by wshobson
AI-assisted projects lose consistency when context lives in scattered notes. This skill provides a structured Conductor workflow for product, stack, workflow, and track artifacts.