Skip to content

Commit d1d6c4c

Browse files
committed
emogies cleaning part 2
1 parent f8ef274 commit d1d6c4c

File tree

168 files changed

+615
-3776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+615
-3776
lines changed

.github/ISSUE_TEMPLATE/challenge-hub.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
---
21
name: "Challenge: {CHAPTER_NAME}"
32
about: "Chapter {CHAPTER_NUM} Challenge - {CHALLENGE_SUMMARY}"
43
title: "Chapter {CHAPTER_NUM}.{CHALLENGE_NUM}: {CHALLENGE_TITLE} (@{USERNAME})"
54
labels: ["challenge", "challenge: {CHALLENGE_DIFFICULTY}", "skill: {SKILL_TAG}", "day: {DAY}"]
65
assignees: ["{USERNAME}"]
7-
---
86

97
> [!WARNING]
108
> This issue is part of the **GIT Going with GitHub** course.
@@ -16,21 +14,18 @@ assignees: ["{USERNAME}"]
1614
**Estimated Time:** {TIME_ESTIMATE}
1715
**Skill Level:** {CHALLENGE_DIFFICULTY}
1816

19-
---
2017

2118
## Challenge Overview
2219

2320
{CHALLENGE_OVERVIEW}
2421

2522
**All challenges in this chapter are linked to the [Challenge Hub](https://github.com/Community-Access/learning-room/blob/main/docs/CHALLENGES.md#chapter-{CHAPTER_NUM}-{ANCHOR_TEXT}) for full context and instructions.**
2623

27-
---
2824

2925
## Your Challenge: {CHALLENGE_TITLE}
3026

3127
{CHALLENGE_BODY_FROM_HUB}
3228

33-
---
3429

3530
## What You Need to Do
3631

@@ -39,7 +34,6 @@ assignees: ["{USERNAME}"]
3934
3. **Submit your work** - your PR should include proof of completion
4035
4. **See your issue close** automatically when your PR merges
4136

42-
---
4337

4438
## How to Submit
4539

@@ -70,13 +64,11 @@ Then open a PR with:
7064
### Step 5: Watch for Validation
7165
{VALIDATION_TEXT}
7266

73-
---
7467

7568
## Expected Outcomes
7669

7770
{EXPECTED_OUTCOMES}
7871

79-
---
8072

8173
## If You Get Stuck
8274

@@ -86,7 +78,6 @@ Then open a PR with:
8678
4. **Ask in Slack** - tag @facilitator with `#help` and your challenge number
8779
5. **Comment on this issue** - describe what's blocking you; facilitator will help
8880

89-
---
9081

9182
## Learning Moment
9283

.github/ISSUE_TEMPLATES/ASSIGNMENT_ISSUE_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
Use this template when pre-seeding issues for the Day 1 contribution sprint. Copy and modify for each student participant.
44

5-
---
65

76
## Title
87
`Fix: [specific problem] in [filename]`
@@ -45,7 +44,6 @@ See [Working with Issues](../../docs/04-working-with-issues.md) and the [Day 1 A
4544
- [Markdown Syntax Guide](../../docs/appendix-e-github-flavored-markdown.md)
4645
```
4746

48-
---
4947

5048
## Pre-Seeded Issues to Create
5149

@@ -62,7 +60,6 @@ Use this table as a checklist. Create one issue per row per student, customizing
6260
| `welcome.md` | [TODO] What merged PR means for profile | Sentence about GitHub profile/portfolio | `documentation`, `good-first-issue` | Medium |
6361
| `welcome.md` | Missing "Last reviewed" date | Date placeholder replaced with today's date | `documentation`, `good-first-issue` | Easy |
6462

65-
---
6663

6764
## Tips for Assigning Issues
6865

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,5 @@ If applicable, add a screenshot, GIF, or link to a demo showing your changes:
4646

4747
[Add screenshot or video link here]
4848

49-
---
5049

5150
**Have questions?** Ask in the comments below, or review [Working with Pull Requests](../../docs/05-working-with-pull-requests.md) for guidance.

.github/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Automates peer review assignment and study group formation:
6666
**Configuration:** `.github/data/student-roster.json`
6767
**Triggers:** PR opened/ready_for_review, manual dispatch
6868

69-
---
7069

7170
## File Structure
7271

@@ -92,7 +91,6 @@ learning-room/
9291
└── GROUP_CHALLENGES.md ← Collaborative exercises
9392
```
9493

95-
---
9694

9795
## Quick Start
9896

@@ -118,7 +116,6 @@ When you open a PR:
118116

119117
**See:** [Automation Guide](../learning-room/AUTOMATION.md) for how to use the bot
120118

121-
---
122119

123120
## Configuration
124121

@@ -167,7 +164,6 @@ Customize checks:
167164

168165
Add new validation functions to `required` or `suggestions` arrays.
169166

170-
---
171167

172168
## Workflow Jobs Reference
173169

@@ -230,7 +226,6 @@ Add new validation functions to `required` or `suggestions` arrays.
230226
- timezone_match: Group by timezone
231227
- Creates issue per group with collaboration guide
232228

233-
---
234229

235230
## Educational Philosophy
236231

@@ -260,7 +255,6 @@ All automation components:
260255
- Work fully with screen readers
261256
- Mention screen reader considerations in guidance
262257

263-
---
264258

265259
## Monitoring & Troubleshooting
266260

@@ -288,7 +282,6 @@ All automation components:
288282

289283
**See:** [Implementation Guide - Troubleshooting](docs/IMPLEMENTATION_GUIDE.md#step-7-troubleshooting)
290284

291-
---
292285

293286
## Success Metrics
294287

@@ -312,7 +305,6 @@ Track these to evaluate automation impact:
312305
- Number of PRs requiring facilitator intervention
313306
- Student satisfaction with automation
314307

315-
---
316308

317309
## Customization Examples
318310

@@ -366,7 +358,6 @@ Edit `.github/data/challenge-progression.json`:
366358
}
367359
```
368360

369-
---
370361

371362
## Documentation Map
372363

@@ -382,7 +373,6 @@ Edit `.github/data/challenge-progression.json`:
382373
- [Workflow Files](workflows/) - Automation source code
383374
- [Data Files](data/) - Configuration (roster, progression)
384375

385-
---
386376

387377
## Contributing to Automation
388378

@@ -400,7 +390,6 @@ Found a bug? Have a suggestion?
400390
- Custom grouping strategies
401391
- Additional validation checks
402392

403-
---
404393

405394
## Version History
406395

@@ -418,7 +407,6 @@ Found a bug? Have a suggestion?
418407
- Advanced analytics and visualizations
419408
- Custom achievement builder UI
420409

421-
---
422410

423411
## Acknowledgments
424412

@@ -432,7 +420,6 @@ This automation system was designed with these principles:
432420

433421
Built for the Open Source Assistive Technology Hackathon workshop.
434422

435-
---
436423

437424
**Questions?** Open an issue or reach out to workshop facilitators!
438425

.github/agents/analytics.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
---
21
name: analytics
32
description: Contribution velocity, review turnaround, code hotspots, and workload distribution across your repositories
43
tools:
54
- githubRepo
65
- fetch
7-
---
86

97
You are a team analytics agent for open source maintainers and contributors. You surface patterns in contribution data that are difficult to see by manually reading GitHub Insights - and you present them in a format navigable by screen reader.
108

.github/agents/daily-briefing.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
---
21
name: daily-briefing
32
description: Morning situation report - sweeps your repositories and surfaces what needs your attention today
43
tools:
54
- githubRepo
65
- fetch
7-
---
86

97
You are a morning briefing agent for GitHub contributors who use assistive technology. Your job is to synthesize activity across repositories into a clear, structured, screen-reader-friendly briefing.
108

.github/agents/insiders-a11y-tracker.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
---
21
name: insiders-a11y-tracker
32
description: Monitor accessibility-sensitive changes across repositories - WCAG/ARIA references, heading hierarchy, link quality, and keyboard navigation patterns
43
tools:
54
- githubRepo
65
- fetch
7-
---
86

97
You are an accessibility change monitoring agent. You analyze recent commits and pull requests for changes that affect the accessibility of documentation, interfaces, or workflows - and you report findings before they are merged or published.
108

.github/agents/issue-tracker.agent.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
---
21
name: issue-tracker
32
description: Find, prioritize, triage, and draft responses to issues across your repositories
43
tools:
54
- githubRepo
65
- fetch
7-
---
86

97
You are an issue management agent for open source contributors who use assistive technology. You help users navigate large issue backlogs, identify duplicates, find good first issues, and draft replies - without requiring them to manually scroll through hundreds of issues.
108

@@ -61,9 +59,7 @@ When asked to draft a reply to an issue:
6159
```
6260
## Draft Reply - Issue #[number]: [title]
6361
64-
---
6562
[draft text]
66-
---
6763
6864
This is a draft. Review, edit, and post it yourself. Your name goes on it.
6965
```

.github/agents/pr-review.agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
---
21
name: pr-review
32
description: Generate structured review documentation for pull requests - change maps, risk summary, and suggested inline comments
43
tools:
54
- githubRepo
65
- fetch
7-
---
86

97
You are a pull request review assistant for open source contributors who use assistive technology. You produce structured review documents that give a reviewer a complete starting point - not a finished review. The reviewer reads your output, edits it, adds context you cannot have, and posts it under their own name.
108

.github/agents/template-builder.agent.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
---
21
name: Template Builder
32
description: Interactive guided assistant for creating GitHub issue templates with VS Code Ask Questions integration
43
topics: ["github", "issue-templates", "form-fields", "yaml", "accessibility"]
5-
---
64

75
# Template Builder Agent
86

@@ -39,7 +37,6 @@ A magical interactive agent that guides you through building GitHub issue templa
3937

4038
**Agent outputs:** Complete YAML template ready to paste
4139

42-
---
4340

4441
## Template Builder Guide: Step-by-Step
4542

@@ -61,7 +58,6 @@ title: "[TAG] "
6158
labels: ["label1", "label2"]
6259
```
6360
64-
---
6561
6662
### Phase 2: Build Form Fields Interactively
6763
@@ -98,7 +94,6 @@ The agent walks through adding fields one-by-one:
9894
required: true
9995
```
10096

101-
---
10297

10398
### Phase 3: Generate Complete Template
10499

@@ -120,7 +115,6 @@ Once all fields are entered, the agent:
120115
- How to edit it later
121116
- How to add it to the template chooser via config.yml
122117

123-
---
124118

125119
## Pre-Built Workflow: Guided Accessibility Template
126120

@@ -144,7 +138,6 @@ The agent skips to Phase 2 but pre-populates it with accessibility-specific fiel
144138

145139
Output: Production-ready accessibility bug template you can immediately use.
146140

147-
---
148141

149142
## Advanced: Customize the Template Builder
150143

@@ -156,7 +149,6 @@ The Template Builder agent itself can be extended. Students in the workshop can:
156149
4. **Export to markdown** → Generate Markdown templates in addition to YAML
157150
5. **Template sharing** → Generate a code block to share with other projects
158151

159-
---
160152

161153
## Integration with Accessibility Agents
162154

@@ -172,7 +164,6 @@ The Template Builder works alongside the five core agents:
172164

173165
**Together:** The five agents automate workflow; the Template Builder automates the infrastructure that makes workflows possible.
174166

175-
---
176167

177168
## Day 2 Amplifier: From Manual to Magical
178169

@@ -181,7 +172,6 @@ The Template Builder works alongside the five core agents:
181172
| Learn to identify accessibility issues in code review | Learn to design templates that prevent those issues | Use Template Builder to generate templates interactively | Agent automates the entire cycle |
182173
| (Chapter 14) | (Chapter 15) | (Chapter 16) | (Capstone) |
183174

184-
---
185175

186176
## Hands-On Exercise: Build Your Own Template Builder
187177

@@ -217,7 +207,6 @@ Collect anonymous templates built by workshop participants:
217207
3. List your template (name, description, field count) in `COMMUNITY_TEMPLATES.md`
218208
4. Other participants can reference or fork your template
219209

220-
---
221210

222211
## Technical Details: VS Code Ask Questions Integration
223212

@@ -228,10 +217,10 @@ The Template Builder uses VS Code's Ask Questions feature to create an interacti
228217
Agent asks (via Ask Questions UI):
229218
- Template name?
230219
[Input field with placeholder "e.g., Bug Report"]
231-
220+
232221
- What is this template for?
233222
[Text area with prompt text]
234-
223+
235224
Accept / Cancel buttons below
236225
```
237226
@@ -267,7 +256,6 @@ When the user clicks "Copy to Clipboard", the agent provides instructions:
267256
4. Paste the YAML
268257
5. Save and commit
269258
270-
---
271259
272260
## Troubleshooting & Tips
273261
@@ -298,7 +286,6 @@ This agent creates GitHub issue templates, but the same pattern works for:
298286
- Discussion templates
299287
- GitHub Forms on custom websites
300288
301-
---
302289
303290
## Related Resources
304291
@@ -307,6 +294,5 @@ This agent creates GitHub issue templates, but the same pattern works for:
307294
- [Chapter 14: Accessible Code Review](../docs/14-accessible-code-review.md) - Learn what accessibility issues to prevent via templates
308295
- [YAML Field Types Reference](../docs/15-issue-templates.md#6-yaml-form-based-templates) - Deep-dive on every field type
309296
310-
---
311297
312298
*This agent makes template creation magical: go from idea to production-ready YAML in seconds. Use it for your repositories, share templates with teammates, and extend it for your specific workflows.*

0 commit comments

Comments
 (0)