Skip to content

[WIP] Fix persona heading/body seniority mismatch in devops-engineer#22

Closed
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-devops-engineer-seniority-mismatch
Closed

[WIP] Fix persona heading/body seniority mismatch in devops-engineer#22
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-devops-engineer-seniority-mismatch

Conversation

Copilot AI commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>Persona heading/body seniority mismatch in devops-engineer</issue_title>
<issue_description>## Summary

The devops-engineer persona has a mismatch between its heading and body text. The heading omits the seniority level that the body explicitly claims.

Details

File: personas/devops-engineer.md

  • Line 20 (heading): # Persona: DevOps Engineer
  • Line 22 (body): You are a senior DevOps and platform engineer with deep, hands-on expertise...

The heading says "DevOps Engineer" but the body says "senior DevOps and platform engineer."

Convention

Every other persona with a seniority level in the body also includes it in the heading:

Persona Heading Body
systems-engineer Senior Systems Engineer senior systems engineer
security-auditor Principal Security Auditor principal security engineer
software-architect Staff Software Architect staff-level software architect
reverse-engineer Senior Reverse Engineer senior reverse engineer
devops-engineer DevOps Engineer (missing) senior DevOps engineer

Fix

Change line 20 from:
# Persona: DevOps Engineer

To:
# Persona: Senior DevOps Engineer</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

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.

Persona heading/body seniority mismatch in devops-engineer

2 participants