Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

tax-compliance-verification税务合规性验证

Agent Skill

tax-compliance-verification 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

318

周安装

13

GitHub Stars

4

下载量

103
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tax-compliance-verification(税务合规性验证)
来源仓库:https://github.com/cleanexpo/ato
仓库路径:skills/tax-compliance-verification
安装命令:
npx skills add https://github.com/cleanexpo/ato --skill tax-compliance-verification
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/cleanexpo/ato --skill tax-compliance-verification

简介

Tax Compliance Verification 验证服务,核验交易凭证是否符合税法规定。

  • 适用于发票真伪鉴别、抵扣资格审核或稽查应对支持。
  • 来自 cleanexpo/ato 项目,可能对接官方税务数据库接口。
  • 注意隐私保护,禁止传输完整银行卡号等敏感字段。
  • tax-compliance-verification 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Tax Compliance Verification Skill

Systematic verification capability for all tax calculations, rates, thresholds, and legislative references produced by the Australian Tax Optimizer platform.

When to Use

Activate this skill when:

  • Reviewing or modifying any tax calculation in lib/analysis/*.ts
  • Verifying AI prompt outputs in lib/ai/*.ts
  • Validating API responses from app/api/audit/*.ts
  • Before presenting any tax recommendation to users
  • After modifying tax rates, thresholds, or formulas
  • During system integrity audits

Verification Checklist

1. Rate Accuracy

Verify every tax rate against ATO publications:

CheckSourceAction
Rate matches ATO.gov.auato.gov.au/ratesCompare exact value
Correct FY appliedLegislation commencement datesCheck effective dates
Fallback rate documentedCode commentsVerify fallback is current FY
Rate sourced dynamicallygetCurrentTaxRates()Prefer dynamic over hardcoded

2. Legislative Reference Accuracy

Verify every citation is correct:

CheckStandardExample
Act name correctFull name with yearITAA 1997, not "Income Tax Act"
Division correctDivision numberDivision 355, not "R&D Division"
Section correctSection number with subsections 355-25(1)(a)
Ruling currentNot withdrawn or supersededTR 2019/1 (check ATO legal database)

3. Calculation Formula Verification

For every mathematical formula:

CheckProcess
Formula matches legislationTrace formula to specific section
Rounding rules correctATO rounding guidelines (generally to nearest cent)
Order of operationsVerify parentheses match legislative intent
Edge cases handledZero, negative, null, very large values
Entity type consideredCompany (25%/30%), trust (marginal), individual

4. Financial Year Handling

Verify FY logic is correct:

CheckExpected
FY formatFY2024-25 (not FY2025 or 2024-25)
FY boundaries1 July to 30 June (not calendar year)
FY calculationmonth >= 7? currentYear: currentYear - 1
Rate-to-FY mappingRate applied to correct FY
Amendment period2 years (simple) or 4 years (company/trust)

5. Entity Type Handling

Verify entity-specific logic:

EntityTax RateLoss RulesWrite-Off
Company (base rate)25%COT/SBT (Div 165)s 328-180 ($20K)
Company (standard)30%COT/SBT (Div 165)s 328-180 ($20K)
TrustBeneficiary marginal ratesSBT onlys 328-180 ($20K)
Individual0-45% + Medicare 2%N/AN/A
PartnershipPartner marginal ratesN/As 328-180 ($20K)

Rate Verification Table (FY2024-25)

Income Tax Rates

RateValueLegislationATO Source
Company (base rate entity)25%ITAA 1997, s 23AAato.gov.au/rates/company-tax
Company (standard)30%ITAA 1997, s 23ato.gov.au/rates/company-tax
Base rate entity threshold< $50M turnoverITAA 1997, s 23AAato.gov.au/business

R&D Tax Incentive

RateValueLegislationATO Source
Refundable offset (< $20M)43.5% (25% + 18.5%)ITAA 1997, s 355-100ato.gov.au/rnd
Non-refundable offset (>= $20M)33.5% (25% + 8.5%)ITAA 1997, s 355-100ato.gov.au/rnd
Minimum expenditure$20,000ITAA 1997, s 355-25(1)ato.gov.au/rnd
Registration deadline10 months post-FYIndustry Research Actbusiness.gov.au/ausindustry
Expenditure cap (clinical)$150MITAA 1997, s 355-100ato.gov.au/rnd

Division 7A

RateValueLegislationATO Source
Benchmark interest FY2024-258.77%ITAA 1936, s 109Nato.gov.au/div7a
Benchmark interest FY2023-248.33%ITAA 1936, s 109Nato.gov.au/div7a
Benchmark interest FY2022-234.52%ITAA 1936, s 109Nato.gov.au/div7a
Unsecured loan max term7 yearsITAA 1936, s 109Nato.gov.au/div7a
Secured loan max term25 yearsITAA 1936, s 109Nato.gov.au/div7a

Small Business Concessions

RateValueLegislationATO Source
Instant write-off threshold$20,000ITAA 1997, s 328-180ato.gov.au/depreciation
Simplified depreciation pool15% first year, 30% subsequentITAA 1997, s 328-185ato.gov.au/depreciation
SB turnover threshold< $10MITAA 1997, s 328-110ato.gov.au/small-business

Deduction Rates

RateValueLegislationATO Source
Home office (fixed rate)67c/hourPCG 2023/1ato.gov.au/home-office
Vehicle (cents per km)85c/kmTD 2024/3ato.gov.au/vehicle
Vehicle max km5,000 kmITAA 1997, s 28-25ato.gov.au/vehicle
FBT rate47%FBTAA 1986, s 5Bato.gov.au/fbt
SG rate11.5%SGA 1992, s 19ato.gov.au/super

Process

Step 1: Extract

Identify all tax calculations, rates, and thresholds in the target code:

  • Hardcoded numeric values
  • Rate variables and constants
  • Formula expressions
  • Conditional logic based on thresholds
  • Legislative references in comments or strings

Step 2: Cross-Reference

For each extracted value:

  • Look up current ATO publication
  • Verify value matches for applicable FY
  • Check if rate is dynamic or hardcoded
  • Verify fallback values are current

Step 3: Validate

For each calculation:

  • Trace formula to legislative source
  • Test with known good inputs/outputs
  • Test edge cases (zero, null, boundary values)
  • Verify entity type handling
  • Check rounding behaviour

Step 4: Flag

Categorise findings:

  • PASS: Calculation verified correct
  • WARN: Calculation works but has edge case risks
  • FAIL: Calculation produces incorrect results
  • MISSING: Required calculation not implemented

Step 5: Certify

Generate verification report:

  • List all checks performed
  • Document pass/fail status for each
  • Provide specific remediation for failures
  • Sign off on overall engine status

Output Template

<compliance_verification>
  <target>Engine or file being verified</target>
  <date>YYYY-MM-DD</date>
  <financial_year>FY2024-25</financial_year>

  <checks>
    <check name="R&D offset rate">
      <status>pass|warn|fail|missing</status>
      <expected>0.435</expected>
      <actual>Value found in code</actual>
      <legislation>ITAA 1997, s 355-100</legislation>
      <source>ato.gov.au/rnd</source>
      <notes>Additional context</notes>
    </check>
  </checks>

  <summary>
    <total_checks>N</total_checks>
    <passed>N</passed>
    <warnings>N</warnings>
    <failed>N</failed>
    <missing>N</missing>
  </summary>

  <certification>
    <status>certified|remediation_required</status>
    <confidence>0-100</confidence>
  </certification>
</compliance_verification>

Best Practices

  1. Always verify against primary sources - ATO.gov.au, not secondary commentary
  2. Check effective dates - Rates change annually, verify FY applicability
  3. Test boundary conditions - $19,999 vs $20,000 for instant write-off
  4. Document assumptions - If a rate cannot be verified, document why
  5. Flag dynamic vs hardcoded - Prefer dynamic rates from getCurrentTaxRates()
  6. Consider entity type - Same legislation applies differently to companies, trusts, individuals

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.12%
按下载量换算30

Cursor

25.24%
按下载量换算26

windsurf

16.16%
按下载量换算17

OpenCode

12.25%
按下载量换算13

Codex

8.2%
按下载量换算8

Antigravity

3.5%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills