automatis
v1.1.0Automatis skills for PR reviews, port conflicts, Git cleanup, and clear technical English.
By Automatis ToolsLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install automatis for Codex and Claude Code
codex plugin marketplace add automatis-tools/automatis-skills
codex plugin marketplace upgrade automatis-tools
codex plugin add automatis@automatis-toolsPaste and run these commands in a terminal with Codex. They add and refresh the automatis-tools catalog, then install this plugin.
Compatibility: the page URL and API slug “automatis” remain stable.
- Codex:
automatis@agent-plugin-marketplace→automatis@automatis-tools
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/automatis-tools/automatis-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is automatis/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/automatis-create-github-issues/SKILL.md├── skills/automatis-fix-pr/SKILL.md├── skills/automatis-git-cleanup/SKILL.md├── skills/automatis-ports-release/SKILL.md└── skills/automatis-ste100/SKILL.md
Included Skills5
Use when asked to create, file, or draft GitHub issues in project or service repositories to record findings, bugs, investigation follow-ups, or improvements.
Fix open review comments on a GitHub PR
Clean up local git branches — create PRs for unmerged work, delete merged/gone branches, end on up-to-date main
Release port conflicts on macOS by killing the offending process
Use when drafting or revising English agent handoffs, prompts, tool descriptions, error messages, or ambiguous technical documentation using ASD-STE100 principles. Applies within broader tasks without an explicit command. Excludes creative and marketing copy.
Plugin manifests2
{
"name": "automatis",
"version": "1.1.0",
"description": "Automatis skills for PR reviews, port conflicts, Git cleanup, and clear technical English.",
"author": {
"name": "Automatis Tools"
},
"repository": "https://github.com/automatis-tools/automatis-skills",
"license": "MIT",
"keywords": [
"pr",
"review",
"github",
"git",
"ste100",
"technical-writing"
],
"skills": "./skills/",
"interface": {
"displayName": "Automatis",
"shortDescription": "Engineering workflows and clear technical writing",
"longDescription": "Fix PR review comments, release macOS port conflicts, clean up Git branches, and clarify English documentation and agent handoffs.",
"developerName": "Automatis Tools",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Clarify the English instructions in this agent handoff."
]
}
}{
"name": "automatis",
"version": "1.1.0",
"description": "Automatis skills for PR reviews, port conflicts, Git cleanup, and clear technical English",
"author": {
"name": "Automatis Tools"
},
"keywords": [
"pr",
"review",
"github",
"port",
"macos",
"git",
"productivity",
"devops",
"ste100",
"technical-writing"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[automatis on Agent Plugins Marketplace](https://pluginsmp.com/plugins/automatis)