Add optional customer-facing report to app-audit skill#6
Merged
Conversation
Adds a customer-report-guideline.md reference and a generate-customer-report.md procedure that translate technical audit findings into a plain-language, shareable document organized by speed, complexity, and reliability (or by reported symptoms). Wires an optional post-audit offer into SKILL.md and the command, and ignores root-level audit screenshots. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an optional, additive output to the
app-auditskill that translates the technical audit into a plain-language document a Glide Support agent can share directly with the customer who reported an issue. Introduces two reference/procedure files —customer-report-guideline.md(translation principles, jargon→plain table, structures, worked example) andprocedures/generate-customer-report.md(mode selection, issue→theme and symptom→cause mappings, template, guardrails) — both reusing the existing audit findings andrecommendations.mdrather than re-analyzing. The report leads with the customer's reported symptoms when provided, otherwise organizes by speed, complexity, and reliability, and deliberately omits scores, severity labels, jargon, and internal-tool references.SKILL.mdandcommands/app-audit.mdare wired to offer the report after the technical one (or on natural-language request), and.gitignorenow excludes root-level audit screenshots.🤖 Generated with Claude Code