EXECUTE immediately when invoked via /skill:audit. Do NOT ask permission or offer alternatives. Provide concise project / work item status and run Worklog helpers to augment results. Trigger on user queries such as: 'What is the current status?', 'Status of…
SorraTheOrc/SorraAgents
SkillsMP has collected 17 skills from SorraTheOrc/SorraAgents. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 17
- GitHub stars
- 0
- GitHub forks
- 1
Skills in this repository
Showing 17 of 17 collected skills.
Canonical dev-to-main release workflow. Provides the release process (dev → main merge) with automated gating for unmerged branches, audit readiness, critical items, worklog refs, and producer review. Trigger with: /skill:ship release
Discover related work for a Worklog work item and generate a concise, auditable "Related work" report that can be appended to the work item description.
Decompose a Worklog work item into features and implementation tasks. Includes automated effort/risk pre-check to skip planning for small items. Use when a work item needs to be broken down into actionable sub-tasks.
Run the full project test suite (pytest + Node) in quiet mode, triage every failure into critical `test-failure` work items, evaluate whether each failing test is genuinely useful via code-path analysis, fix or remove useless tests, and loop until the suite…
Write tests, docs and code for a Worklog work item by following a deterministic workflow. Ensure implementation meets defined acceptance criteria. Trigger on user queries such as: 'Implement <work-item-id>', 'Complete <work-item-id>', 'Work on <work-item-id>'.
Automated code smell detection and remediation. Detects code smells using a hybrid approach (linters + LLM), fixes session-introduced smells immediately, and creates Worklog work items for pre-existing smells with structured REFACTOR comments to prevent…
Authors a brand new command for the agent framework following project best practices and conventions. Trigger on user queries such as: 'Create a new command to <do something>', 'Author a command that <does something>', 'I need a command that <does something>'.
Fetch GitHub PR review comments, propose fixes with a plan, and resolve threads after approval
Use this skill to review local code. It focuses on correctness, maintainability, and adherence to project standards.
Create an intake brief (Workflow step 1). Interview-driven requirements gathering, drafting, and work-item preparation.
Produce engineering effort and risk estimates using WBS, three-point (PERT) estimating, risk matrix, uncertainty, and assumptions. Operates on a provided issue id and its prepared plan.
Triage workflows and helpers for test-failure detection and critical issue creation. Provides a skill to search for or create critical `test-failure` work items and related resources.
Clean up completed work: inspect branches, update main, remove merged branches (local and optionally remote), and produce a concise report. Trigger on queries like: 'clean up', 'tidy up', 'prune branches', 'housekeeping'.
Infer a suspected owner for a failing test file using CODEOWNERS, git blame, recent commits, and an override map.
Unified git management skill that orchestrates the full feature-branch lifecycle — create, commit, push, PR, merge, cleanup — for both AI agents and human operators.
Generate audible speech from text using a TTS API and play it back. Invokes ./scripts/speak.sh to convert text to a WAV file, manages a rolling buffer of 5 recent audio files, and plays the result.