Smooth-Operation
Official@smooth-operation
Standardizes software engineering lifecycle processes through rigorous test-driven development, systematic debugging, and disciplined version control management.
Agent Skills by Smooth-Operation
Showing 34 vetted skills indexed across 1 GitHub repositories.
using-skills
Select the relevant skill from .claude/skills/ and guide its activation.
frontend-design
Guide designers to craft brand-consistent frontend interfaces with typography, color, and motion.
brand-guidelines
Create or update a machine-readable BRAND-GUIDELINES.md manifest for visual identity and tone.
code-review
Performs self-review of code for security, performance, error handling, and structure before commits or pull requests.
executing-plans
Execute multi-step plans sequentially with mandatory verification checkpoints.
brainstorming
Clarify requirements by documenting approaches, trade-offs, and decision criteria.
writing-plans
Turn brainstorming outcomes into structured implementation plans with tasks and dependencies.
requesting-code-review
Standardize code review requests with commit-range templates and structured reviewer prompts.
receiving-code-review
Verify code-review feedback against the codebase and implement changes incrementally with tests.
verification-before-completion
Enforce a final verification gate before declaring work complete.
systematic-debugging
Diagnose software bugs with a five-step reproduce, isolate, identify, fix, and verify workflow.
root-cause-tracing
Trace bugs upstream through call chains to identify root causes.
browser-automation-debugging
Control and inspect live Chrome browsers via Chrome DevTools MCP.
sharing-skills
Standardize upstream contributions with one-skill-per-PR and branch naming conventions.
testing-skills-with-subagents
Validate process documentation with RED, GREEN, and REFACTOR cycles.
writing-skills
Write reusable process documentation using test-first RED, GREEN, REFACTOR workflows.
system-architect
Audit IT infrastructure security across network, authentication, authorization, data, and monitoring phases.
pre-commit-hooks
Automate pre-commit checks for linting, formatting, tests, and secrets.
database-backup
Create database backups before tests, migrations, seeders, and destructive queries.
defense-in-depth
Implement four independent validation layers for data processing and user input.
test-driven-development
Guide red-green-refactor cycles by writing failing tests before implementation.
testing-anti-patterns
Enforce the Five Iron Laws to eliminate testing anti-patterns.
lighthouse-performance-optimization
Automate Lighthouse audits to measure web performance and generate reports.
condition-based-waiting
Replace fixed timeouts with condition polling in asynchronous tests.
Frequently Asked Questions About Smooth-Operation
FAQPage SchemaWhat specific engineering tasks are enabled by these capabilities?▼
These capabilities enable structured test-driven development, systematic bug isolation, frontend performance auditing, and rigorous code review processes. You can manage complex branching strategies, enforce security validation layers, and standardize CI/CD pipeline templates for consistent software delivery.
Which personas benefit most from these technical practices?▼
Software engineers, system architects, and quality assurance leads benefit from these practices. The framework is designed for developers managing complex repositories who require disciplined commit standards, parallel development via worktrees, and automated verification gates to ensure high-quality code output.
What are the prerequisites for implementing these development standards?▼
Implementation requires a standard Git-based environment and access to common development interfaces like GitHub or GitLab. Users should have a foundational understanding of test-driven development cycles and be prepared to integrate pre-commit hooks and CI/CD templates into their existing repository structure.