Parse Issue Skill
Instructions
Step 1: Execute Independent Parser
- •Call
run_parse_issue_script(issue_body_path, output_path):- •
issue_body_path:/automation/temp/current-issue-body.txt - •
output_path:/automation/temp/parsed-issue.json
- •
Step 2: Validate Result
- •Read
/automation/temp/parsed-issue.json. - •Check if the
devicesarray is populated. - •If parser failed or data is missing:
- •Manually extract the missing fields from the Issue body.
- •Use
write_fileto fix or create/automation/temp/parsed-issue.json.
Important Notes
- •Always prefer the script over manual extraction.