OpsMill
Official@opsmill
Infrahub by OpsMill
Agent Skills by OpsMill
Showing 35 vetted skills indexed across 1 GitHub repositories.
speckit-checklist
Generate requirements-focused unit-test style checklists from spec-kit documents.
speckit-critique-run
Analyze spec.md and plan.md to produce a structured critique report.
speckit-archive
Archive merged feature specifications into main project memory with changelog entries.
speckit-review-errors
Audit error handling across code paths and produce a structured report.
speckit-tinyspec-implement
Execute tinyspec tasks in order and update status to done.
speckit-tinyspec-classify
Classify task descriptions to recommend tinyspec or full SDD workflow.
speckit-git-remote
Extract the GitHub remote URL, owner, and repository from local git config.
speckit-tinyspec-tinyspec
Generate a compact Tinyspec markdown file with context, requirements, plan, and tasks.
speckit-git-validate
Validate Git feature-branch names against sequential or timestamp patterns.
speckit-git-initialize
Initialize a Git repository with an initial commit in the current directory.
speckit-summary-run
Generate a flow-level session summary with timeline and outcomes as Markdown.
speckit-constitution
Automate constitution updates and template synchronization for spec-kit projects.
speckit-implement
Automates execution of a speckit implementation plan from tasks.md with phased, test-first workflows.
speckit-auto-run
Orchestrate speckit workflows from feature input through knowledge extraction.
speckit-iterate-define
Generate a pending iteration plan from a change request, specifying affected artifacts and tasks without altering them.
speckit-taskstoissues
Convert design artifacts and tasks into dependency-ordered GitHub issues.
speckit-review
Coordinate multi-agent code reviews for pull requests with configurable scope.
speckit-iterate-apply
Applies a pending speckit iteration to spec artifacts in dependency order.
speckit-clarify
Identify underspecified areas in feature specs and encode answers into a Clarifications section.
speckit-review-simplify
Identify simplification opportunities in recently modified spec-kit files.
speckit-plan
Generate design artifacts from a plan template within spec-kit projects.
speckit-git-feature
Create and switch to Git feature branches from specifications with sequential or timestamp naming.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for inconsistencies and gaps.
speckit-checkpoint-commit
Stage changes and create descriptive commits at spec-kit workflow milestones.
Frequently Asked Questions About OpsMill
FAQPage SchemaWhat specific tasks can I perform using OpsMill?▼
OpsMill enables the generation of dependency-ordered task lists, automated extraction of architectural decision records, and structured auditing of code quality. It facilitates the transition from natural language requirements to testable specifications and ensures synchronization between project documentation and repository commits.
Who is the target persona for these capabilities?▼
The primary users are software engineers, technical leads, and architects who manage complex codebases requiring strict adherence to design specifications. It is designed for teams prioritizing test-first development, rigorous documentation standards, and consistent version control practices across distributed development environments.
What are the prerequisites for implementing these specifications?▼
Implementation requires a repository structured around the Spec Kit format, specifically utilizing markdown files such as spec.md, plan.md, and tasks.md. Users must have a configured Git environment to allow the system to validate branch naming conventions and manage commit hooks effectively.