Skip to content

feat: add test assessment skills and release readiness command#6

Merged
tooniez merged 5 commits intomainfrom
feat/test-assessments
Jan 22, 2026
Merged

feat: add test assessment skills and release readiness command#6
tooniez merged 5 commits intomainfrom
feat/test-assessments

Conversation

@tooniez
Copy link
Copy Markdown
Member

@tooniez tooniez commented Jan 22, 2026

Summary

Adds three new assessment capabilities: Release Readiness command, Test Automation Review skill, and Postmortem Template skill to support comprehensive quality evaluation and incident learning.

Description

This PR introduces specialized tools for test assessment and quality evaluation workflows:

  1. Release Readiness Assessment Command - A subagent that evaluates release readiness by analyzing test coverage, open defects, automation results, and risk factors to provide data-driven go/no-go recommendations.

  2. Test Automation Review Skill - A comprehensive skill for reviewing test automation code quality, including page object patterns, test data management, assertion quality, flaky test detection, and maintainability best practices.

  3. Postmortem Template Skill - A blameless postmortem documentation skill that helps create structured incident retrospectives with timeline reconstruction, contributing factors analysis, action items, and prevention measures.

These additions enhance the agent's ability to support quality assurance workflows, from code review through release decisions to post-incident learning.

Changes

  • Add `commands/release-readiness.md` - Release readiness evaluator subagent (437 lines)
  • Add `skills/test-automation-review/SKILL.md` - Test automation code review skill (557 lines)
  • Add `skills/postmortem-template/SKILL.md` - Blameless postmortem template skill (439 lines)

Related Issues

No related issues

@tooniez tooniez merged commit 18b084e into main Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant