Skip to content

Adding Parth's name to dictionary#1789

Merged
aaronpowell merged 4 commits into
stagedfrom
fix-codespell
May 21, 2026
Merged

Adding Parth's name to dictionary#1789
aaronpowell merged 4 commits into
stagedfrom
fix-codespell

Conversation

@aaronpowell
Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings May 21, 2026 05:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repository’s codespell configuration, primarily to allow the proper noun “Parth” without triggering spelling failures in CI.

Changes:

  • Added Parth to ignore-words-list in .codespellrc.
  • (Unintended) Modified the skip glob patterns in .codespellrc in a way that likely breaks skipping large JSON/TXT assets.
Show a summary per file
File Description
.codespellrc Updates codespell ignore list and (currently) alters skip patterns used by the CI spelling workflow.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment thread .codespellrc Outdated
# Skip certain files and directories

skip = .git,node_modules,package-lock.json,*.lock,website/build,website/.docusaurus,.all-contributorrc,./skills/geofeed-tuner/assets/*.json,./skills/geofeed-tuner/references/*.txt,./plugins/fastah-ip-geo-tools/skills/geofeed-tuner/assets/*.json,./plugins/fastah-ip-geo-tools/skills/geofeed-tuner/references/*.txt
skip = .git,node_modules,package-lock.json,_.lock,website/build,website/.docusaurus,.all-contributorrc,./skills/geofeed-tuner/assets/_.json,./skills/geofeed-tuner/references/_.txt,./plugins/fastah-ip-geo-tools/skills/geofeed-tuner/assets/_.json,./plugins/fastah-ip-geo-tools/skills/geofeed-tuner/references/\*.txt
@github-actions github-actions Bot added skills PR touches skills skill-check-warning Skill validator reported warnings labels May 21, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 21, 2026

🔍 Skill Validator Results

⚠️ Warnings or advisories found

Scope Checked
Skills 1
Agents 1
Total 2
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 1
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 1 skill(s)
ℹ️ [github-release] 📊 github-release: 3,638 BPE tokens [chars/4: 3,576] (standard ~), 43 sections, 19 code blocks
ℹ️ [github-release] ⚠ Skill is 3,638 BPE tokens (chars/4 estimate: 3,576) — approaching "comprehensive" range where gains diminish.
ℹ️ ✅ All checks passed (1 skill(s))
Full validator output ```text Found 1 skill(s) [github-release] 📊 github-release: 3,638 BPE tokens [chars/4: 3,576] (standard ~), 43 sections, 19 code blocks [github-release] ⚠ Skill is 3,638 BPE tokens (chars/4 estimate: 3,576) — approaching "comprehensive" range where gains diminish. ✅ All checks passed (1 skill(s)) ```

@aaronpowell aaronpowell merged commit 8a43097 into staged May 21, 2026
17 of 18 checks passed
@aaronpowell aaronpowell deleted the fix-codespell branch May 21, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skill-check-warning Skill validator reported warnings skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants