Skip to content

Phase 1: progressive-disclosure refactor — tester (720 → 434 lines) - #21

Merged
olehsvyrydov merged 4 commits into
mainfrom
feat/refactor-tester
Jun 5, 2026
Merged

Phase 1: progressive-disclosure refactor — tester (720 → 434 lines)#21
olehsvyrydov merged 4 commits into
mainfrom
feat/refactor-tester

Conversation

@olehsvyrydov

Copy link
Copy Markdown
Owner

What

Slice-4 refactor #16. Splits tester (720 lines) into a lean SKILL.md (434 lines) + 2 references/ files:

  • templates.md — test plan, test execution report, defect (bug ticket) templates.
  • methodology.md — test design before implementation, predictable system behavior, manual testing methodology, advanced QA patterns, cross-reference verification.

Lean SKILL.md keeps gate check, role, jira integration, workflow, /e2e-review gate, defect severity, team collab, workflow triggers, checklist, anti-patterns, universal principles.

Why

Same pattern as #5#20. No content lost (720 → 434 + 2 refs); real boundaries; fences verified balanced/non-nested.

Review focus

Content preservation; coherent lean router.

Split into a lean SKILL.md (gate check, trigger, context, doc lookup, role, jira
integration, workflow, /e2e review, defect severity, team collab, workflow triggers,
checklist, anti-patterns, universal principles + references index) and 2 references/
files: templates (test plan, execution report, defect ticket) and methodology (test
design, predictable behavior, manual testing, advanced patterns, cross-reference).
Real section boundaries; fences verified. No content lost.
Copilot AI review requested due to automatic review settings June 5, 2026 12:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Refactors the tester skill into a progressive-disclosure layout by keeping SKILL.md as a lean “router” and moving detailed QA templates and methodology into references/ files for on-demand loading.

Changes:

  • Removed the embedded Test Plan / Test Report / Defect templates from SKILL.md and moved them into references/templates.md.
  • Removed the embedded “test design + methodology” deep-dive section from SKILL.md and moved it into references/methodology.md.
  • Added a “Deep-dive references” section in SKILL.md pointing to the new reference files.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
claude/skills/quality/testing/tester/SKILL.md Removes deep-dive blocks and adds a references router to keep the skill lean.
claude/skills/quality/testing/tester/references/templates.md New reference file containing QA templates (test plan, execution report, defect ticket).
claude/skills/quality/testing/tester/references/methodology.md New reference file containing QA methodology and advanced testing patterns.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread claude/skills/quality/testing/tester/SKILL.md
…ters

Test plan and defect templates moved to references/templates.md; update the
Confluence/Jira snippet placeholders to point there instead of 'below'.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

Comment thread claude/skills/quality/testing/tester/references/methodology.md Outdated
Comment thread claude/skills/quality/testing/tester/references/methodology.md Outdated
Use the role commands /qa (test design/manual) and /e2e (automation) instead of
the persona aliases /rob and /adam, consistent with the rest of the skill.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

Comment thread claude/skills/quality/testing/tester/SKILL.md Outdated
Comment thread claude/skills/quality/testing/tester/SKILL.md Outdated
… anchors

Add the exact heading anchors (#test-plan-template-confluence,
#defect-template-jira-bug-ticket) to the references/templates.md pointers so
readers land on the right section. (Refs sit inside code-example blocks, so the
anchor is included in the path rather than a rendered markdown link.)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@olehsvyrydov
olehsvyrydov merged commit 62d6fbe into main Jun 5, 2026
1 check passed
@olehsvyrydov
olehsvyrydov deleted the feat/refactor-tester branch June 5, 2026 12:26
olehsvyrydov added a commit that referenced this pull request Jun 6, 2026
)

* Phase 1: progressive-disclosure refactor of tester (720 -> 434 lines)

Split into a lean SKILL.md (gate check, trigger, context, doc lookup, role, jira
integration, workflow, /e2e review, defect severity, team collab, workflow triggers,
checklist, anti-patterns, universal principles + references index) and 2 references/
files: templates (test plan, execution report, defect ticket) and methodology (test
design, predictable behavior, manual testing, advanced patterns, cross-reference).
Real section boundaries; fences verified. No content lost.

* Address Copilot review on PR #21: fix stale 'see template below' pointers

Test plan and defect templates moved to references/templates.md; update the
Confluence/Jira snippet placeholders to point there instead of 'below'.

* Address Copilot re-review on PR #21: align role names in methodology.md

Use the role commands /qa (test design/manual) and /e2e (automation) instead of
the persona aliases /rob and /adam, consistent with the rest of the skill.

* Address Copilot re-review on PR #21: deep-link template references to anchors

Add the exact heading anchors (#test-plan-template-confluence,
#defect-template-jira-bug-ticket) to the references/templates.md pointers so
readers land on the right section. (Refs sit inside code-example blocks, so the
anchor is included in the path rather than a rendered markdown link.)
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.

2 participants